.body 
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 110%; 
	color:#431C15;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color:#FFFFFF;
} 
 
.th, .td /* Needed for NN4 and Quirks mode in Moz/FF as its tables do not inherit styles */ 
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 70%;
	color:#431C15;
} 

.pink_font { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
	color:#C70373;
} 
.bullet_point_font { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 13px;
	color:#431C15;
}  
.h1 
{ 
    font-size: 190%;
    font-family: Arial, Helvetica, sans-serif; 
	color:#431C15;
	font-weight:bold
} 
 
.h2 
{ 
    font-size: 130%; 
    font-family: Arial, Helvetica, sans-serif; 
	color:#A0816B;
	font-weight:bold
} 
 
.h3 
{ 
    font-size: 116%; 
    font-family: Arial, Helvetica, sans-serif; 
	color:#431C15;
	font-weight:bold
} 
 
/* Standard sizes */ 
 
.small 
{ 
    font-size: 88%; 
} 
 
.smaller 
{ 
    font-size: 77%; 
} 
 
.smallest 
{ 
    font-size: 68%; 
} 

a:link {
	color: #990033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #990033;
}
a:active {
	text-decoration: none;
	color: #990033;
}
.lefty {
	float:left;
}
.righty {
	float:right;
}
.footer {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 70%;
	color: #666666;
} 
.div_homepic {
	float:left;
	margin: 0 0 0 -4;
}





















