@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 1.3em;
	/*background-image: url(/images/background/GrayFadeNav.gif);
	background-repeat: no-repeat;*/
	font-weight: lighter;
}
p{

}
h1 {
	Font-Size: 1.5em;
	line-height: 1.5em;
	/*Font-Size: 18px;*/
	Font-weight: bold;
	color: #0053A6;
	margin-bottom: 1.5em;
	border-bottom-width: 1.5px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.05em;
	/*Font-Size: 14px;*/
	Font-weight: bold;
	color: #006699;
	margin-bottom: -12px;
	/*margin-bottom: -1.2em;*/
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
	font-weight: bold;
	margin-bottom: -1.1em;
	padding-bottom: 0em;
	padding-top: 0em;
	line-height: 1em;
	font-size: 1em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #4E4E4E;
	line-height: 1.5em;
}
a {
	text-decoration: underline;
	color: #006699;
}
a:visited {
	/*color: #666666;*/
}
a:hover {
	color: #999999;
}
a:active {
	/*color: #FFFF00;*/
}
.blue {
	color: #006699;
}
.gray {
	color: #006699;
}
.red {
	color: #CC0000;
}

.white {
	color: #FFFFFF;
}
.orange {
	color: #FF6633;
}
.fill-gray {
	background-color: #EBEBEB;
}
.fill-blue {
	background-color: #BBCFEB;
}
.border {
	border:1px #000000 solid;
} 
.borderTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.border-white {
border:1px #ffffff solid; Font-weight: normal
} 
.border-gray {
border:1px #cccccc solid; Font-weight: normal
} 
.border-no-bottom {
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
.border-no-top {
	Font-weight: normal;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.border-bottom {
    border-bottom: 1px solid #666666;
}
.border-no-sides {
    Font-weight: normal;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
}
.BackgroundFade {
	background-image: url(/IMAGES/background/GrayFadeNav.gif);
	background-repeat: no-repeat;
}
.MakeAPaymentBackground {
	background-image: url(/IMAGES/background/MakeaPaymentBox.gif);
	background-repeat: no-repeat;
}
.LocateAgentBackground {
	background-image: url(/IMAGES/background/LocateAgentBox.gif);
	background-repeat: no-repeat;
}
.NewsBoxBackground {
	background-image: url(/IMAGES/background/NewsBox.gif);
	background-repeat: no-repeat;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
form {
	margin: 0px;
	padding: 0px;
}
.breadcrumbs {
	color: #006699;
	font-weight: bold;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#bodycontent li {
	padding-bottom: 1em;
}
.body-image-right-margin{
	margin-right:10px;
	float:left
	}
.body-image-left-margin{
	margin-left:10px;
	float:right
	}

.asterisk {
	font-weight: bold;
	color: #CC0000;
	font-size: 18px;
}
#bodycontent (*) {
/*	font-weight: bold;
	color: #CC0000;
	font-size: 18px;*/
}

