@charset "UTF-8";




.body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	color:#333333;
	font-weight: normal;
	line-height: 18px;
}


.whitebody {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight: lighter;
	
}


.horzline {
width: 96%;
}


.bodymarginleft20 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 0px;
	line-height: 18px;	
	margin-bottom: 0px;
	color:#333333;
	font-weight: lighter;

	
}

.bodymarginleft40 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 40px;
	margin-top: 0px;
	line-height: 18px;	
	margin-bottom: 0px;
	color:#333333;
	font-weight: lighter;
}

.bodybold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	color:#333333;
	font-weight: normal;
	line-height: 24px;
	}
	
	
	
.bodyboldsmaller {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333333;
	font-weight: 800;
	line-height: 20px;
	}
	
.10pxbody {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	line-height: 14px;	
}

.heading1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#BDBDBD;
	margin-left: 25 px;
}

.heading2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 25 px;
	color: #0C2577;
}

.heading3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0C2577;
	margin-left: 25 px;
}


a:link {
	color: #02A0C7;
	
}
a:visited {
	color:#000066;
	
}
a:hover {
	color:#199CBF;
	
}
a:active {
	color: #02A0C7;
	
}

a.bottom:link {
	color:#FFFFFF;
	font-size: 11px;
}
a.bottom:visited {
	color:#02A0C7;
	font-size: 11px;
}
a.bottom:hover {
	color:#02A0C7;
	font-size: 11px;
}
a.bottom:active {
	color: #FFFFFF;
	font-size: 11px;
}

a.small:link {
	color: #02A0C7;
	font-size: 10px;
	font-weight: lighter;
}
a.small:visited {
	color:#000066;
	font-size: 10px;
	font-weight: lighter;
}
a.small:hover {
	color:#199CBF;
	font-size: 10px;
	font-weight: lighter;
}
a.small:active {
	color: #02A0C7;
	font-size: 10px;
	font-weight: lighter;
}
a.bigger:link {
	color: #02A0C7;
	font-size: 16px;
	font-weight: lighter;
}
a.bigger:visited {
	color:#000066;
	font-size: 16px;
	font-weight: lighter;
}
a.bigger:hover {
	color:#199CBF;
	font-size: 16px;
	font-weight: lighter;
}
a.bigger:active {
	color: #02A0C7;
	font-size: 16px;
	font-weight: lighter;
}

.borderright {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	height: 100%;
}


.borderbotton {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

