/* CSS Document */
body {
	margin: 0px;
	background: #ffffff url(images/bg2.gif) repeat-x 0px 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

p, table, tr, td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
p a, table a, tr a, td a{
	color: #000000;
	text-decoration: none;
}
p a:hover, table a:hover, tr a:hover, td a:hover{
	color: #004888;
	text-decoration: underline;
}

li {
	font-family:  Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #004888;
	text-decoration: none;
	cursor: default;
	padding: 5px 0px 0px 0px;
	margin:0px;
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 26px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	cursor: default;
	padding: 20px 0px 10px 10px;
	margin:0px;
}

h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #883405;
	text-decoration: none;
	font-weight: 500;
	cursor: default;
	margin:0px;
}

.green {background-color: #729228; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff;}
.white {background-color: #ffffff;}
.black {background-color: #000000;}
.grey {background-color: #767676; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff;}
.blue {background-color: #004888; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff;}
.vertical {background: url(images/vertical.gif) repeat-y 0px 0px; width:1px;}
.horizontal {background: url(images/horizontal.gif) repeat-x 0px 0px; height:1px; border-left: 6px solid #ffffff; border-right: 6px solid #ffffff;}
.horizontal2 {background: url(images/horizontal.gif) repeat-x 0px 0px; height:1px;}
.left {
	background: url(images/leftBg.gif) repeat-x 0px 0px;
	width: 235px;
	border-right: 1px solid #ffffff;
}

.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #004888;
	text-decoration: none;
}
.text a{
	color: #004888;
	text-decoration: none;
}
.text a:hover{
	color: #004888;
	text-decoration: underline;
}

.listing {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #be0606;
	text-decoration: none;
	background: url(images/blueBox.gif) no-repeat 10px 11px;
	padding: 5px 0px 3px 25px;
}
.listing a{
	color: #be0606;
	text-decoration: none;
}
.listing a:hover{
	color: #be0606;
	text-decoration: underline;
}
.call {
	font-family: georgia, times, Verdana, Tahoma, Arial;
	font-size: 24px;
	color: #be0606;
	font-weight:600;
	text-decoration: none;
	cursor: default;
}
.call:first-line {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #074c72;
	font-weight:800;
	text-decoration: none;
}

.bottom {
	font-family: Tahoma, verdana, Arial;
	font-size: 11px;
	color: #5a5858;
	text-decoration: none;
	background-color: #f6f9f1;
	height: 60px;
	padding: 20px 10px 0px 0px;
}
.bottom a{
	color: #5a5858;
	text-decoration: none;
}
.bottom a:hover{
	color: #000000;
	text-decoration: underline;
}

.bottom2 {
	font-family: Tahoma, verdana, Arial;
	font-size: 11px;
	color: #5a5858;
	text-decoration: none;
}
.bottom2 a{
	color: #1b4366;
	text-decoration: none;
}
.bottom2 a:hover{
	color: #000000;
	text-decoration: underline;
}
.input {
	font-family: Tahoma, Verdana;
	font-size:11px;
	font-weight:normal;
	color: #144893;
	text-decoration:none;
	background: #ffffff url(images/inputBg.gif) repeat-x 0px 0px;
	padding: 0px 0px 0px 3px;
	border: 1px solid #0085ce;
}
.button {
	font-family: Tahoma, Verdana;
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	background: #134995 url(images/buttonBg.gif) repeat-x 0px 0px;
	padding: 3px 0px 3px 0px;
	border: 0px;
}