/* *************************************    Elements * ********************************************/
BODY, TD, P, UL, OL, LI {
	color : #000000;
	background : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size :  11px;  
}


H1,H2,H3,h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
  color: #993333;
  font-size:20px;
}

h2 {
  font-size :18px;
}

h3 {
  color : #993333;
  font-size : 16px;
}
h4 {
  color : #000000;
  font-size : 14px;
}

a {
	font-family : Arial, Helvetica, sans-serif; 	
	color : #666666;
	font-size :  12px;
  	font-weight :  bold;
	text-decoration :  none;
}

a:visited {
	font-family : Arial, Helvetica, sans-serif;
 	color : #666666;
	font-size :  12px;
	font-weight :  bold;
	text-decoration :  none;
}

a:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #993333;
	font-size :  12px;
	text-decoration : underline;
  	font-weight :  bold;
  	text-decoration : none;
}

