@charset "windows-1252";




body { margin-top: 0px; margin-right: auto; margin-bottom: auto; margin-left: 0px;
background-image:url('../images/bg.jpg');
background-repeat:repeat-x;
}
	

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

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:focus {
   outline: none;
}

p,li {
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}

.header {
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

.emphasis {
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.small {
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: #000000;
}

.title {
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}