
/*HTML styles */

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

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

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

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 22px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #395084 ;	
	margin-top: 0px ;
	line-height: 26px ;
}

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

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

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

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

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	color: #ffffff ;
	font-size: 18px ;
	letter-spacing: -1px ;
	line-height: 22px ;
	text-decoration: none ;
	padding: 8px 8px 8px 35px ;
	border-bottom: 1px solid #182238 ;
}

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

#content {
	padding: 15px ;
}

a:link {
	color: #395084 ;
}

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

a:hover {
	color: #5A80D1 ;
	text-decoration: none ;
}

.img_float {
	float: right ;
	margin: 0px 0px 5px 15px ;
	clear: right ;
	border: 1px solid #000000 ;
}

.img_center {
	clear: both ;
	text-align: center ;
	margin: auto ;
	display: block ;
	border: 1px solid #000000 ;
}