/* CSS Document */

body {
	background-color: #000000;
	margin-top: 10px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.text_large_heading {
	color: #FFFFFF;
	font-size: 20px;
}

.text_heading {
	color: #FFFFFF;
	font-size: 16px;
}

.text {
	color: #FFFFFF;
}

.text_purple {
	color: #FF00FF;
	font-size: 16px;
}

.text_body {
	color: #FFFFFF;
	font-size: 12px;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
}

div#top {
	background-image: url(../images/top.gif);
	height: 125px;
	width: auto;
}

div#linksbar {
	background-image: url(../images/top_button.gif);
	background-repeat:repeat-x;
	height: 14px;
	width: 795px;
	padding-left: 5px;
	padding-top: 2px;
	text-align: left;
}

div#bottombar_left {
	background-image: url(../images/bottom.gif);
	background-repeat:repeat-x;
	height: 14px;
	width: 395px;
	padding-left: 5px;
	padding-top: 2px;
	text-align: left;
}

div#bottombar_right {
	background-image: url(../images/bottom.gif);
	background-repeat:repeat-x;
	height: 14px;
	width: 395px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: right;
}

.top {
font-size: 14px
}

.linkbar{
font-size: 10px
}

#button{

	height: 50px;
	padding-top: 37px;
	padding-left: 25px;
}

#button ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#button li{
	float:left;
	margin: 0px;
	
}

#button li a{
	display: block;
	color:#999999;
	font-size: 14px;

}

#button li a span{
	display: block;
	height: 32px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 18px;
}

#button li a:hover{
	color: #FFFFFF;
	background: url(../images/top_button.gif);
	background-repeat:repeat-x;
}

