@charset "utf-8";


.small {font-size: 10px; float: left;}
.blue {
	color: #273b83;
}
.red {
	color: #CC0000;
}

h1{
	color: #131933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h2 {
	padding-left: 25px;
	padding-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h4 {
	padding-left: 25px;
	padding-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {margin-bottom: 5px;}
h3 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	padding-top: 9px;
	padding-bottom: 5px;
}
h4 a {text-decoration: none;}
h4 a:hover {text-decoration: none;}

#zebraStyled th{
	background-color: #666666;
	text-align: left;
	color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#zebraStyled td{
	padding: 3px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
}
#zebraStyled tr.odd {
	background-color: #F0F0F0;
}
#zebraStyled tr.even {
	background-color: #DCDCCD;
}


table th {
	color: #FFF;
	background-color: #666666;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
}
table td {
	padding: 3px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
}
.tableOddRow {
	background-color: #F0F0F0;
}
.tableEvenRow {
	background-color: #DCDCCD;
}
.tableNoBorders {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}


table p {
	text-align: left !important;
}


.rightColumn {
	width: 45%;
	float: right;
}
.leftColumn {
	width: 50%;
}
.separator {
	clear: both;
	height: 2px;
	line-height: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(../images/sep.gif) repeat-x;
		}
