body {
	background-color:#3399CC;
	margin:0px;
}
body, table, td, div, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.nav:link
{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none
}
a.nav:active
{
	font-size: 10px;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none
}
a.nav:visited
{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none
}
a.nav:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none
}
h1 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color:#006699;
	margin: 0px;
	padding: 0px;
}
h1.orange {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#FF9900;
	margin: 0px;
	padding: 0px;
}
h1.black {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color:#000000;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#3399CC;
	margin: 0px;
	padding: 0px;
}
h2.white {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	margin: 0px;
	padding: 0px;
}
hr {
	color:#3399cc;
	background-color:#3399cc;
}
ul {
	list-style-position:inside; 
	margin:5px; 
	padding:0px; 
}

input, select {
	color:#003366;
	border: 1px solid #3399cc;
	background-color:#ffffff;
}
form, input, select, button, option, texarea {
	font-size: 9px;
	font-family: verdana;
}
.frmBtn {
	border: 0px solid #ffffff;
	}
/*.frmBtn {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-shadow:Navy;
	color:#ffffff;
	border-left: 2px solid #3399cc;
	border-top: 2px solid #3399cc;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color:#ff9900;
}*/
table.box {

}
td.box {
	 padding:4px;
	 background-color:#FFFFFF;
}
td.topbdr {
	background-image:url(/images/t_bdr.gif);
	background-repeat:repeat-x;
	background-color:#3399CC;
}
td.botbdr {
	background-image:url(/images/b_bdr.gif);
	background-repeat:repeat-x;
	background-color:#3399CC;
}
td.rightbdr {
	background-image:url(/images/r_bdr.gif);
	background-repeat:repeat-y;
	background-color:#3399CC;
}
td.leftbdr {
	background-image:url(/images/l_bdr.gif);
	background-repeat:repeat-y;
	background-color:#3399CC;
}
td.innerbotbdr {
	background-image:url(/images/b_inner_bdr.gif);
	background-repeat:repeat-x;
}
td.innertopbdr {
	background-image:url(/images/t_inner_bdr.gif);
	background-repeat:repeat-x;
}
td.innerleftbdr {
	background-image:url(/images/l_inner_bdr.gif);
	background-repeat:repeat-y;
}
td.innerrightbdr {
	background-image:url(/images/r_inner_bdr.gif);
	background-repeat:repeat-y;
}
.caption {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}
select {
	font-size: 9px;
}
a.white {
	color:#FFFFFF
}