/* -------------------------------------------------------------*/
/* 		*****TEXT and FONT STYLES***** 			*/
/* -------------------------------------------------------------*/
.projectname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color : #000066;
}
.projectsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : #440909;
}
.projectdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color : #000000;
	text-align : left;
}
.projectdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding : 3px;
	color : #000000;
}
.bodyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}
.titleDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.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: #333333;
}
.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;
}
.bodyTextDone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #cccccc;
	text-decoration: line-through;
}
/* -------------------------------------------------------------*/
/*		*****LINK STYLES***** 				*/
/* -------------------------------------------------------------*/

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;
}
