/* middle links */
.content_links a:link		{color:#7b1919; text-decoration:underline;}
.content_links a:visited		{color:#7b1919; text-decoration:underline;}
.content_links a:hover		{color:black; text-decoration:underline;}

/* left side links */
.left_links a:link		{color:#cccc99; text-decoration:underline;}
.left_links a:visited	{color:#cccc99; text-decoration:underline;}
.left_links a:hover		{color:white; text-decoration:underline;}

/* right side links */
.right_links a:link		{color:#7b1919; text-decoration:underline;}
.right_links a:visited	{color:#7b1919; text-decoration:underline;}
.right_links a:hover	{color:black; text-decoration:underline;}

/* body format */
body { 
	margin-top: 	0;
	margin-left: 	0;
	margin-right: 	0;
	background-color: #FFFFFF;

	background:	#ffffff;
	font-family:	arial;
	font-size:	13;
	color:		black;
}



/* title style */
h1 {
	font-family:		tahoma;
	font-size: 		20;
	color:			#aaaa77;	
}

/* fonts on the content page - black */
.fonts_black {
	font-family:		tahoma;
	font-size:		13;
	color:			#333333;
}

/* fonts on the page - white */
.fonts_white {
	font-family:		tahoma;
	font-size:		13;
	color:			white;
}


