
/*HTML styles */

body, p, li, div, td {
	line-height: 20px ;
	font-size: 14px ;
	font-family: georgia, times, serif ;
}

body {
	background-color: #1D3A59 ;
	margin: 0px ;
	color: #1D3A59; 
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

img {
	-ms-interpolation-mode: bicubic; 
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

a.link_blue:link, a.link_blue:active, a.link_blue:visited {
	color: #1D3A59 ;
	text-decoration: none ;
}

a.link_blue:hover {
	text-decoration: underline ;
}

h1 {
	font-size: 32px ;
	line-height: 36px ;
	font-weight: bold ;
	letter-spacing: -2px ;
	color: #1D3A59 ;
	margin-top: 0px ;
}

h2 {
	font-size: 22px ;
	line-height: 26px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #1D3A59 ;
	margin-top: 0px ;
}

h3, .inline_h {
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #1D3A59 ;
	margin-top: 0px ;
}

#content {
	padding: 20px ;
	background-image: url(/images/content_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
	padding-bottom: 10px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	border-left: 1px solid #748699 ;
	border-right: 1px solid #1D3A59 ;
	color: #fff ;
	text-align: center ;
	text-decoration: none ;
	padding: 20px 40px ;
	font-size: 32px ;
	font-weight: bold ;
	letter-spacing: -3px ;
	line-height: 36px ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #A8B4BF ;
	border-right: 1px solid #748699 ;
}

a:link {
	color: #748699 ;
}
a:active,a:visited {
	color: #1D3A59 ;
}
a:hover {
	color: #A8B4BF ;
}