
/*HTML styles */

* {
	line-height: 1.5em ;
	font-family: verdana, arial, sans-serif ;
}

body {
	background-image: url(/images/page_bg.jpg) ;
	background-position: center ;
	margin: 15px 0px ;
	color: #131313 ;
	font-size: 12px ;
}

td {
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

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

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

h1 {
	font-weight: normal ;
	color: #0568A0 ;
	margin-top: 0px ;
	font-family: verdana ;
	letter-spacing: -2px ;
	font-size: 28px ;
}

h2 {
	font-size: 18px ;
	letter-spacing: -1px ;
	font-weight: normal ;
	color: #013368 ;
}

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

#content {
	padding: 15px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-image: url(/images/button_bg.gif) ;
	background-position: top ;
	padding: 10px 15px ;
	color: #ffffff ;
	text-decoration: none ;
	font-weight: bold ;
	letter-spacing: -1px ;
	font-size: 13px ;
	text-align: center ;
	border-left: 1px solid #ffffff ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	color: #013368 ;
	padding: 17px 15px 3px 15px ;
}

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:link {
	color: #013368 ;
}

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

a:hover {
	color: #0568A0 ;
}

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