A:link {

	color: #CC0000;

	text-decoration: none;

}



A:visited {

	color: #CC0000;

	text-decoration: none;

}



A:active {

	color: #CC0000;

	text-decoration: none;

}



A:hover {

	color: #000066;

	text-decoration: none;

}



TD {

	font-size: 12px;

	font-family : Verdana;

}



P {

	font-size: 12px;

	font-family : Verdana;

}



TD.smaller {

	font-size: 11px;

	font-family : Verdana;

	color : #000000;

}

Table.address {
margin-left: 10px;

}



P.smaller {

	font-size: 11px;

	font-family : Verdana;

	color : #000000;

}



HR {

	height: 1px;

	color : #FFCC00;

}


/*************************************
 +Navigation
 *************************************/
 
#nav{
	font-size:10px;
	font-weight:bold;
	float:right;
	width:136px;
}


ul.list_two {
	list-style-type:none; 
	margin:0px 0px 0px 10px; 
  padding:0; 
  width:126px; 
}
ul.list_two a, ul.list_two a:visited, ul.list_two a:active {
  text-decoration:none; 
  display:block; 
  width:126px; 
  text-indent:5px; 
  background:#FFCC00; 
  color:#000000; 
  border-bottom:1px solid #fff; 
}
ul.list_two a:hover {
  background:#000000; 
    color:#FFFFFF; 
}