
body{	
	background: #ECDDBE;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}


/************* Links *****************/

/**** Normal Links ****/

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #222;
	font-size:12px;
	font-family: arial, verdana;
	}

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

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #ccc;
	font-size:12px;
	font-family: arial, verdana;
	}
	

/**** Extranet Link ****/
	
a.extra:link, a.extra:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #999;
	background: transparent; 
	}

a.extra:hover {
	font-weight : bold; 
	text-decoration : none;
	color: #f7f7f7;
	background: transparent; 
	}

a.extra:active {
	font-weight : bold; 
	text-decoration : none;
	color: #526968;
	background: transparent;  
	}
	
	
/**** Footer Links ****/
	
a.footer:link, a.footer:visited {
	font-weight : bold;
	font-family: Times, arial;
	text-decoration : none;
	font-size:11px;
	color: #555;
	}

a.footer:hover {
	font-weight : bold;
	font-family: Times, arial;
	text-decoration : none;
	font-size:11px;
	color: #111;
	}

a.footer:active {
	font-weight : bold; 
	font-family: Times, arial;
	text-decoration : none;
	font-size:11px;
	color: #555;
	}
	
	
	
/**** Body Links ****/
	
a.body:link, a.body:visited {
	font-weight : bold;
	font-family: "Comic Sans MS", arial, verdana;
	text-decoration : none;
	font-size:12px;
	color: #D80525;
	}

a.body:hover {
	font-weight : bold;
	font-family: "Comic Sans MS", arial, verdana;
	text-decoration : none;
	font-size:12px;
	color: #111;
	}

a.body:active {
	font-weight : bold; 
	font-family: "Comic Sans MS", arial, verdana;
	text-decoration : none;
	font-size:12px;
	color: #555;
	}


	
	
/***************** Text *******************/


.phone{
	font-family:arial, helvetica;
	font-weight:bold;
	color:#555555;
	font-size:11px;
}
	

.footer{
	font-family: Times, arial;
	font-weight:bold;
	color:#555;
	font-size:11px;
}
	

.quote{
	font-family: Times, arial;
	font-weight:bold;
	color:#333;
	font-size:14px;
	font-style:italic;
}


.title{
	font-family: "Comic Sans MS", Times, arial;
	font-weight:bold;
	color:#222;
	font-size:14px;
}


.border{
	
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	border-top:1px solid #555;
	
}


.text{
	font-family:  Times, verdana, arial;
	color:#000;
	font-size:14px;
	font-weight:bold;
}


.text2{
	font-family: Times, arial;
	font-weight:bold;
	color:#555;
	font-size:24px;
}


.text3{
	font-family: Times, arial;
	font-weight:bold;
	color:#555;
	font-size:14px;
}


.redtext{
	font-family: Times, arial;
	font-weight:bold;
	color:#ff0000;
	font-size:14px;
}


.smalltext{
	font-family: Times, arial;
	font-weight:bold;
	color:#000;
	font-size:11px;
}


.error{

	font:Verdana, Arial;
	font-size:8pt;
	color:red;
	font-weight:bold;

}


.bluetext{
	font-family: "Comic Sans MS", arial, verdana;
	font-weight:bold;
	color:#0A0AE5;
	font-size:13px;
}
