
/*HTML styles */

* {
	font-family: georgia, times, serif ;
}

body {
	background-image: url(/images/page_bg.gif) ;
	background-color: #000C64 ;
	background-position: top ;
	background-attachment: fixed ;
	background-repeat: repeat-x ;
	margin: 10px 0px 10px 0px ;
	color: #000 ;
	font-size: 14px ;
}

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

table {
	border-collapse: collapse ;
}

td {
	font-size: 14px ;
}

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

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

h1 {
	font-size: 32px ;
	letter-spacing: -2px ;
	color: #000C64 ;
	margin-top: 0px ;
	line-height: 36px ;
	font-weight: normal ;
}

h2 {
	font-size: 24px ;
	letter-spacing: -1px ;
	font-weight: normal ;
	line-height: 28px ;
	color: #000C64 ;
}

h3, .inline_h {
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #000C64 ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	border-top: 1px solid #BE495B ;
	border-left: 1px solid #BE495B ;
	border-right: 1px solid #A5011A ;
	border-bottom: 1px solid #A5011A ;
	display: block ;
	text-align: center ;
	font-size: 26px ;
	line-height: 30px ;
	color: #fff ;
	text-decoration: none ;
	padding: 15px 25px ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	letter-spacing: -1px ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-top: 1px solid #495297 ;
	border-left: 1px solid #495297 ;
	border-right: 1px solid #000C64 ;
	border-bottom: 1px solid #000C64 ;
}

#content {
	padding: 15px ;
}

.img_float {
	float: right ;
	margin: 0px 0px 5px 20px ;
}

a:link {
	color: #000C64 ;
}

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

a:hover {
	color: #A5011A ;
}

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

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


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

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

td.col {
	background: #A5011A ;
	color: #fff ;
}