body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

a:link	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:	#808080;
	}	
	
a:active	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#D3170C;
	}
	
/*
Black Text *******************************************
*/
.blacktext	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}

.blacktextbold	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	}

.blacktextsmall	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	}
	
.blackheader	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
	
/*
Red Text ***************************************************
*/
.redtext	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	font-weight: normal;
	color: #D3170C;
	}

.redtextbold	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	font-weight: bold;
	color: #D3170C;
	}

.redtextsmall	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 8px;
	font-weight: normal;
	color: #D3170C;
	}
	
.redheader	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #D3170C;
	}
	
/*
White Text ***************************************************
*/
.whitetext	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	}

.whitetextbold	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	}

.whitetextsmall	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF;
	}
	
.whiteheader	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
td.whitetext	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	}
td.whitetextbold	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	}

td.whitetextsmall	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF;
	}
	
td.whiteheader	{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}