
/*HTML styles */

body {
	background-color: #1E1767 ;
	background-position: top ;
	background-repeat: repeat-x ;	
	margin: 0px 0px 25px 0px ;	
	font-family: georgia, times new roman, times, serif;
	font-size: 12px;
	line-height: 19px ;
	color: #333333 ;
}

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

input, select, texarea, button {
	font-family: georgia, times new roman, times, serif;
	font-size: 10px;
}

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 25px ;
	line-height: 27px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	color: #333333 ;	
	margin-top: 0px ;
}

h2 {
	font-size: 17px ;
	font-weight: bold ;
}

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

#content {
	padding: 15px ;
}

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

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

.required {
	color: #990000 ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	font-size: 20px ;
	letter-spacing: -2px ;
	color: #ffffff ;
	text-decoration: none ;
	padding: 25px 10px ;
	display: inline-block ;
}

a.button:hover {
	background: url(/images/button_up.gif) ;
	background-position: bottom ;
	text-decoration: underline ;
}