a
{
	color: #578588;
}
a:link
{
	color: #578588;
	text-decoration: underline;
}
a:visited
{
	color: #578588;
	text-decoration: underline;
}
a:hover
{
	color: #D5E7EC;
	text-decoration: underline;
	background-color: #578588;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/************************************************************************
* 
* font style
*
************************************************************************/
.title_font1
{
	color: #67676B;
	font-family: "Times New Roman" , Times, serif;
	font-size: 14px;
}
.title_font
{
	font-family: "Times New Roman" , Times, serif;
	font-size: 20px;
	color: #3f3f3f;
}
.body_font
{
	color: #3f3f3f;
	font-family: "Times New Roman" , Times, serif;
	font-size: 13px;
}
.body_font1
{
	color: #3f3f3f;
	font-family: "Times New Roman" , Times, serif;
	font-size: 14px;
}
.body_font2
{
	color: #3f3f3f;
	font-family: "Times New Roman" , Times, serif;
	font-size: 13px;
}
/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo 
{
	float: left;
	background: url('../pics/shadow.gif') no-repeat bottom right;   
	margin: 3px 0 0 2px;
} 
  
.photo img 
{
display: block;
background: #ffffff;
border: solid 1px #a9a9a9; 
margin: -5px 5px 5px -5px; 
padding: 3px; 
position: relative; 
} 



/************************************************************************
* 
* Paging control style
*
************************************************************************/

.PageNumbers
{
	display: inline;
}

.PageNumbers span
{
	
	font-family: 'Times New Roman';
	font-size: medium;
	font-weight: bold;
	padding-left: 5px;
	color: #000000;
}

.PageNumbers a
{
	color: #578588;
}
.PageNumbers a:link
{
	color: #578588;
	text-decoration: none;
}
.PageNumbers a:visited
{
	color: #578588;
	text-decoration: none;
}

.PageNumbers a:hover
{
	color: #D5E7EC;
	text-decoration: none;
	background-color: #578588;
}

