
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

p{
	font-family: "Times New Roman", Times, serif;
    font-size: 13px;
	color: #000000;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
}

a{
	color:#CA122C;
	text-decoration: none;
}

a:link{
	color:#CA122C;
	text-decoration: none;
}

a:visited{
	color:#CA122C;
	text-decoration: none;
}

a:hover{
	color:#CA122C;
	text-decoration: underline;
}

.leftColumn{
	font-family: "Times New Roman", Times, serif;
    font-size: 12px;
	color: #333333;
	line-height: 1.5;	
	margin: 0px;
}

.numbers{
	font-family: "Times New Roman", Times, serif;
    font-size: 11px;
	line-height: 1.0;	
	color: #333333;
	margin: 0px;
}

.numbers a{
	color: #333333;
	text-decoration: none;
}

.numbers a:link{
	color: #333333;
	text-decoration: none;
}

.numbers a:visited{
	color: #333333;
	text-decoration: none;
}

.numbers a:hover{
	color: #333333;
	text-decoration: none;
}

/************* #footer styles ***************/

.footer {
font-family: Arial,sans-serif;
    font-size: 10px;
	color: #888C88;
	clear: both;
}