@charset "utf-8";
/* CSS Document */

body {
background:url(images/bg.png);
background-color:#beb797;
background-repeat:repeat;
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3f3d33;
}

td,th {color:#F5F1E0;}


h3 {
	text-align:center;
	color:#ffa;
	font-size:12px;
}

h2 {
	text-align:center;
}
h1 {
	font-family: "Franklin Gothic Demi", Verdana, Arial, sans-serif;
}
hr {
	color:#777000;
	background-color: #FFFF00;
	height: 1px;
}

a:link {
	color: #0099FF;
}
a:visited {
	color: #777000;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #99FF00;
}


div.midalgn {width:718px;margin:0 auto;}

div.warpdic {
 	width:718px;
	background-color:#333;
	display:table;
	height:auto;
	border:1px solid #ff9;
	padding:3px;
	margin:3px 0px 6px 0px;
	clear:both;
}

div.borderdic {
	border:1px solid #111;
	background-color:#222;
	width:708px;
	padding:2px;
	margin:2px;
	color:#f5f1e0;
	text-align:center;
}

div.borderdic-v {
	border:1px solid #111;
	background-color:#222;
	/*width:167px;*/
	padding:5px;
	margin:2px;
	color:#f5f1e0;
	float:left;
	text-align:center;

}




input.buttdic {
width:24px;
height:24px;
text-font:arial;
text-size:14px;
margin:0px;
}


.style11 {color: #FFCC33}
.style12 {color: #66FF00}
.style13 {
	color: #EAECEC;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

div#topbar {
	width:800px;
	height:33px;
	background-color:#000;
	margin:0 auto 10px auto;
	text-align:center;
	padding:5px 2px 0px 2px;
	vertical-align:center;
	border-radius: 0 0 6px 6px;
    box-shadow: 0 0 20px black;
}

div#topbar  label {
	color:#999;
}
div#logo {
	color:#fefefe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bolder;
	clear:none;
	float:left;
	padding:0px 2px 0px 5px;
	width:133px;
}
div#logo a {
	color:#fefefe;
	text-decoration:none;
}
div#righttopbar {
	color:#fefefe;
	clear:none;
	float:right;
	padding:4px 2px;
	width:133px;
	font-size: 11px;
	text-align:right;
	margin-bottom:3px;
}

div#midtopbar {
	display:inline;
}

div#commercial {
	width:728px;
	margin:0 auto;
}
div.alert {
	background-color:#444;
	border-radius: 12px;
	border:3px solid yellow;
	color:#eee;
	clear:both;
	padding:3px;
	width:500px;
	font-size: 12px;
	text-align:center;
	margin:10px auto;
}



table.props { width:700px;margin: 0 auto 20px auto; }
table.props  th { color:#553333;  }
table.props  td { color:#aa3333; vertical-align: top;}

