
/*HTML styles */

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

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

body {
	background-image: url(/images/page_bg.jpg) ;
	background-attachment: fixed ;
	background-position: center ;
	margin: 20px 0px ;
	color: #373A47 ;
	font-size: 14px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

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

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

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

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

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

h2 {
	font-size: 24px ;
	line-height: 28px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	color: #4B4F61 ;
	margin-top: 0px ;
}

h3, .inline_h {
	color: #A53554 ;
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	margin-top: 0px ;
}

.spacer {
	background: url(/images/spacer.gif) ;
	background-position: center ;
	line-height: 1px ;
	font-size: 1px ;
	height: 10px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-image: url(/images/button_bg.gif) ;
	border-left: 1px solid #CCD2EC ;
	border-right: 1px solid #ADB6E1 ;
	padding: 0px ;
	color: #fff ;
	font-size: 28px ;
	letter-spacing: -1px ;
	line-height: 32px ;
	text-align: center ;
	text-decoration: none ;
	background-position: center ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #CBDDDE ;
	border-right: 1px solid #ACC9CB ;
}

#content {
	padding: 20px ;
	background: url(/images/content_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
}

a:link {
	color: #A53554 ;
}

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

a:hover {
	color: #EDA8B7 ;
}

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

.required {
	color: #900 ;
}
