body {  
 margin-right: 0px; 
 margin-left: 0px;
}
.bodyMain {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: Black;
	text-decoration: none;
}
.bodyPlain {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: Black;
	text-decoration: none;	
}
.bodyBold {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: Black;
	text-decoration: none;	
	font-weight: bold;
}
.headerItalic {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	color: Black;
	text-decoration: none;
}
.headerBold {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: Black;
	text-decoration: underline;
}
a:visited {
	color: Black;
	text-decoration: underline;
}
a:active {
	color: Black;
	text-decoration: underline;
}
a:hover {
	color: Gray;
	text-decoration: underline;
}
