@CHARSET "UTF-8";
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear_right{clear: right;}
.null{font-size: 1px;}
.small{font-size: 10px;}
.middle{font-size: 12px;}
.large{font-size: 14px;}
.xlarge{font-size: 16px;}
.xxlarge{font-size: 18px;}
.xxxlarge{font-size: 22px;}
.bold{font-weight: bold;}
.textRight{text-align: right;}

.blue{color: #01527e;}
.red{color: #ed1c24;}
.gray{color: #c5b5a6;}
.white{color: #ffffff;}

.color_black{color: #000000;}
.color_silver{color: #cccccc;}
.color_red{color: #e50000;}

.absolute{position: absolute;}

BODY{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

HTML{
	width: 100%;
	height: 100%;
}

BODY, SPAN, DIV, INPUT, TD, P, A{
	font-family: arial, verdana;
	font-size: 12px;
}

INPUT{
	font-size: 9px;
	padding: 0px;
}
.content, .content DIV, .content TD, .content P{
	font-family: tahoma, verdana;
	color: #000000;
	font-size: 12px;
}
TD.null{
	font-size: 1px;
}
H1,H2,H3,H4,H5,H6{
	padding-top: 0px;
	margin-top: 0px;
}

A{
	text-decoration: none;
	color: #000000;
}
A:hover{
	text-decoration: underline;
}

.mainTable{
	border: 0px solid black;
}

A.menuA{
	font-size: 12px;
	text-decoration: none;
}
A.menuA:hover{
	text-decoration: underline;
}