/*  PowerTrain, Inc. */
body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size : 1em;
}
a:link, a:visited{
	color: #002B82;
	text-decoration: underline;
}
a:hover{
	color: #004FF0;
	text-decoration: underline;
}
.dataPage {
	margin: 0px;
	padding: 0px;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size : 1em;
}
.mainContent{
	background: url(images/content_BG.jpg);
	background-repeat : repeat-y;
	background-color : #CCCCCC;
	vertical-align : top;
	padding : 15px 40px 15px 40px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 1em;
	vertical-align : top;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	color : #18498B;
	font-size : 1.2em;
	font-style : italic;
	font-weight : bold;
	vertical-align : top;
}
.noteText {
	font-family: Arial, Helvetica, sans-serif;
	color : #A40A0A;
	font-size : 0.8em;
	font-style : normal;
	font-weight : normal;
	vertical-align : top;
}
#footerText {
	font-family: Arial, Helvetica, sans-serif;
	color : #18498B;
	font-size: 0.8em;
	font-style : italic;
	font-weight : bold;
	text-align : center;
	vertical-align : top;
}
#footerTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	color : #18498B;
	font-size: 0.6em;
	text-align : center;
	vertical-align : top;
}
.footer{
	background: url(images/footer.jpg);
	background-repeat : no-repeat;
	background-color : #CCCCCC;
	vertical-align : top;
	padding-top : 5px;
}

/*  all news styles  */
.newsHeader {
	background: url(images/newsBox_Top.jpg);
	background-repeat : no-repeat;
	background-color : White;
	color: #3C78B4;
	font-size:0.9em;
	text-align:center;
	font-weight:bold;
	padding-top : 6px;
}
.newsBody {
	background: url(images/newsBox_Mid.jpg);
	background-repeat : repeat-y;
	background-color : White;
	text-align : center;
}
.newsText {
	font-size:0.7em;
	color: #18498B;
	margin-top:5px;
	text-align : left;
	margin-left : 20px;
	margin-right : 15px;
}
.newsLink {
	margin:5px 0;
	font-weight:bold;
}
.newsFooter {
	background: url(images/newsBox_Bottom.jpg);
	background-repeat : no-repeat;
	background-color : White;
	font-size:0.7em;
	text-align: right;
	font-weight:bold;
	line-height:normal;
	padding-right : 15px;
}
.newsFooter a:link, .newsFooter a:visited {
	color: #CD3F11;
	text-decoration: underline;
}
.newsFooter a:hover {
	color: Fuchsia;
	text-decoration: underline;
}
.newsUpdateText {
	font-size:0.6em;
	color: #18498B;
	margin-top:5px;
	text-align : center;
	margin-left : 20px;
	margin-right : 15px;
	font-style : italic;
}

.courseTitle {
	font-size:1.1em;
	color: #18498B;
	padding-bottom : 4px;
}
.courseDesc {
	font-size:0.9em;
	color: Black;
	padding-bottom : 10px;
}
.newsItemHeader {
	font-family: Arial, Helvetica, sans-serif;
	color : #18498B;
	font-size : 1.0em;
	font-style : italic;
	font-weight : bold;
	vertical-align : top;
}
.error {
	color : Red;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	background-color : #CCE1FE;
	border-color : #E7F1FF #3E5A81 #3E5A81 #E7F1FF;
	cursor : pointer;
}
.buttonSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	background-color : #CCE1FE;
	border-color : #E7F1FF #3E5A81 #3E5A81 #E7F1FF;
	cursor : pointer;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	color : #406C9E;
	font-size : 1.0em;
	font-style : normal;
	font-weight : bold;
	vertical-align : top;
	padding-top : 10px;
}
.answer {
	font-family: Arial, Helvetica, sans-serif;
	color : #406C9E;
	font-size : 1.0em;
	font-style : normal;
	font-weight : bold;
	vertical-align : top;
	padding-top : 10px;
}
.spacer {
	font-size : 0.5em;
}
