/* ==-==-==-==-==-== 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:#9D2602;
	text-decoration:underline;
}
a:hover{
	color:#9D2602;
	text-decoration:none;
}

/* layout/text styles */
body, td{
	color:Black;
	font-family:Verdana, Arial, "Times New Roman";
	font-size:14px;
	text-align:left;
}
h1, h2, h3, h4, h5{
	margin:0px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
}
h2{
	font-size:1.2em;
	font-weight:normal;
}
h3{
	color:#BE3D3D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
}
h4{
	color:#9D2602;
	font-size:1em;
	font-weight:bold;
}
h5{
	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;
}
ul, li{
	margin:0px;
	padding:0px;
}
ol li{
	padding:0.5em;
}

hr{
	border-width:0px;
	border-bottom:1px dotted silver;
	height:1px;
}
label{
	color:#333333;
	display:block;
	font-size:9px;
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
}
ol li, ul li{
	border-bottom:1px solid #EBEEF2;
}
ul li{
	background-image:url(../_images/bullets/arrow_maroon.gif);
	background-position:0.2em 0.8em;
	background-repeat:no-repeat;
	list-style-type:none;
	padding:0.5em 1.1em;
}
ol > li:last-child, ul > li:last-child{
	border:0px;
}

/* STYLES FROM D USED IN HOME */
.NewsDate {color: #2D6294; font-family:"Times New Roman", Times, serif; font-size: 14px;}
.NewsTitle {color: #2D6294; font-family:"Times New Roman", Times, serif; font-size: 16px; font-weight: bold;}
.OfficeTitle {color: #2D6294; font-family:"Times New Roman", Times, serif; font-size: 15px; font-weight: bold;}
.OfficeText {color: #707070; font-family:"Times New Roman", Times, serif; font-size: 14px;}
.BodyText {color: #707070; font-family:"Times New Roman", Times, serif; font-size: 15px;}
.CopyText {color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px;}
.vblack10 {color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 13px;}
.vblack11 {color: #000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 14px;}
.vwhite11 {color: #FFFFFF; font-family:Arial, Verdana, Helvetica, sans-serif; font-size: 14px;}
/* End Styles from D */