a:link 
{ 
  text-decoration: underline; 
  color: silver 
}

a:visited
{ 
  text-decoration: underline; 
  color: silver
}


a:active 
{ 
  text-decoration: underline; 
  color: #803232 
}


td img 
{ 
	display:block 
}
	

body 
{
  color: black;  
  margin-left: 0%; 
  margin-right: 0%;
  margin-top: 0%;
  margin-bottom: 0%;
  background-color: #F3F9F7; 
  
  font-size: 8px;
  font-family: arial, "lucida console", sans-serif
}

.td_header
{ 
  background-color: #355176; 
}

.td_lnkup
{ 
  background-color: #355176;
}

.td_lnkdn
{ 
  background-color: #803232;
}


.flat_borderstyle
{
	empty-cells: show;

	border-top: 1px solid #F3F9F7; 
	border-left: 1px solid #F3F9F7; 
	border-right: 1px solid #F3F9F7; 
	border-bottom: 1px solid #F3F9F7;
}

.no_borderstyle
{
	empty-cells: show;
	border-top: 0px solid white; 
	border-left: 0px solid white; 
	border-right: 0px solid white; 
	border-bottom: 0px solid white;
}

.lightcolour
{
	color: rgb( 215, 215, 215 );
	background-color: #355176;
	font-size: 10px;
	font-family: arial, "lucida console", sans-serif;
}

.content_frame
{
	border-width: 1px;
	border-color: #333366;
	border-collapse: collapse;
}

.content_frame_h
{
	width: 100%;
	height: 20px;
	
	background-color: #4B73A7;
}

.content_p
{
	font-size: 12px;
    font-family: arial, "lucida console", sans-serif;
	
	margin: 3px 4px
}


.font_nav
{
	color: #355176;
	background-color: transparent;    
  	font-size: 11px;
  	font-family: arial, "lucida console", sans-serif
}

.text
{
	font-family: arial, "lucida console", sans-serif;
	text-align: justify;
	font-size: 12px;
}


.frame_spacing
{
	height: 175px;
}