/* CSS Document */

a:link      {color:rgb(203,79,19);
             font-family:Georgia, "Times New Roman", Times, serif;
			 font-size:13px;
			 text-decoration:none;
}

a:visited   {color:rgb(203,79,19);
             font-family:Georgia, "Times New Roman", Times, serif;
             font-size:13px;
			 text-decoration:none;
}

a:hover     {color:#B81212;
             font-family:Georgia, "Times New Roman", Times, serif;
             font-size:13px;
			 text-decoration:none;
}

h1          {font-family:Georgia, "Times New Roman", Times, serif;
             font-size:20px;
			 padding-left:20px;
			 padding-bottom:10px;
			 padding-top:10px;
			 color:rgb(203,79,19);
}

h2          {font-family:Georgia, "Times New Roman", Times, serif;
             font-size:16px;
			 padding-left:20px;
			 color:rgb(203,79,19);
}

h3          {font-family:Georgia, "Times New Roman", Times, serif;
             font-size:14px;
			 padding-left:20px;
			 color:rgb(203,79,19);
}

p           {font-family:Georgia, "Times New Roman", Times, serif;
             font-size:13px;
			 padding-left:20px;
			 color:rgb(128,128,128);
}

.navy       {font-family:Georgia, "Times New Roman", Times, serif;
	         font-size:13px;
	         color:rgb(203,79,19);
	         background-color: rgb(218,158,124);
	         padding-left:5px;
			 
             
}

.navy_on    {font-family:Georgia, "Times New Roman", Times, serif;
             font-size:13px;
			 background:rgb(218,158,124);
	         padding-left:5px;
			 font-weight:bold;
			 color:rgb(203,79,19);
}

li          {font-family:Georgia, "Times New Roman", Times, serif;
             font-size:13px;
			 color:rgb(128,128,128);
}

body        {background-color:#E4DDA5;
}

#pie        {font-size:11px;
             font-family:Georgia, "Times New Roman", Times, serif;
}

