/* CSS Document */


body, table, td, input, select {
	font-size: 10px;
	font-family: verdana;
}

.err {
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	color: #FF0000;
}


a:link {
		color:#0000FF;
		font-size: 10px;
		font-family: verdana;
		text-decoration: none;
		font-weight: bold;
		}
		
a:visited {
		color:#0000FF;
		font-size: 10px;
		font-family: verdana;
		text-decoration: none;
		font-weight: bold;
		}
		
a:hover {
		color: #FF0000;
		font-size: 10px;
		font-family: verdana;
		text-decoration: underline;
		font-weight: bold;
		}


.pageTitle {
	font-size: 18px;
	font-family: verdana;
	font-style: italic;
	font-weight: bold;
	color:#0000FF;
}

.headerCaption {
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
}

.instructions {
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
}

.tblTitle {
	background-color: #0000FF;
	font-family: verdana, 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;
}

.footerCredit {
	font-family: verdana;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}