@charset "utf-8";
/*Main */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DDDDDD;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
a:link {
	color: #61D70B;
}
a:visited {
	color: #61D70B;
}
a:hover {
	color: #1B1718;
}
a:active {
	color: #61D70B;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
	color: #eeeeee;
}
.style3 {
	color: #B5DC10;
	font-size: 36px;
	font-weight: bold;
}
.style4 {
	font-size: 12px;
	font-weight: bold;
}
.style5 {color: #61D70B;
		 font-size: 16px;
		 font-weight: bold;
		 }
.style6 {
	font-size: 12px
}
.style7 {color: #1B1718;
		 font-size: 36px;
		 font-weight: bold;}
.style9 {
	color: #61D70B;
	font-size: 24px;
	font-weight: bold;
}
.style12 {font-size: 24px}

/* Menu */
.menu{
font: 16px arial, "Times New Roman", Times, serif;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.menu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #cacaca; /*dark purple border*/
border-width: 0px 0;
background: #1B1718;
}

.menu ul li{
display: inline;
}

.menu ul li a{
float: left;
color: #B5DC10; /*text color*/
padding: 5px 12px;
text-decoration: none;
border-right: 8px solid #1B1718; /*dark purple divider between menu items*/
background: #3B3939;
}

.menu ul li a:visited{
color: #B5DC10;
}

.menu ul li a:hover, .menu ul li .current{
color: #1B1718 !important; /*text color of selected and active item*/
padding-top:5px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background: #B5DC10;
}

/*Headings*/
h1 { 
font-family: Arial; 
color: #1B1718; 
font-size: 12px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h2 { 
font-family: Georgia; 
color: #61D70B; 
font-size: 26px; 
font-weight: bold; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h3 { 
font-family: Georgia; 
color: #61D70B; 
font-size: 22px; 
font-weight: bold; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; }

h4 { 
font-family: Arial; 
color: #B5DC10; 
font-size: 16px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; }

/* Link Classes */
.class1 A:link { color: #eeeeee; border-bottom: 1px #B5DC10 dotted; text-decoration: none;}
.class1 A:visited { color: #eeeeee; border-bottom: 1px #B5DC10 dotted; text-decoration: none}
.class1 A:active { color: #eeeeee; border-bottom: 1px #B5DC10 dotted; text-decoration: none}
.class1 A:hover {color: #B5DC10; border-bottom: 1px #eeeeee dotted; text-decoration: none}

.class2 A:link { color: #1B1718; border-bottom: 1px #61D70B dotted; text-decoration: none;}
.class2 A:visited { color: #1B1718; border-bottom: 1px #61D70B dotted; text-decoration: none}
.class2 A:active { color: #61D70B; border-bottom: 1px #1B1718 dotted; text-decoration: none}
.class2 A:hover {color: #61D70B; border-bottom: 1px #1B1718 dotted; text-decoration: none}

.class3 A:link { color: #000000;  text-decoration: underline;}
.class3 A:visited { color: #000000; text-decoration: underline}
.class3 A:active { color: #000000; text-decoration: underline}
.class3 A:hover {color: #B5DC10; text-decoration: none}

img
{  border-style: none;
}