
/*HTML styles */

* {
	font-family: verdana, arial, sans-serif ;
}

body {
	background-color: #294B66 ;
	background-position: top ;
	background-repeat: repeat-x ;
	margin: 0px ;
	color: #000 ;
	font-size: 12px ;
}

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

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 ;
	white-space: nowrap ;
}

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

h1 {
	font-size: 28px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	line-height: 32px ;
	margin-top: 0px ;
	color: #3D7099 ;
}

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

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

td.bar {
	background-image: url(/images/bar.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
	width: 5px ;
	font-size: 1px ;
}

#content {
	padding: 15px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	border-top: 1px solid #7A8FA0 ;
	border-left: 1px solid #7A8FA0 ;
	border-right: 1px solid #294B66 ;
	border-bottom: 1px solid #294B66 ;
	background-position: center ; 
	margin: 5px 15px ;
	display: block ;
	color: #fff ;
	padding: 6px 9px ;
	font-size: 18px ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-top: 1px solid #93BCDD ;
	border-left: 1px solid #93BCDD ;
	border-right: 1px solid #3D7099 ;
	border-bottom: 1px solid #3D7099 ;
}

a:link {
	color: #3D7099 ;
}

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

a:hover {
	color: #5194C9 ;
}

img.float {
	float: right ;
	margin-left: 10px ;
	clear: right ;
}

.caption_left {
	width: 250px ;
	float: left ;
	padding: 15px ;
	padding-left: 0px ;
}

.caption_right {
	width: 250px ;
	float: right ;
	padding: 15px ;
	padding-right: 0px ;
}

.caption_left img, .caption_right img {
	border: 1px solid #000 ;
	width: 250px ;
	margin-bottom: 5px ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff ;
}

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