
/*HTML styles */

* {
	line-height: 18px ;
	font-family: verdana, arial, sans-serif ;
}

body {
	background-color: #6D9BCD ;
	background-position: top ;
	background-repeat: repeat-x ;
	margin: 0px ;
	color: #272A3B ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

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

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

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

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

h1 {
	background-image: url(/images/h1_bg.gif) ;
	background-position: bottom ;
	background-repeat: repeat-x ;
	font-size: 22px ;
	line-height: 26px;
	letter-spacing: -2px ;
	font-weight: normal ;
	margin-top: 0px ;
	padding-bottom: 7px ;
	text-transform: lowercase ;
	color: #012B5B ;
}

h2 {
	font-size: 18px ;
	letter-spacing: -1px ;
	font-weight: normal ;
	line-height: 22px ;
	color: #012B5B ;
	margin-top: 0px ;
}

h3, .inline_h {
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #012B5B ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	text-transform: lowercase ;
	text-decoration: none ;
	font-weight: bold ;
	font-size: 13px ;
	letter-spacing: -1px ;
	color: #012B5B ;	
}

a.button:hover {
	text-decoration: underline ;
	color: #6D9BCD ;
}

.content {
	padding: 10px 0px ;
}

a:link {
	color: #012B5B ;
}

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

a:hover {
	color: #6D9BCD ;
}

body.mceContentBody {
   background: #fff;
}

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

