body {
	color: #485977;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-image:url(pic/background.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	
}
a:link {
	color: #000099;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #E00000;
	text-decoration: none;
	font-weight: bold;
}
h1 { 
	color: #485977; 
	font-size: 16px; 
	font-weight: bold; 
	margin: 0px 0px 4px 0px;
	}
h2 { 
    color: #231f20; 
    font-size: 12px; 
	font-weight: bold; 
	margin: 0; 
	display: inline; 
	}
h3 {
	font-weight: bold;
	font-size: 10pt;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
