/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/mainbg.gif);
	background-color: #000B17;
	background-repeat: repeat-x;
}
.midbg {
	background-image: url(../images/midbg.gif);
	background-repeat: no-repeat;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.standard-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
}
.button-bg {
	background-image: url(../images/button-bg.gif);
	background-repeat: no-repeat;
}
.button-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
	list-style-image: url(../images/arrow.gif);
}
.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}
.shadow:hover {
	background-image: url(../images/images/shadow.png);
	background-repeat: no-repeat;
}

