@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	background-image: url(images/bgmain.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.stylemenu {
	color: #000000;
	font-weight: bold;
}
.stylemenu a {
	color:#000000;
	font-weight: bold;
}
.stylemenu a:hover {
	color:#003300;
	font-weight: bold;
}
.stylemenu2 {
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.stylemenu2 a {
	color:#000000;
	font-weight:200;
}
.stylemenu2 a:hover {
	color:#FFFFFF;
	font-weight: bold;
}
.capstyle {
	font-style: italic;
	color:#000000;
	}