/* CSS Document */

a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	text-shadow: #000000;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

body {
	/*
	scrollbar-face-color:"#000000";
	scrollbar-3dlight-color:"#333333";
	scrollbar-highlight-color:"#000000";
	scrollbar-shadow-color:"#333333";
	scrollbar-darkshadow-color:"#333333";
	scrollbar-track-color:"#000000";
	scrollbar-arrow-color:"#333333";
	*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}

.styleFooter {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.styleLink {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

.styleMenu {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.style01 {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}

.style02 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}

.style03 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.style04 {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
}

.style05 {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}

.styleButton {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border:solid 1px #ffffff; 
	background-color:#FF9900; 
}

.styleForm {
	font-family: Tahoma;
	font-size: 12px;
	
	color: #000000;
	/*font-weight: bold;border:solid 1px #ffffff; 
	background-color:#FF9900; 
	*/
}

.style06 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.styleSmall {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}

