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

<style type="text/css">

body,td,th {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	background-image:url(null);
	background-repeat:yes-repeat;
	background-attachment:fixed;
	background-position:center;
}
em {font-style:italic;
	color:#FF8000;
}
box { 
	background: green; 
	margin: 120px 12px 12px 12px;
	padding: 100px 200px 200px 200px;
                                     /* No borders set */
      }
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }
p#orangeb {color:#FF9900;
	font-weight: bold;
	font-variant:small-caps;
}
blockquote {font-size:12px}
h4 {font-size:12px}
.style2 {font-size: 12px}
.menus a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.2cm;
}
.menus a:visited {
	text-decoration: none;
	color: #EAEAEA;
	padding: 0.2cm;
}


.menus a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
	padding: 0.2cm;
}
.menus .active {
	text-decoration: none;
	color: #000000;
	background-color: #FF8000;
	padding: 0.2cm;
}
#mainCenter {
	width: 800px;
	height:600px;
	margin:auto;
	border-top:#999 thin groove;
	border-left:#999 thin groove;
	border-right:#999 thin groove;
}

.footer {
	width:800px;
	height:40px;
	margin:auto;
	text-align:center;
	border-top:thin solid;
	margin-top: 10px;
}
</style>

