/* CSS Document */
.content{ 
	color : #666666;
	font-family : arial;
	font-size : 12px;
	font-weight : none;
	text-decoration : none;
}
.contentbold{ 
	color : #666666;
	font-family : arial;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
.header{ 
	color : #666666;
	font-family : arial;
	font-size : 18px;
	font-weight : none;
	text-decoration : none;
}
.footer{ 
	color : #666666;
	font-family : arial;
	font-size : 10px;
	font-weight : none;
	text-decoration : none;
}
a.footer{ 
	color : #666666;
	font-family : arial;
	font-size : 10px;
	font-weight : none;
	text-decoration : underline;
}
a.footer:hover{
	color : #D21B15;
	font-family : arial;
	font-size : 10px;
	font-weight : none;
	text-decoration : underline;
}
a.footer:active{
	color : #666666;
	font-family : arial;
	font-size : 10px;
	font-weight : none;
	text-decoration : underline;
}
a.content{ 
	color : #D21B15;
	font-family : arial;
	font-size : 12px;
	font-weight : none;
	text-decoration : none;
}
a.content:hover{
	color : #D21B15;
	font-family : arial;
	font-size : 12px;
	font-weight : none;
	text-decoration : underline;
}
a.content:active{
	color : #D21B15;
	font-family : arial;
	font-size : 12px;
	font-weight : none;
	text-decoration : none;
}