/* CSS Document */
body {
	background-color: #484732;
	font: normal 12px Georgia, "Times New Roman", Times, serif;	
	color: #000000;
	font-size: 75%;
	line-height: 150%;
	height: 100%;
		/* fixes MAC - border shows about 15px*/
		/* of backgroundimage below last div*/
		/* if window is larger than content also*/
		/* place background-color in html above*/
		/* -fix by http://www.zeldman.com/press/discuss_css.html*/

}

.style3 {
	color: #FFFFFF;
}

table.style {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: solid solid solid solid;
	border-color: #cfe1ea #cfe1ea #cfe1ea #cfe1ea;
	border-collapse: separate;
	background-color: #306585;
}

a:link {color:#484732;text-decoration:underline;font-weight:bold;}

a:visited {color:#484732;text-decoration:underline;font-weight:bold;}

a:hover {color:#000000;text-decoration:underline;font-weight:bold;}

a:active {color:#484732;text-decoration:none;font-weight:bold;}

.title {
	font: normal "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #000000;
}

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }