html, body {
    margin : 0;
    padding: 0;
    font-family: "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
    font-size:14px;
    /* background-color: #0b3754;	*/
    background-color: #093552;
	color: #ffffff;			
}
td {
    font-size: 12px;
    color: #000000;			
    font-family : "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
     }

A {	
	text-decoration: none;
	border:0;
	margin:0;	
	font-family : "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	font-weight:bold;
    font-size:14px;
    color: #024489;    
}

A:hover {
	text-decoration: underline;		
	}
	
.title {
    background-color: #e0d5b7;
    color: #024489;
    font-size:20px;
    font-weight:bold;
}

.text_main_page {
	background-color: #e0d5b7;
	color: #000000;	
	padding: 20px;    
    font-size:14px;
    text-align:left;
}
.small_text {
	background-color: #e0d5b7;
	color: #000000;		
    font-size:10px;
    /*
    text-align:left;    
    */
    text-align: center;
    
}

.big_text {
	color: #000000;	
    font-size:12px;
    font-weight: bold;		
    text-align: center;
}
.right_text {
	background-color: #e0d5b7;
	padding: 10px;    
	color: #000000;	
    font-size:12px;
	font-style: italic;		
	vertical-align: bottom;	
	height: 100%;
	/*
	font-family : 'Times New Roman';
	*/
	font-family : 'Arial';
}
.right_text_contact {
	background-color: #e0d5b7;	
	color: #000000;	
    font-size:14px;
	font-style: italic;		
	vertical-align: bottom;	
	height: 100%;
	font-family : 'Arial';
}

.side_bar {	
    background-image: url(/images/side_bar.gif);
	background-repeat: no-repeat;			
	padding: 12px;    
	color: #ffffff;
	font-style:italic;
    font-size:12px;	    
}

.flash {
    background-color: #e0d5b7;
}

.border_all {
	background-image: url(/images/border_left_end.gif);
	background-repeat: repeat; 
	background-color: #093552; 
    /*width:100%;	*/
}

.footer {
	background-image: url(/images/footer.gif);
	background-repeat: repeat;		
	text-align: center;
	color: #ffffff;			
	height: 38px;
}

.footer A {
    color: #ffffff; 
    font-size:10px;   
}
.header_images {
    background-color: #e0d5b7;
}
.header_images2 {
    background-color: #e0d5b7;
    height: 179px;
}
.main_page {
    width: 100%;    
    background-image: url(/images/footer_image.gif);
	background-repeat: repeat;		
}