a:link,a:visited,a:active{
	color: #CC0000;
	text-decoration: none;
}

a:hover{
	color: #AAAAAA;
	background : Black;
}

body{
	background: url(images/bg_page.gif) #000000 repeat;
}

form{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1{
	font-size: 19px;
	font-weight: bold;
}

h2{
	font-size: 16px;
}

p{
}

td{
	color: #DFDFDF;
	font: 12px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.barheader{
	background: url(images/barheader_bg.gif) #444444 repeat-x;
	color: #AAAAAA;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

.barheader a:link,.barheader a:visited,.barheader a:active{
	color: #AAAAAA;
	text-decoration: none;
}

.barheader a:hover{
	color: White;
}

.border{
	background: #777777;
	border: 1px solid #000000;
}

.header{
	background: #000000;
}

.imgborder{
	border: 0px solid Black;
}

.main{
	background: #000000;
	padding: 10px 10px 10px 10px;
}

.menu{
	background: #444444;
	border-right: 2px solid #777777;
}

.menu a:link,.menu a:active,.menu a:visited{
	color: #AAAAAA;
	text-decoration: none;
}

.menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #444444;
}

.searchbox{
	background: #CC0000;
	border: 1px solid #444444;
	color: #FFFFFF;
	font-size: 11px;
	width: 100px;
}

.searchcell{
	background: #777777;
	white-space: nowrap;
}

