/* CSS Document */

body{			color: #000000;
				font-family: "Times New Roman", Times, serif; 
				font-size: small;
				font-weight: normal;
				margin: 0px;
				}

h1{				color: #666666;
				font-family: "Times New Roman", Times, serif; 
				font-size: x-large;
				font-weight: bold;
				}

h2{				color: #669933;
				font-family: Geneva, Arial, Helvetica, sans-serif; 
				font-size: medium;
				font-weight: bold;}

h3{				color: #52421E;	
				font-family: Geneva, Arial, Helvetica, sans-serif; 
				font-size: medium;
				font-weight: bold;}
				
h4{				color: #669933;
				font-family: Geneva, Arial, Helvetica, sans-serif; 
				font-size: small;
				font-weight: bold;}

p{				color: #000000;
				font-family: "Times New Roman", Times, serif;
				font-size: small;}
				
p.x_small{		color: #000000;
				font-family: "Times New Roman", Times, serif;
				font-size: x-small;}

a{				color: #333333;
				font-family: Arial, Helvetica, sans-serif; 
				font-size: medium;
				font-weight: bold;
				text-decoration: none;	
				}

a:hover{		color: #999999;
				font-family: Arial, Helvetica, sans-serif; 
				font-size: medium;
				font-weight: bold;
				text-decoration: none;}
				
a.top_menu{				color: #CCCCCC;
				font-family: Arial, Helvetica, sans-serif; 
				font-size: medium;
				font-weight: bold;
				text-decoration: none;	
				}

a.top_menu:hover{		color: #ffffff;
				font-family: Arial, Helvetica, sans-serif; 
				font-size: medium;
				font-weight: bold;
				text-decoration: none;}

a:visited{}

.dark_grey{		color: #ffffff;		
				background-color: #333333;}

.light_grey{	color: #333333;	
				background-color: #666666;}
				
.x_small{		font-size: x-small;}

a.x_small{		color: #333333;
				font-family: Arial, Helvetica, sans-serif; 
				font-size: x-small;
				font-weight: normal;
				text-decoration: none;}

a.x_small:hover{	color: #999999;
				font-family: Arial, Helvetica, sans-serif; 
				font-size: x-small;
				font-weight: normal;
				text-decoration: none;}

