body{ /* MARGIN: TOP, LEFT, BOTTOM, RIGHT*/
	margin: 0 3px 0 3px;
	text-align: left;
	background-color: #fffff;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	scrollbar-base-color: #2A00FF;
	scrollbar-arrow-color: #E9E9E9;
}
td{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header{
	background-color: #E9E9E9;
	color: #000000;
	font-size: 14px;
	font-family: Arial, sans-serif;
	border: 1px #000000 solid;
}
.footer{
	background-color: #E9E9E9;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica sans-serif;
	border: 1px #000000 solid;
}
.table{
	background-color: #2A00FF;
}
.first{
	background-color: #E9E9E9;
	border-left: 1px #f9fcff solid;
	border-top: 1px #f9fcff solid;
	border-bottom: 1px #86898c solid;
	border-right: 1px #86898c solid;
	color: #000000;
}
.second{
	background-color: #d1dae3;
	border-left: 1px #f0f8ff solid;
	border-top: 1px #f0f8ff solid;
	border-bottom: 1px #7d8388 solid;
	border-right: 1px #7d8388 solid;
	color: #000000;
}
hr{
	color: #FF0000;
}
#tabmenu {
	color: #000000;
	border-bottom: 1px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px; }
		
#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }
		
#tabmenu a.active {
	color: #000000;
	background: #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000; 
	border-right: 1px solid #000000; 
}

#tabmenu a.inactive {
	color: #000000;
	background: #afafaf;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000; 
	border-right: 1px solid #000000; 
}

#tabmenu a, a.active {
	color: #E9E9E9;
	background: #2A00FF;
	font: Verdana, Arial, Helvetica sans-serif;
	border: 1px #000000 solid;
	padding: 4px 5px 0px 5px;
	margin: 0px;
	text-decoration: none; }
		
#tabmenu a:hover {
	color: #000000;
	background: #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000; 
	border-right: 1px solid #000000; 
}	
		
#tabmenu a.active:hover {
	background: #E9E9E9;
	color: #2A00FF;
}
		
#content {font: Verdana, Arial, Helvetica sans-serif;
	text-align: justify;
	background: #E9E9E9;
	padding: 3px 10px 3px 10px ;
	border: 1px solid black;	
	border-top: none;
	z-index: 2;	}
	
#content a {
	text-decoration: underline;
	color: #2A00FF;
	font-weight: bold;}
		
#content a:hover {
	color: #2A00FF;
	text-decoration: none;
	}

	#rule{
	width: 100%;
	color: #000000;
}
select, option, input, textarea{
  background-color: #2A00FF;
  color: #E9E9E9;
  border: inset 1px #000000;
}
.big-text{
	font-size: 24px;
}
.container{
	width: 730px;
	
}
img{
border: 0;
}
.small{
font-size: 11px;
}
.heading{
font-weight: bold;
font-size: 14pt;
}