A  
 { 
 color: #0F294E; 
 font-weight: bold; 
 font-size: 12px; 
 font-family: arial, verdana, helvetica; 
 text-decoration: none; 
 }

A:active 
{ 
color: #86A3CD; 
font-weight: bold;
font-size: 12px; 
font-family: arial, verdana, helvetica; 
text-decoration: none; 
}

A:hover   
{ 
color: #E60026; 
font-weight: bold; 
font-size: 12px; 
font-family: arial, verdana, helvetica;
text-decoration: none; }



td               
 {
  color: #261701; 
  font-size: 11px; 
  font-family: arial, verdana, helvetica;
  }

A.hover 
 {
 color:  #FF6600; 
 font-weight: bold; 
 font-size: 11px; 
 ont-family: arial, verdana, helvetica;
text-decoration: none;
 }

A:active.hover 

{ 
color: #261701; 
font-weight: bold; 
font-size: 11px; 
font-family: arial, verdana, helvetica; 
text-decoration: none 
}

A:hover.hover
{ 
color: #FF6600;
font-weight: bold; 
font-size: 11px; 
font-family: arial, verdana, helvetica;
text-decoration: none;
 }
 
A.navi
{ 
color: #0F294E;  
font-size: 9px; 
font-family: arial, verdana, helvetica;
}

A:hover.navi
   { 
   color: #E60026;  
   font-size: 9px;
   font-family: arial, verdana, helvetica; 
    }
	
A:active.navi
{ 
color: #86A3CD; 
font-size: 9px; 
font-family: arial, verdana, helvetica; 
}

h1, .header
 {
  color: #1F4D8B;
  font-style: italic; 
  font-weight: normal; 
  font-size: 19px; 
  font-family: arial, verdana,helvetica;
   }
   
   .header2
 {
  color: #1F4D8B;
  font-style: normal; 
  font-weight: normal; 
  font-size: 17px; 
  font-family: arial, verdana,helvetica;
   }
  
.footer
{ 
	color: #261701;
	 font-size: 9px; 
	font-family: arial, verdana, helvetica;
		    }
			
.top  
{ 
color: #8B0A43;
 font-size: 10px;
  font-family: arial, verdana, helvetica;
   }
   
.start 
 { color: #8B0A43;  
 font-size: 10px; 
 font-weight:bold; 
 font-family: arial, verdana,helvetica;
  }

	body
{
	background : url(../images/bg.jpg);
	background-position : top center;
	background-repeat :repeat;
	background-color :#535384;
	margin-left: 0;
	margin-right:0;
	margin-top: 0;
	height:100%;

}
	.table_bg
{
	background : url(../images/table_bg.jpg);
	background-position : top center;
	background-repeat :repeat-y;
	background-color :#ffffff;
	margin-left: 0;
	margin-right:0;
	margin-top: 0;
	


}

	.navi_bg
{
	background : url(../images/navi_bg.jpg);
	background-position : top left;
	background-repeat :no-repeat;
	background-color :#ffffff;
	height:50px;
	margin-left: 0;
	margin-right:0;
	margin-top: 0;
	

}
	.footer_bg
{
	background : url(../images/footer_bg.jpg);
	background-position : top left;
	background-repeat :no-repeat;
	background-color :#ffffff;
	height: 60px;
	
	

}

.menu_bg	
{
	
	background-color: #D0DCF2; 
	border:1px; 
	border-style:solid; 
	border-color:#1E4B8C;
	height:15;

	
}

.est_bg	
{
	
	
	border:1px; 
	border-style:solid; 
	border-color:#1E4B8C;
	height:15;

	
}


.img
{	 
	border:1px; 
	border-style:solid; 
	border-color:#1A4A88;

}


.cell_bg	
{
	
	background-color: #E3EAF2; 
	border:1px; 
	border-style:dotted; 
	border-color:#1D4A8D;
	height:22;

	
}

/* Photo Gallery Specific */
img {
	border: 0px;
}
h1 {
	margin: 0px 20px;
	text-align: left;
	font-weight: bold;
}
h2 {
	margin: 0px 20px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
#titleList li, #photoList li {
	/*position: absolute;
	left: 0px;*/
	list-style-position: outside;
	list-style-type: none;
}
#titleList li img {
	margin-right: 5px;
	width: 100px;
}
