
		
/*paragraph content styling*/
p, .menu   {
	color: #000000;
	font-weight: 500;
	font-size: 12px;
	font-family: Times, Times New Roman, serif;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	line-height : 15px;
	}
	
.shadow 
{
 background-image : url('../images/shadow.gif');
 background-repeat : repeat-y;
 background-position: top left;
}
	
/*content links*/		
A         { color: red; font-size: 12px; font-family: Times, Times New Roman, serif;}
A:link    { color: red; }
A:hover   { color: red; text-decoration: underline;}
A:active  { color: red; }
A:visited { color: red; }


A.white        { color: #ffffff; font-size: 12px; font-weight: bold; font-family: font-family: Times, Times New Roman, serif;}
A.white:link    { color: #ffffff; }
A.white:hover   { color: #ffffff; text-decoration: underline;}
A.white:active  { color: #ffffff; }
A.white:visited { color: #ffffff; }