body {
background-color: #f5f5f5;
background-image: url('images/bg.gif');
background-repeat: repeat-x;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}

.heading { 
	font-family: Georgia, Serif, Times, Verdana, Arial; 
	font-size: 14px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 17px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-bottom: 15px;
	text-align: left;
	}
	
.sub-heading { 
	font-family: Georgia, Serif, Times, Verdana, Arial; 
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
	padding-bottom: 15px;
	text-align: left;
	}
		
.main { 
	font-family: Georgia, Serif, Times, Verdana, Arial; 
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	padding-bottom: 0px;
	text-align: left;
	}
	
.side-heading { 
	font-family: Georgia, Serif, Times, Verdana, Arial; 
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 17px;
	padding-bottom: 15px;
	text-align: left;
	}
	
.side { 
	font-family: Georgia, Serif, Times, Verdana, Arial; 
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	padding-bottom: 0px;
	text-align: left;
	}
	
.highlight { 
	font-family: Georgia, Serif, Times, Verdana, Arial; 
	font-size: 12px;
	color: #ed1c24;
	line-height: 17px;
	font-weight: bold;
	padding-bottom: 0px;
	text-align: justify;
	}
		
.footer { 
	font-family: Georgia, Serif, Times, Verdana, Arial;  
	font-size: 11px;
	color: #616161;
	line-height: 17px;
	padding-top: 14px;
	}
		
a:link {text-decoration: none; color: #ab0005; font-weight: normal;}
a:visited {text-decoration: none; color: #ab0005; font-weight: normal;}
a:hover {color: #000000; text-decoration: none; font-weight: normal;}
a:active {color: #ab0005; text-decoration: none; font-weight: normal;}   

ul
	{
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
	margin-top: 10px;
	margin-left: 15px;
	padding-left: 10px;
	margin-bottom: 0px;
	} 
