/* ******  FRASER-JONES.CO.UK  ******************************* */
a:link    {color : #3A3A3A; text-decoration : underline;}
a:visited {color : #3A3A3A; text-decoration : underline;}
a:hover   {color : #000000; text-decoration : underline;}
a:focus   {color : red; text-decoration : underline;}
a.button  {text-decoration : none;}

/* *********************************************************** */

body{
	background : #FFFFFF;
	font : 13px Arial,Helvetica,Verdana,Sans-Serif;
	margin : 0;
}

td{
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-size : 13px;
	color : #000000;
}

ul {
	list-style: square;
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-size : 13px;
	color : #413F3F;
	font-weight : normal;	
}

/* *********************************************************** */

.footer{
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-size : 10px;
	color : #413F3F;
	font-weight : bold;
}

.body{
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-size : 13px;
	color : #413F3F;
	font-weight : normal;
}

.body_sm{
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-size : 10px;
	color : #413F3F;
	font-weight : normal;
}

.body_title{
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-size : 13px;
	color : #413F3F;
	font-weight : bold;
}

.body_title_lg{
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-size : 15px;
	color : #413F3F;
	font-weight : bold;
}

.body_title_lgr{
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-size : 20px;
	color : #413F3F;
	font-weight : bold;
}

.body_title_lg_b{
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-size : 18px;
	color : #5A829C;
	font-weight : bold;
}

.body_blue{
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-size : 13px;
	color : #5A829C;
	font-weight : bold;
}

.body_blue_shield{
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-size : 13px;
	color : #5A829C;
	background : #EAF2F5;
        font-weight : bold;
}

.text_boxes{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.contact_boxes{
  padding-top: 6px;
  padding-bottom: 5px;
}

/* **********  LINKS  **************************************** */
/* *********************************************************** */

a.submenu:link    { font-size: 11px; color: #325E7B; font-weight: bold; text-decoration: none;  }
a.submenu:active  { font-size: 11px; color: #325E7B; font-weight: bold; text-decoration: none;  }
a.submenu:visited { font-size: 11px; color: #325E7B; font-weight: bold; text-decoration: none;  }
a.submenu:hover   { font-size: 11px; color: #325E7B; font-weight: bold; text-decoration: underline;  }

a.body_blue:link    { font-size: 13px; color: #5A829C; font-weight: bold; text-decoration: none;  }
a.body_blue:active  { font-size: 13px; color: #5A829C; font-weight: bold; text-decoration: none;  }
a.body_blue:visited { font-size: 13px; color: #5A829C; font-weight: bold; text-decoration: none;  }
a.body_blue:hover   { font-size: 13px; color: #E00D0D; font-weight: bold; text-decoration: underline;  }

/* ****************************************************************************************** */
/* *	input definitions                                                                   * */
/* *	(Used to display text boxes, input fields, checkboxes, radio buttons, etc...)       * */
/* ****************************************************************************************** */

input	{ 
	font-size: 8pt;
	color: #808080;
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	}

input.main_button	{ 
	font-size: 9pt;
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-weight: bold;
	color: #335500; 
	border: 1px solid #000000; 
	background-color: #FFFFFF;
	}
	
input.banner_button	{ 
	font-size: 7pt;
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	font-weight: bold;
	color: #000000; 
	border: 1px solid #000000; 
	background-color: #FFFFFF;
	}

textarea, select	{ 
	font-size: 8pt; 
	color: #808080;
	font-family : Arial,Helvetica,Verdana,Sans-Serif;
	}

input.checkbox	{ border:3px; background-color: #FFFFFF;}

/* *********************************************************** */

