.resumeCaption {
	font-size:10px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
}

.myresume {
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
}
.resume-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.resume-exp-title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.resume-exp-content {
	font-size: 10px;
	font-weight: normal;
	text-align:justify;
}

.resume-address {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.resume-list-title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.resume-list {
	font-size: 11px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
	list-style-type: none;
	text-align:left;
	font-weight:bold;
}

.resume-category-content {
	margin-left:20px;
	font-size:11px;
	font-weight:normal;
}
hr.resumeHr {
	color:#B3AEFF;
	border:1px dotted;
}