/* CSS Document */

body {
	background-image: url(../images/bg2.gif);
	margin-left: 0px;
	margin-top: 10px;
}
.style1 {
	color: #FFFFFF;
	font-size: x-small;
	font-family: "Times New Roman", Times, serif;
}
.style4 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style6 {
	font-size: 12px;
	font-weight: bold;
}
.style7 {
	font-size: 12px;
	font-weight: bold;
}
.style8 {
	font-size: 14px;
	font-weight: bold;
}
.style9 {
	font-size: 18px;
	font-weight: bold;
}

a {
	color: #C10000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	
a:link {
	color: #C10000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    }
	
a:hover {
	color:#FF1717;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
    }
	
as {
	color: #C10000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
}
	
as:link {
	color: #C10000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:9px;
	font-weight: normal;
	text-decoration: none;
    }
	
as:hover {
	color:#FF1717;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:9px;
	text-decoration: none;
    }

#border{
background-color:#ffffff;
border-left-style:solid;
border-left-width:1px;
border-left-color:#000000;
border-right-style:solid;
border-right-width:1px;
border-right-color:#000000;
border-top-style:solid;
border-top-width:1px;
border-top-color:#000000;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#000000;
margin:0px 0px 0px 0px;
padding:0px;
float:inherit;
}