body {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #F1F6FF;
	}
	
a:link {
	color: #002E92;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #DF7417;
	text-decoration: underline;
}
a:active {
	color: #002E92;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
	
table,td {
	font-size: 12px;
	padding: 0;
	}
	
	/*main content*/
	.mainView {
	padding: 0;
	}
	
	.mainViewHead {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 20px;
	color: #1777B1;

	}

	.mainViewSubHead {
	font-family: Tahoma;
	color: #666666;
	font-weight: bold;
	font-size: 18px;

	}
	
	.mainViewBodySmall {
	font-size: 11px;

	}

	.mainViewNav {
	font-size: 11px;

	}

	.mainViewFooter {
	font-size: 11px;

	}
	
	.mainViewCopyright {
	font-size: 11px;

	}

	.mainViewSearch {
	font-size: 11px;

	}
	
	.listView {
	font-weight: bold;
	border-bottom: 1px solid #000033;
	color: #990000;
	background-image: url(images/listViewHeader1.jpg);
	border-top: 1px solid #000033;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	}
	
	.listViewHead {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #000033;
	background-color: #1777B1;
	padding: 3px;
	color: #C9E5FC;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	border-top: 1px solid #000033;

	}

	.listViewSubHead {
	background-color: #C9E5FC;
	font-family: Tahoma;
	color: #4F789F;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	border-top: 1px solid #000033;
	padding: 3px;

	}

	.evenListRow {
	font-size: 12px;
	color: #000033;
	background-color: #E2E2E2;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 3px;

	}
	
	.oddListRow {
	font-size: 12px;
	color: #000033;
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 3px;

	}

	.highlightListRow {
	font-size: 11px;
	color: #990000;
	background-color: #ECECEC;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	border-top: 1px solid #000033;
	font-weight: bold;
	padding: 2px;

	}

	.editListRow {
	font-size: 11px;
	border-bottom: 1px solid #000033;

	}

	.searchListRow {
	font-size: 11px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;

	}
	
	.listViewFooterTd {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #5E7C8C;
	border-bottom: 1px solid #000033;
	border-left: 1px solid #000033;
	border-right: 1px solid #000033;
	border-top: 1px solid #000033;
	padding: 2px;
	}

	.listViewPaginationTd {
	font-size: 11px;
	font-weight: bold;
	}
	
/* Content Specific Styles */
	/* body text */
	.contentBoxlight {
	background-color: #F2F2F2;
	border: 1px #9e9e9e solid;
	padding: 3px;
	font-size: 11px;
	}
	.contentBoxdark {
	background-color: #5E7C8C;
	border: 1px #9e9e9e solid;
	padding: 3px;
	font-size: 11px;
	}
		
	.contentBoxbright {
	background-color: #FFBF23;
	border: 1px #9e9e9e solid;
	padding: 3px;
	font-size: 11px;
	}

	.contentBoxHead {
	background-color: #99CCE6;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #06386D;
	color: #06386D;
	padding: 2px;
	padding-left: 4px;
	}
	.noticeBox {
	background-color: #C9E5FC;
	border: 1px #002E92 solid;
	color: #000033;
	padding: 5px;
	font-size: 11px;
	font-family: Tahoma;
	}
		.noticeBoxHead {
	background-color: #DF7417;
	color: #EDEBD5;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #000000;
	padding: 2 px;
	font-family: Tahoma, Tahoma;
	}
	a.body:link, a.body:visited {
		color: #000033;
		font-size: 11px;
		text-decoration: underline;
		}
		
	a.body:hover {
		color: #3E738C;
		text-decoration: underline;
		}
	
