body {
	background-color: #1c5394;
}

.maintextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.maintextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1c5394;
}
.maintextpinkbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c40b48;
}
.maintextpinksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c40b48;
}
.maintextwhitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


#main_image_container {
	background-color: #1C5394;
	z-index: 1;
	overflow:hidden;
}

.pics {  
    height:  372px;  
    width:   230px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0px;
    width:  230px; 
    height: 372px; 
    top:  0; 
    left: 0 
}

