/* CSS Document */

.body {
	margin:3px; 
	min-height:100%; 
	max-height:100%; 
	background-color:#b5dcf4; 
	background-image:url(images/body_bottom.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x;

}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #285576;
	text-decoration:none;
}


.gallery_title {
	color:#666;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.gallery_td {
	line-height:18px;
	text-align:justify;
	padding:20 20 20 20;
}



.main_table {
	width:100%; 
	height:100%; 
	background-image:url(images/body_top.jpg); 
	background-position:top; 
	background-repeat:repeat-x;

}

.main_links_table {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	color:#254e6c; 
	text-align:center;
}

.main_link {
	text-decoration:none;
	color:#254e6c; 
	font-weight:bold;
}

.main_link_on {
	text-decoration:none;
	color:#CC9900;
	font-weight:bold;
}

.main_link:hover {
	text-decoration:none;
	color:#89c4f0;
	font-weight:bold;
}

.maintxt_td {
	padding:25px;
	line-height:18px;
	text-align:justify;
}

.main_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.page_title {
	color:#5f889c;
	font-size:20px;
	
}

bottom_line {
	background-color:#5f889c; 
	line-height:5px;
	
}


.hr {
	height:1px; 
	color:5f889c;
}