﻿body {
	margin: 0px;
	padding: 0px;
}
.heading {
	background-color: #0037AD;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 16px;
}
.headingRight {
	background-color: #cc6666;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 12px;
	border-left:1px white solid;
	height:25px;
}
.homepageleftcolumntextbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	text-align:justify;
	padding-right:12px;
}
.homepagerightcolumnheader {
	background-color: #cc6666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
	background-image: url('images/rightsideheader.png');
	height:19px;
}
.rightcolumntext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding:10px;
	text-align:justify;
}
.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
}
.nav a {
	text-decoration:none;
	color:black;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}
.grid {
	border: 1px solid black;
	padding:0px;
	margin:0px;
	border-collapse:separate;
	background-color: #C4D5E5;
	border-spacing:0px;
	

}
.grid .header {
	
	background-color: #A7BDE7;
}
.grid th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:12px;
	text-align:left;
	border-bottom: 1px solid #777777;
}
.grid td {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:12px;
	border-spacing:0px; 
	
}
.gridRowOdd {
	background-color: #D2DEEC;
}
.gridRowOdd td {
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #888888;
}
.gridRowEven td {
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #888888;
}