/* At-Rules */
@charset "windows-1252";

body
{
	background-position: left top; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
	font-family: Verdana, Arial, Courier;
	font-size:14pt;
	font-weight: normal;
}

Normal
{
	font-family: Verdana, Arial, Courier;
	font-size:14pt;
	}
	
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Courier;
}
h1
{
	font-size: 36pt;
	align: center;
	text-align: center;
	font-weight: normal;
}
h2
{
	font-size: 24pt; 	
	text-align: center;
	font-weight: normal;
}
h3
{
	font-size: 18pt; 	
	text-align: center;
	font-weight: normal;
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}