/* ==-==-==-==-==-== color set ==-==-==-==-==-== */
/* Black		rgb(0,0,0)			hex(#000000) */
/* COLOR		rgb(n,n,n)			hex(#123456) */
/* White		rgb(255,255,255)	hex(#FFFFFF) */
/* =-==-==-==-==-==-==-==-==-==-==-==-==-==-==-= */

/* anchor styles */
a:link, a:visited, a:active, a:hover{
	color:#000080;
	text-decoration:underline;
}
a:hover{
	color:#000080;
	text-decoration:none;
}

/* layout/text styles */
html, body {
	margin:0;
	padding:0;
}

body, td{
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 11px;
	color: #333;
	text-align:left;
	vertical-align:top;
}
h1, h2, h3, h4, h5{
	margin:0px;
}
h1{
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size:1.4em;
	font-weight:bold;
}
h2{
	font-size:1.2em;
	font-weight:normal;
}
h2.Subtitle{
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
h3{
	color:#BE3D3D;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size:1.1em;
	font-weight:bold;
}
h4{
	color:black;
	font-size:12px;
	font-weight:bold;
}
h5{
	color:#959595;
	font-size:0.9em;
	font-weight:normal;
}
h6{
	color:gray;
	font-size:0.9em;
	font-weight:normal;
}

/* utitlity styles */
.Clear{clear:both;}
.Spacer{font-size:5px;}

/* tag styles */
img{
	/* border:0px; */
}
form{
	margin:0px;
}
tr{
	vertical-align:top;
}

hr{
	border-width:0px;
	border-bottom:1px dotted silver;
	height:1px;
}
label{
	color: #333333;
	display: inline;
	/*font-size: 9px;*/
	margin-bottom: 5px;
}

ul, li{
	margin:0px;
	padding:0px;
}
ol li{
	padding:0.5em;
}

ol li, ul li{
	border-bottom:1px dotted #CDC8B1;
}
ul li{
	background-image:url(../_images/bullets/arrow.gif);
	background-position:0.2em 0.8em;
	background-repeat:no-repeat;
	list-style-type:none;
	padding:0.5em 2em;
}

ol > li:last-child, ul > li:last-child{
	border:0px;
}

fieldset{
	border:1px solid gray;
	padding:0 10px 10px 10px;
}
legend{
	font-size:1.25em;
	font-weight:bold;
	color:#333;
	padding:0 5px;
}

.vblack10 {color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
.vblack11 {color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
.vwhite11 {color: #FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
