/*

color_blue = 255066
color_blueLt = 3C83A6
color_gray = 666666
color_grayLt = A6A6A6

*/

body {
	background-color: #666666 ;
	background-image: url(/images/page_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
	background-attachment: fixed ;
	margin: 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	color: #000000 ;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

p, li, div, td {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-family: verdana ;
	font-size: 28px ;
	font-weight: normal ;
	color: #255066 ;
	line-height: 30px ;	
	margin-top: 0px ;
	letter-spacing: -2px ;
	text-transform: lowercase ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 20px ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

#content {
	padding: 15px ;
}

a:link {
	color: #255066 ;
}

a:visited, a:active {
	color: #666666 ;
}

a:hover {
	color: #3C83A6 ;
}

#topInfo {
	padding-top: 10px ;
	text-align: center ;
	color: #ffffff ;
	font-size: 10px ;
	line-height: 12px ;
	letter-spacing: 3px ;
	text-transform: lowercase ;
}

#botInfo {
	padding-bottom: 10px ;
	text-align: center ;
	color: #ffffff ;
	font-size: 10px ;
	line-height: 12px ;
	letter-spacing: 3px ;
	text-transform: lowercase ;
}

a.button:link, a.button:visited, a.button:active, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	text-align: center ;
	display: block ;
	padding: 6px 9px ;
	font-size: 13px ;
	color: #ffffff ;
	text-decoration: none ;
	letter-spacing: -1px ;
	font-weight: bold ;
	text-transform: lowercase ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	text-decoration: underline ;
}

div.button {
	border-right: 1px solid #666666 ;
	border-bottom: 1px solid #666666 ;
	border-left: 1px solid #A6A6A6 ;
	border-top: 1px solid #A6A6A6 ;
}

div.button_up {
	border-right: 1px solid #255066 ;
	border-bottom: 1px solid #255066 ;
	border-left: 1px solid #3C83A6 ;
	border-top: 1px solid #3C83A6 ;
}

a.link_white:link, a.link_white:visited, a.link_white:active {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

.right_holder {
	padding: 10px ;
	border-bottom: 1px dashed #cccccc ;
}

.right_title {
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

.right_date {
	font-size: 11px ;
	letter-spacing: -1px ;
	font-style: italic ;
	line-height: 13px ;
}

.right_desc {
	font-size: 11px ;
	letter-spacing: -1px ;
	line-height: 13px ;
	padding-top: 5px ;
}


body.mceContentBody {
   background: #fff ;
}

.mceContentBody a {
	color: #3E6A90 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}