/* CSS Document */


body {
	margin-bottom: 0; 
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 0;	
}

body, table, td, input, select, textarea {
	font-size: 12px;
	font-family: helvetica;
}

.err {
	font-size: 12px;
	font-weight: bold;
	font-family: helvetica;
	color: #FF0000;
}

.bold {
	font-weight: bold;
}

a:link {
		color:#0000FF;
		font-size: 12px;
		font-family: helvetica;
		text-decoration: none;
		}
		
a:visited {
		color:#0000FF;
		font-size: 12px;
		font-family: helvetica;
		text-decoration: none;
		}
		
a:hover {
		color: #FF0000;
		font-size: 12px;
		font-family: helvetica;
		text-decoration: underline;
		}

.logoCaption {
	font-family: 'comic sans ms';
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.navLink:link, .navLink:visited {
		color: rgb(152, 174, 210);
		font-size: 12px;
		font-family: helvetica;
		text-decoration: none;
		font-weight: bold;
}
		
.navLink:hover {
		color: rgb(248, 217, 98);
		font-size: 12px;
		font-family: helvetica;
		text-decoration: none;
		font-weight: bold;
}


		
.welcomeNav {
	font-size: 12px;
	font-family: helvetica;
	font-weight: bold;
	color: Red;
}

.pageTitle {
	font-size: 18px;
	font-family: helvetica;
	font-style: italic;
	font-weight: bold;
	color:#0000FF;
}

.headerCaption {
	font-size: 14px;
	font-family: helvetica;
	font-weight: bold;
}

.instructions {
	font-size: 14px;
	font-family: helvetica;
	font-weight: bold;
}

.instructionsBlue {
	font-size: 12px;
	font-family: helvetica;
	font-weight: bold;
	color: #0000FF;
}

.sectionHeader {
	font-size: 16px;
	font-family: helvetica;
	font-weight: bold;
	color: #0000FF;
}


.tblTitle {
	background-color: #0000FF;
	font-family: helvetica, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	padding-left: 10;
}

.tblBody {
	background-color: #CCCCCC;

}

.tblHeader {
	font-weight: bold;
}

.tblWhite {
	background-color: #FFFFFF;
}

.tblGrey {
	background-color: #CCCCCC;
}

.tblSubHeader {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a.XCLink:link {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a.XCLink:visited {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

a.XCLink:hover {
	color: #FF0000;
}

a.XCLink2:visited {
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
}

a.XCLink2:link {
	color: #FFFF00;
	font-size: 12px;
	font-weight: bold;
}


.footerCredit {
	font-family: helvetica;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
