
body {
	background-color: #1A4363 ;
	margin: 0px ;	
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	color: #333333 ;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

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

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 22px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #1A4363 ;	
	margin-top: 0px ;
	line-height: 24px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 20px ;
}

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

#content {
	padding: 15px 0px ;
}

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

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

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.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-image: url(/images/nav_bg.gif) ;
	background-position: center ;
	padding: 7px ;
	color: #666666 ;
	font-size: 12px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-decoration: none ;
	border-right: 1px solid #cccccc ;
	text-align: center ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	color: #ffffff ;
}

a:link {
	color: #1A4363 ;
	text-decoration: underline ;
}

a:active, a:visited {
	color: #666666 ;
	text-decoration: underline ;
}

a:hover {
	color: #2D77AF ;
	text-decoration: none ;
}

.img_float {
	float: right ;
	margin: 0px 0px 15px 15px ;
	background: #ffffff ;
	padding: 1px ;
	border: 1px solid #999999 ;
}
