
a:link
{
	color: black;
	text-decoration: underline;
	font-size: 12pt;
	font-weight: normal;
}
a.email:link
{
color: black;
text-decoration: underline; 
}

a:link:visited
{
	color: red;
	text-decoration: underline;
	font-weight:normal; 
} 

a.email:visited
{
	color: black;
	text-decoration: none; 
} 

a:link:active 
{
	color:black;
	text-decoration: underline; 
}

a:hover { color:red; 
	text-decoration: underline;
}
a.email:hover {
	color:red;
	background-color:navy;
	width: 100%;
}

body
{
font-family: Arial, Tahoma, Verdana, Arial Narrow;
	background-color: #F4EAD5;
	background-attachment: fixed;
	background-position:top right;
	background-repeat:no-repeat;
	color: #7B3131;
	font-size: 12pt;
}


table
{
font-family: Arial, Tahoma, Verdana, Arial Narrow;
	font-size: 12pt;
}

td
{
	font-size: 12pt;
	
}

th
{
	font-size: 12pt;
	text-align: center;
	vertical-align : top;
}



hr
{
	color:#f6f7f7;
	border-style : solid;
}


