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;
	
}
.MainText2 {
	color: #C00029;  
	font-weight: normal; 
	font-family: Arial;
	font-size: 11px;
	
}
.MainTitle {
	color: #C00029;  
	font-weight: bold; 
	font-family: Arial;
	font-size: 13px;
	
}


a:link {
	color: #000000;
	text-decoration: none;
    font-family: Arial;
	font-weight: bold; 
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #000000; 
    font-family: Arial; 
	font-weight: bold; 
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #C00029; 
    font-family: Arial;
	font-weight: bold; 
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #000000;
    font-family: Arial; 
	font-weight: bold; 
	font-size: 12px; 
}
a {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

a.menu span {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}
a:hover.menu span {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px;
	text-decoration: underline;
	color: #ffffff;
}

.picRoll:hover img{

border: 1px solid #f6f6f6;
} 


.picRoll img{

border: 1px solid #C00029;


} 

.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: #000000; 

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: cccccc;
color: #000000;
}