/* -------------------------------------------------------------*/
/* 		*****TEXT and FONT STYLES***** 			*/
/* -------------------------------------------------------------*/

.bodyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}
.bodySubTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #7A847F;
	font-weight: bold;
	font-style: italic;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #7A847F;
}
.bodyTextTan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #996666;
}
.redFont {
	color: #990000;
	font-weight: bold;
}
.bodySubText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	font-weight: bold;
}
/* -------------------------------------------------------------*/
/*		*****LINK STYLES***** 				*/
/* -------------------------------------------------------------*/

a.bodySubTitleLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A847F;
	font-weight: bold;
	font-style: italic;
}
a.bodyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #336666;
	text-align: center;
	font-size: x-small;
	text-decoration: underline;
}
a.bodyLink:active {
	font-weight: bold;
	color: #336666;
	text-align: center;
	font-size: 12px;
	text-decoration: underline;
}
a.bodyLink:hover {
	font-weight: bold;
	color: #336666;
	text-decoration: underline;
	text-align: center;
	font-size: 12px;
}
a.bodyLink:visited {
	font-weight: bold;
	color: #336666;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
.bodyTextCrossOut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CC0000;
	text-decoration: line-through;
}
.resumeNameTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.resumeMainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.resumeCategory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
