@charset "UTF-8";
/* CSS Document */

/*zero out page selectors*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	font-size: 10pt;
    }

body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	}
	
#wrapper{
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	}
	
#tablewrap{
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}
	
#footer{
	height: auto;
	width: 843px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	height: auto;
}

a, a:visited, a:active {
	color: #1A50B8;
	text-decoration: none;
}
a:hover {color:#66CCFF; text-decoration:underline;}

