@charset "utf-8";
/* CSS Document */
<!--
body {
	background-image: url(../images/bg_texture.gif);
	background-repeat: repeat;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}

ul.points{
		margin:0 0 0 5px; 
		padding:0 0 0 10px;
		list-style-type:square;
}
ul.points li {
	list-style-type:square;
}

h1 {
	font: 20pt "Times New Roman",Times,FreeSerif,serif;
	font-weight:bold;
}

h2 {
	font: 17pt "Times New Roman",Times,FreeSerif,serif;
	font-weight:bold;
	text-decoration: underline;
}

h3 {
	font: 15pt "Times New Roman",Times,FreeSerif,serif;
	font-weight:bold;
}

.style1 {
	color: #FFFFFF;
	font-size: 9pt;
}
#footer{
height:50px;
padding:0px 0 10px 0;
color: white;
line-height: 1.5em;
}

a:link {color: black;}
a:visited {color: gray;}
a:hover {color: black; text-decoration:none;}
a:active {color: yellow;}

#footer a:link {color: white;}
#footer a:visited {color: gray;}
#footer a:hover {color: white; text-decoration:none;}
#footer a:active {color: yellow;}

.footer_copyright {
	color: #ffe000;
	font-size: 8pt;
}

#right ul.right{
	width:110px;
	margin:0px 8px 0px 0px;
	padding:17px;
}
#right ul.right li{
	width:110px;
	padding:0 0 3px 0;
}
#right ul.right li a{
	display:block;
	width:110px;
	padding:0 0 0 17px;
	background:url(../images/arrow.gif) 4px 8px no-repeat #008100;
	font:bold 13px/21px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
}
#right ul.right li a:hover{
	background-color:#002000;
	color:#FFE800;
}

.style2 {
	color: #FF0000
}
.style3 {
	font-size: 8pt
}
.topofpage {
	text-align:right;
}
-->