
/*HTML styles */

body {
	background: #345699 ;
	background-position: top ;
	background-repeat: repeat-x ;	
	margin: 0px ;	
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	color: #ffffff ;
}

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

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

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 22px ;
	font-weight: normal ;
	color: #ffffff ;	
	margin-top: 0px ;
	letter-spacing: -1px ;
	line-height: 24px ;
}

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

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

.spacer_white {
	background: #ffffff ;
	font-size: 1px ;
	line-height: 1px ;
	height: 5px ;
}

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

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

#content {
	padding: 0px 0px 0px 15px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	border: 1px solid #ffffff ;
	margin-bottom: 5px ;
	background-color: #A61219 ;
	background-image: url(/images/button_bg.gif) ;
	background-position: 5px center ;
	background-repeat: no-repeat ;
	color: #ffffff ;
	padding: 6px 9px 6px 27px ;
	font-size: 18px ;
	line-height: 20px ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

a.button:hover {
	background-color: #345699 ;
	background-image: url(/images/button_up.gif) ;
}

a:link {
	color: #ffffff ;
}

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

a:hover {
	text-decoration: none ;
}

.img_flt {
	float: right ;
	margin: 0px 0px 15px 15px ;
	background: #ffffff ;
	padding: 1px ;
	border: 1px solid #595959 ;
}

.tm {
	vertical-align: super ;
	font-size: 9px ;
}