body{
	background-color: #FFFFFF;
    
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	/* scrollbar-face-color: #FFA800;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #0F034F;
	scrollbar-3dlight-color: #0F034F;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #600561;
	scrollbar-arrow-color: #600561; */
}

.MainText {
	color: #000000;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 12px;
	
}
.Pack {
	color: #FFFF88;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 14px;
	
}
.whiteText {
	color: #FFFFff;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 14px;
	
}
.MainTextSmall {
	color: #000000;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 11px;
	
}

.MainText2 {
	color: #777872;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 12px;
	
}
.MainTitle {
	color: #B0D236;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 12px;
	
}
.greenText {
	color: #AFD236;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 12px;
	
}
a:link {
	color: #AFD236;
	text-decoration: none;
    font-family: Arial;
	font-weight: bold; 
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #AFD236; 
    font-family: Arial; 
	font-weight: bold; 
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
	color: #AFD236; 
    font-family: Arial;
	font-weight: bold; 
	font-size: 11px;
}
a:active {
	text-decoration: none;
	color: #AFD236;
    font-family: Arial; 
	font-weight: bold; 
	font-size: 11px; 
}
a {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 11px;
	text-decoration: none;
	color: #AFD236;
}

a.footer span{
color: #777872;
text-decoration: none;
font-family: Arial;
font-weight: bold; 
font-size: 12px;
text-decoration: none;
}
a:hover.footer span{
color: #777872;
text-decoration: none;
font-family: Arial;
font-weight: bold; 
font-size: 12px;
text-decoration: underline;
}

a.whiteLink span{
color: #ffffff;
text-decoration: none;
font-family: Arial;
font-weight: bold; 
font-size: 14px;
text-decoration: none;
}
a:hover.whiteLink span{
color: #aeaeae;
text-decoration: none;
font-family: Arial;
font-weight: bold; 
font-size: 14px;
text-decoration: underline;
}

a.lnk1 span{
color: #777872;
text-decoration: none;
font-family: Arial;
font-weight: bold; 
font-size: 12px;
text-decoration: none;
}
a:hover.lnk1 span{
color: #777872;
text-decoration: none;
font-family: Arial;
font-weight: bold; 
font-size: 12px;
text-decoration: underline;
}

a.lnk2 span{
color: #AFD236;
text-decoration: none;
font-family: Arial;
font-weight: bold; 
font-size: 12px;
text-decoration: none;
}
a:hover.lnk2 span{
color: #AFD236;
text-decoration: none;
font-family: Arial;
font-weight: bold; 
font-size: 12px;
text-decoration: underline;
}

a.buttonLink span{
color: #777872;
text-decoration: none;
font-family: Arial;
font-weight: bold; 
font-size: 12px;
text-decoration: none;
}
a:hover.buttonLink span{
color: #000000;
text-decoration: none;
font-family: Arial;
font-weight: bold; 
font-size: 12px;
text-decoration: none;
}

a.footer2 span{
color: #777872;
text-decoration: none;
font-family: Arial;
font-weight: normal; 
font-size: 11px;
text-decoration: none;
}
a:hover.footer2 span{
color: #777872;
text-decoration: none;
font-family: Arial;
font-weight: normal; 
font-size: 11px;
text-decoration: underline;
}

.imageButtonNormal2,
.imageButtonHover2,
.imageButtonGeneric2
{ 
background-image:url('../pics/misc/button.gif');
background-repeat:no-repeat;
height:17px;
}
.imageButtonNormal2 
{
border:solid 0px;
cursor:pointer;
}
.imageButtonHover2
{
border: solid 0px;
cursor:pointer; 
}
.dropDownMenu{
position:absolute;
visibility: hidden;
border:1px solid 4d4d4d;
border-bottom-width: 0;
font:normal 13px Arial;
line-height: 15px;
z-index: 100;
background-color: #ffffff; 

width:180px;

}

.dropDownMenu a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid 4d4d4d;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.dropDownMenu a:hover{ /*hover background color*/
background-color: ffffff;
color: #000000;
}