
.style1 {	color: #Ffff66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {color: #000000}
.style3 {color: #ffcc66}
.style4 {color: #E03B4B}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #D1BB27;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style7 {
	color: #000000;
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
}
.style8 {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
}
.style9 {	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
BODY 
{ 
/*scrollbar-face-color:#c7c7c7; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #FFffff; 
scrollbar-3dlight-color: #FFffff; 
scrollbar-darkshadow-color: #666666;
scrollbar-base-color:#E1C901; 
scrollbar-arrow-color:#dbdada;*/
font-family:Verdana;
font-size:12px;


} 

table.stattable {
	width: 100%;
}

table.stattable th {
	border: 1px solid #777;
	text-align: left;
	padding: 4px;
	padding-left: 20px;
	background-color: #F7F7F7;
}

table.stattable td.content {
	border: 1px solid #777;
	background-color: #F7F7F7;
}

table.stattable tr.even td, table.stattable tr.mod_even td  {
	background-color: #F7F7F7;
	border: 1px solid #777;
}
table.stattable tr.odd  td, table.stattable tr.mod_odd  td {
	background-color: #F7F7F7;
	border: 1px solid #777;
}

table.stattable tr.head td, table.stattable tr.head th  {
	padding: 4px;
	font-size: 14px;
	/*text-align:justify;*/
	/*background-image:url('../images/menu_bg.jpg');*/
	background-repeat:repeat-x; 
	color: #fff;
	background-color: #C23131;
}


/* MENU TABLE STYLE */
table.submenu {
	width: 100%;
	margin-bottom: 20px;
	margin-top: -12px;
	color: #Ffff66;
	
}

table.submenu th{
	border: 1px solid #777;
	text-align: left;
	padding: 4px;
	padding-left: 20px;
	background-color: #252525;
}


/* MAIN TABLE STYLE */
table.main {
	width: 100%;
}

table.main th {
	font-size: 18px;
	text-align: left;
	padding: 0px 0px 5px 0px;	
}

table.main td {
	/*text-align: left;*/
}


/* SUB TABLE STYLE */
table.sub {
	width: 100%;
	background-color: #151515;
	
}

table.sub th {
	padding: 4px;
	font-size: 14px;
	/*text-align:justify;*/
	background-image:url('../images/menu_bg.jpg');
}

table.sub td {
	padding: 4px;
	/*text-align:justify;*/
	border: 1px solid #777;
	
}
table.sub td.mod {
	padding: 0px;
	text-align:justify;
	border: none;
	background-color: #252525;
}

table.sub td.subright {
	border-left: none;
}

table.sub tr.even {
	background-color: #151515;
}
table.sub tr.odd {
	background-color: #333;
}

table.sub td.none {
	border: none;
}


/* INNER TABEKE STYLE */
table.inner {
	width: 100%;
	border: none;
}

table.inner th{
	/*border: 1px #Ffff66 solid;*/
	border: none;
}

table.inner td {
	/*border: 1px #Ffff66 solid;*/
	border: none;
}



table.none, table.none th, table.none td, th.none, td.none {
	border: none;
}


.maximg {
	max-height: 100px;
	max-width: 270px;
}

