/* CSS Document */

body {
	
	body-position:center;
	background-color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;   
	color:#000066;
}


a:link {
	color:#003399;
}


a:active {
	color: #220000;
}

a:visited {
	color:#999999;
}

a:hover {
	color:#CC6600;
}

.small {
	
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: x-small;
}

.xsmall {
	
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: xx-small;
}

.h1 {
	font-size: 140%;
	color:#663300;
	font-weight: bold;
}

.h2 {
	font-size: 110%;
	color:#000066;
	font-weight: bold;
}
