.serifs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-indent: 0%;

}
.serifsItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	background-color: #000000;



}
.serifsBoldItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-weight: bolder;
	font-style: italic;

}
.serifsItalicGrey {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	font-style: italic;
	font-weight: normal;
}
a:link {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;




}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bolder;



}
a:visited {
	font-weight: bolder;
	color: #CCCCCC;
	text-decoration: none;


}
a:active {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline;

}
