body 
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; 
background-color: #fffdda; 
margin-right: 2%; 
margin-left: 2%
}

a 
{
color: #3366FF; 
text-decoration: none;
font-weight: bold
}

a:hover 
{  
color: #CC0000; 
text-decoration: none;
font-weight: bold
}

h1 
{  
font-size: 18pt; 
font-weight: bold; 
color: #892c37
}

h2 
{  
font-size: 16pt; 
font-weight: bold; 
color: #892c37
}

h3 
{  
font-size: 12pt; 
font-weight: bold; 
color: #892c37
}

h4 
{  
font-size: 10pt; 
font-weight: bold; 
color: #892c37
}

h5 
{  
font-size: 10pt; 
font-weight: normal;
color: #892c37
}

.img1 
{  
font-size: xx-small; 
text-align: center
}

table 
{  
font-size: 10pt
}

table.blackborder
{
  border: 2px solid black;
  border-collapse: collapse;
}

table.blackborder th
{
  border: 2px solid black;
}

table.blackborder td
{
  border: 2px solid black;
}

/* For Sociable from his css*/

div.social {
	color: #892c37;
	font-size: 8pt;	
}

.social img {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.social-hovers {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}

.social-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
