body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bodyMain {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
}

.pod {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #D5D5D5;
}

p {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: justify;
}

a.nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.nav:hover{
	color: #2E6BD6;
}

h2 {
	font-size : 18px;
	margin-top : 0em;
	margin-bottom : 0em;
	text-align : left;
	font-weight : normal;
	text-decoration : none;
	padding-left : 5px;
}

h3 {
	font-size : 12px;
	color : #000;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
	margin-top : 5px;
	margin-bottom : 5px;
	text-align : left;
	font-weight : bold;
}

ul {
	font-size: 11px;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	text-align: left;
}

ul li {
	margin-bottom: 5px;
}

img.imageLeft 
{
	float: left;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
}
img.imageRight {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

.tblMain {
	border: 0px none;
	padding: 0px;
}
.tdBody p {
	margin-left : 5px;
	margin-top : 0em;
	margin-right : 5px;
	margin-bottom : 1em;
}
.tblPrimary {
	background-color: #FFFFFF;
	margin: 0em;
	padding: 0px;
	border: 0px;
}
.tdTop {
	background-color: #F4F4F4;
	height: 5px;
	width: 100%;
}
.tdBody {
	padding: 5px;
	margin: 0px;
	position: relative;
}
.tdBottom {
	background-color: #F4F4F4;
	height: 13px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	width: 100%;
}

.tblForm {
	width: 100%;
	text-align: center;
}

.tdForm {
	text-align: left;
	vertical-align: top;	
}

.tdForm p {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0em;
	margin-bottom : 0em;
}

.text
{
	border: solid 1px #B0B0B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 98%;
}

.radio
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 99%;
}

.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #d7e9ff;
}

.select
{
	border: solid 1px #B0B0B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 98%;
}

.selectShort
{
	border: solid 1px #B0B0B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textarea
{
	border: solid 1px #B0B0B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	width: 98%;
}

a {
	font-size: 11px;
	text-decoration: none;
	color: #2E6BD6;
}
a:hover {
	color: #FE0000;
}

.txtFooter {
	font-size: 10px;
	color: #666666;
	line-height: 15px;
}
.txtFooter a {
	font-size: 10px;
}