/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial,helvetica,sans-serif;
}


/*
	Standard links
*/

.link
{
	color: blue;
	font: underline;
	text-decoration:none
}

a:visited
{
	color: ;
	font-weight: bold;
	text-decoration:none
}


}

a:hover
{
	color: #333333;
	text-decoration: none
}


/*
	Menu links
*/

a.menulink:link, a.menulink:visited
{
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

.activepage
{
	color: #333333;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

.blueborder 
{            
  background-color:white; 
  border-left: 3px solid blue; 
  border-top: 3px solid blue; 
  border-right: 3px solid blue; 
  border-bottom: 3px solid blue;        
} 

.subhead   
{    
  color: #333333;
  text-align: center;
  font-size: 12px; 
  font-weight: bold;     
} 

.para
{
	text-size: 9px;
}


.center
{
  text-align: center;
  font-size: 12px; 
  font-weight: bold;
}
  
  
.indent
{
	margin-left: 50px;
}

.outline2
{
	margin-left: 35px
}


.outline
{
	margin-left: 20px;
	font-size: 11px;
	font-weight: bold;
}

.outline2
{
	margin-left: 20px;
	font-size: 12px;
}

a.menulink:hover
{
	color: #333333;
}

/*
	Menu style
*/

.menu
{
	font-size: 90%;
	margin-left: 0px;
	margin-top: 12px;
	
}               



/*
	menu arrows
*/

.menuarrow
{
	margin-bottom: -2px;
}



/*
	Small icon styles
*/

.smallicon
{
	margin-top: 61px;

}    

.smallicontop
{
	margin-top: 81px;

}    

.textjust
{
	text-align: justify;
}	


/*
	Side advert styles
*/

.advert
{
	margin-top: 30px;

}    

.adverttop
{
	margin-top: 35px;

}




/*
	Standard paragraph
*/

.p
{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: justify
}

/*
	piture caption
*/

.caption
{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: center
}


/*
	Footer paragraph
*/

.footer
{

    text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
}


/*
	Headings
*/

h1
{
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 32px
}

h2
{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px
}

h3
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-top: 28px
}

h4
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 26px
}

h5
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 24px
}





