/* www.votebrian.com Global CSS */


/* START Predefined Global Overwrites */

body, body2 {
	margin: 0px;
}


a {
	font-family: arial;
	font-size: 11px;
	color: #0E11D0;
	text-decoration:none
}

a:hover {
	text-decoration:underline
}

h1, h2, h3 {
	font-family: tahoma;
	font-size: 12pt;
	color: #1B56C7;
	margin: 0px;
}

h4 {
	font-family: tahoma;
	font-size: 10pt;
	color: #58972E;
}

h5 {
	color: #F68C31;
	font-size: 11px;
	margin: 0px;
	display: inline;
}

p, span, div {
	font-family: arial;
	font-size: 11px;
	color: #282828;
	display: inline;
	padding: 1px;
}

ol, ul {
	font-family: arial;
	font-size: 11px;
	color: #282828;
}
td {
	vertical-align: top;
	font-family: tahoma;
	font-size: 10px;
	color: #0E11D0;
}
img {
	border: 0px;
}
/* END Predefined Global Overwrites */



/* START Header Classes */

.header-repeat {
	background-image:url('img/header-2.gif');
	background-repeat: repeat-x;
}

.header-gradient {
	background-image:url('img/header-gradient.gif');
	background-repeat: repeat-x;
}

.header-border-right {
	border-right: 1px solid #D5E1EE;
}

.AddressPhone {
	font-family: tahoma;
	font-size: 10pt;
	color: #00008B;
	font-weight: bolder;
}

/* END Header Classes */



/* START Link & Nav Classes */

.nav_gradient {
	background-image:url('img/znavgradient.gif');
	background-repeat: repeat-x;
}

.news-links {
	font-family: arial;
	color: #F68C31;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.news-links:hover {
	font-family: arial;
	color: #1B56C7;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.body-links {
	font-family: arial;
	color: #F68C31;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.body-links:hover {
	font-family: arial;
	color: #1B56C7;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.nav-font {
	font-family: arial;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.nav-font:hover {
	font-family: arial;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

.nav-font-selected {
	font-family: arial;
	color: #0E11D0;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
}

.nav-padding {
	padding-left: 5px;
}

.footer-font {
	font-family: arial;
	color: #0E11D0;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
/* END Link & Nav Classes */


/* START Global Classes */

.news_subject {
	font-family: arial;
	color: #0E11D0;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	padding-left:9px;
}

.news_text {
	font-family: arial;
	color: #003399;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 15pt
}

.news_date {
	font-family: arial;
	color: #003399;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	line-height: 15pt
}

.news_more {
	font-family: arial;
	color: #F01035;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	line-height: 15pt
}

.news_more:hover {
	font-family: arial;
	color: #F01035;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	line-height: 15pt
}

.padding_4px {
	padding: 4px;
}

.padding_7px {
	padding: 7px;
}

.top_padding_12px {
	padding-top: 12px;
}

.top_padding_2px {
	padding-top: 8px;
}


.white_border_right {
	border-right: 1px solid #ffffff;
}

.body {
	margin: 0px;
	background-image:url('img/pixel_bg.gif');
}

.body2 {
	margin: 0px;
}



.left_border {
	background-image:url('img/border_left.gif');
	background-repeat: repeat-y;
}

.right_border {
	background-image:url('img/border_right.gif');
	background-repeat: repeat-y;
}

.body_border {
	border: 1px solid #DBD7CB
}

.body_gradient {
	background-image:url('img/body_gradient.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

.body-font {
	font-family: arial;
	color: #0E11D0;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	line-height: 15pt
}

.news_divider {
	background-image:url('img/news_divider.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.padding_left_8px {
	padding-left: 8px;
}

.padding_bottom_2px {
	padding-bottom: 2px;
}

.padding_top_6px {
	padding-top: 6px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.orange_border {
	border-bottom: 1px solid #F5821F;
}

.body_text {
	font-family: arial;
	font-size: 11px;
	color: #0E11D0;
}
/* END Global Classes */