body{
	background-color: #cccccc;
    
	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;
	
}
.MainText2 {
	color: #000000;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 14px;
	
}
.smallText {
	color: #000000;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 9px;
	
}
.MainTextWhite {
	color: #ffffff;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 14px;
	
}
.SmallText {
	color: #000000;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 10px;
	
}
.OrangeText {
	color: #F26D20;  
	font-weight: bold; 
	font-family: Arial;
	font-size: 14px;
	
}


a:link {
	color: #000000;
	text-decoration: none;
    font-family: Arial;
	font-weight: normal; 
	font-size: 13px;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000; 
    font-family: Arial; 
	font-weight: normal; 
	font-size: 13px;
}
a:hover {
	text-decoration: none;
	color: #000000; 
    font-family: Arial;
	font-weight: normal; 
	font-size: 13px;
}
a:active {
	text-decoration: none;
	color: #000000;
    font-family: Arial; 
	font-weight: normal; 
	font-size: 13px; 
}
a {
	font-family: Arial; 
	font-weight: normal; 
	font-size: 13px;
	text-decoration: underline;
	color: #000000;
}

a.footerLink span{
	color: #646464;
	text-decoration: none;
    font-family: Arial;
	font-weight: normal; 
	font-size: 12px;
}
a:hover.footerLink span{
	color: #646464;
	text-decoration: underline;
    font-family: Arial;
	font-weight: normal; 
	font-size: 12px;
}
a.footerLink2 span{
	color: #000000;
	text-decoration: none;
    font-family: Arial;
	font-weight: normal; 
	font-size: 10px;
}
a:hover.footerLink2 span{
	color: #000000;
	text-decoration: underline;
    font-family: Arial;
	font-weight: noramal; 
	font-size: 10px;
}

.dropDownMenu{
position:absolute;
visibility: hidden;
border:1px solid #005105;
border-bottom-width: 0;
font:normal 13px Arial;
line-height: 15px;
z-index: 100;
background-color: #ffffff; 

width:150px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.dropDownMenu a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #005105;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.dropDownMenu a:hover{ /*hover background color*/
background-color: f6f6f6;
color: #000000;
}

a.picRoll img{

border: 1pt solid #cccccc;
} 

a:hover.picRoll img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
-moz-opacity: 0.4;
border: 1pt solid #F26D20;
} 

.pic {

border: 1pt solid #cccccc;
} 

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid #cccccc;
font:normal 12px Arial;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}