@charset "utf-8";
/* CSS Document */


/* Link Information */


a{
color:#FF0000;
text-decoration:none;
}
a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: underline;
}



/* Body Information */



body{
background-image:url(../images/bg/bg1.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
font:"Times New Roman", Times, serif;
font-size:18px;
color:#FF0000;
}

/* Table information */
table{
border:#66FF00;
background-color:#000099;
}
.tablestyle1{
	border:groove;
	width:75%;
	height:auto;
	text-align: right;
}
.tablecol{
width:2%
}

/* header styles */


.bandheader{
font:"Times New Roman", Times, serif;
color:#FF0000;
}
