/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txt13bdul, .txt13bdul a:link, .txt13bdul a:visited, .txt13bdul a:active {
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
	color:#CCCCCC
}
.news, .news a:link, .news a:visited, .news a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration:none
}
.news a:hover {
	color: #FFFFFF;
}
.smtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration:none
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.style3, .style3 a:hover, .style3 a:link, .style3 a:visited {
	font-size: 14px;
	color: #CCCCCC
}
form input{
	margin-top: 5px;
	height: 20px;
	margin-bottom: 5px;	
}
form input,
form textarea,
form select{
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fff));
	background: -moz-linear-gradient(-90deg, #f6f6f6, #fff);
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
}

form input:focus,
form textarea:focus,
form select:focus{
	outline: none;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset, 0 0 2px 1px rgba(237, 187, 66, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset, 0 0 2px 1px rgba(237, 187, 66, 0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset, 0 0 2px 1px rgba(237, 187, 66, 0.5);
}
form input,
form textarea,
form select{
	-webkit-background-clip: padding-box;
	height: 14px
}
form label {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #a1a1a1;
}
form input[type=submit]{
	background: -webkit-gradient(linear, left top, left bottom, to(#ddd), from(#eee));
	background: -moz-linear-gradient(90deg, #ddd, #eee);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	height:18px
}
.txt11blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none
}
