
/*HTML styles */

* {
	font-family: verdana, arial, sans-serif ;
}

body {
	background-color: #ccc ;
	margin: 0px ;
	color: #000000 ;
	font-size: 12px ;
	line-height: 19px ;
}

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

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

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

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

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

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

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

.holder {
	margin: auto ;
	width: 760px ;
}

#content {
	padding: 15px ;
}

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

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

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

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

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	border-left: 1px solid #6275AB ;
	border-right: 1px solid #253F8B ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	padding: 8px 10px ;
	color: #fff ;
	font-size: 18px ;
	line-height: 22px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	text-align: center ;
}

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


a.button1:link, a.button1:active, a.button1:visited, a.button1:hover {
	display: block ;
	color: #fff ;
	padding: 8px 10px ;
	font-size: 12px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	line-height: 14px ;
	border-left: 1px solid #BAA075 ;
	border-right: 1px solid #9F7B40 ;
	background-image: url(/images/button_up.gif) ;
	background-position: center ;
	text-align: center ;
}

a.button1:hover {
	background-image: url(/images/button_bg.gif) ;
	border-left: 1px solid #6275AB ;
	border-right: 1px solid #253F8B ;
}

.spacer {
	background: url(/images/spacer.gif) #fff ;
	background-position: center ;
	background-repeat: repeat-y ;
	height: 5px ;
	line-height: 1px ;
	border-top: 1px solid #fff ;
	border-bottom: 1px solid #fff ;
}
