BODY {
	font-family : verdana;
	background-color : #FFFFFF;
	font-size: 10px;
}

TD {
	font-size: 10px;
}

HR {
	color : #000000;
	height: 1px;
}

HR.RED {
	color : #1E05B9;
	height: 10px;
}
HR.BLUE {
	color : #C80202;
	height: 10px;
}

A {
	color: #1E05B9;
	text-decoration: none;
	font-weight : bold;

}

A:hover {
	color: #1E05B9;
	text-decoration: underline;
}

.smallfont {
        font-face : verdana;
	font-size : 12px;
}
.tinyfont {
	font-face : verdana;
	font-size : 10px;
}
.bigfont {
        padding-left : 20px;
        padding-right : 20px;
        font-face: verdana;
	color : #000000;
	font-size : 12px;
}
A.bigfont {
	color : 1E05B9;
	font-size : 14px;
	font-weight : bold;
	text-decoration: none;
}
A:hover.bigfont {
	font-size : 14px;
	font-weight : bold;
	color: #1E05B9;
	text-decoration: none;
}

.linkbigfont {
        font-face: verdana;
	color : #000000;
	font-size : 16px;
	font-weight : bold;
}
A.linkbigfont {
	color : #1E05B9;
	font-size : 16px;
	font-weight : bold;
	text-decoration: none;
}
A:hover.linkbigfont {
	font-size : 16px;
	font-weight : bold;
	color: #1E05B9;
	text-decoration: none;
}
