body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
	height:100%;
}
td {
	font-family:Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-family:Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0;
	color:#0A3C6C;
}
h2 {
	font-family:Tahoma, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:0;
	color:#206AB3;
}



/* ----- Text ----- */
.textred {
	color: #DD0000;
}
.textgrey {
	color:#6F7173;
}
.textbluelite {
	color:#206AB3;
}
.textbluedark {
	color:#073461;
}
.textsmall {
	font-size:10px;
	color:#000000;
}
a:link, a:visited {
	color:#0D6CCA;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}



/* ----- Left ----- */
.left {
	background-color:#206AB2;
	background-image:url(../images/bg_left.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
.leftpic {
	height:254px;
	background-color:#206AB2;
	background-image:url(../images/bg_leftpic.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.lefttext {
	font-size:11px;
	color:#FFFFFF;
}
.lefttext a:link, .lefttext a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.lefttext a:hover, .lefttext a:active {
	color:#FFFFFF;
	text-decoration:underline;
}



.picright {
	border:1px solid #8B8D8F;
	float:right;
	clear:left;
	margin:0 0 10px 10px;
}
.picright2 {
	border:1px solid #8B8D8F;
	float:right;
	clear:left;
	margin:0 0 0 10px;
}
.pic_times {
	background-image:url(../images/p_times.gif);
	background-position:top right;
	background-repeat:no-repeat;
}


.listlefttop {
	border:1px solid #8B8D8F;
	color:#206AB3;
}
.listrighttop {
	border:1px solid #8B8D8F;
	border-left:0;
	color:#073461;
}
.listleft {
	border:1px solid #8B8D8F;
	border-top:0;
	color:#206AB3;
}
.listright {
	border:1px solid #8B8D8F;
	border-top:0;
	border-left:0;
	color:#073461;
}



/* ----- Footer ----- */
.footer {
	height:31px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0A3C6C;
	background-color:#7DA4CA;
}
.footer a:link, .footer a:visited {
	color:#0A3C6C;
	text-decoration:underline;
}
.footer a:hover, .footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
.footerleft {
	height:31px;
	background-color:#284A6A;
	background-image:url(../images/bg_footerleft.gif);
	background-position:top right;
	background-repeat:repeat-y;
}



/* ----- Forms ----- */
form {
	margin:0px;
	padding:0px;
}
.input {
	padding:3px;
	height:24px;
	border:1px solid #CFD8DA;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#858B92;
}
textarea, select {
	padding:3px;
	border:1px solid #CFD8DA;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#858B92;
}
.button {
	height:23px;
	background-color: #11295D;
	border:0px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}