/*START STANDARD ELEMENTS*/
body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

form, textarea, select, input {
	font-size : 11px;
}

a:link, a:visited {
	text-decoration : none;
	color : #006699;
}

a:hover {
	text-decoration : underline;
	color : Black;
}

/*START STANDARD CLASSES*/
.extralargeblueserif {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 18px;
	line-height : 28px;
	color : #006699;
	font-weight : normal;

}

.extralargeblack {
	font-size : 15px;
	line-height : 19px;
	color : Black;
	font-weight : bold;
}

.largeblack {
	font-size : 15px;
	line-height : 15px;
	color : Black;
	font-weight : bold;
}

.largeblack:hover {
	color : #006699;
}

.largewhite {
	font-size : 13px;
	line-height : 15px;
	color : White;
}

.largewhite:hover {
	color : #006699;
}

.mediumblack {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 20px;
	color : Black;
}

.mediumblack:hover {
	color : #006699;

}

.mediumwhite {
	font-size : 11px;
	line-height : 15px;
	color : White;
}

.mediumwhite:hover {
	color : #006699;
}

.mediumblue {
	font-size : 11px;
	line-height : 16px;
	color : #006699;

}

.mediumblue:hover {
	color : Black;

}

.smallblack {
	font-size : 10px;
	line-height : 13px;
	color : Black;
}

.smallblack:hover {
	color : Black;
}

.smallwhite {
	font-size : 10px;
	line-height : 15px;
	color : White;
}

.smallwhite:hover {
	color : white;
}

.extrasmallblack {
	font-size : 9px;
	line-height : 10px;
	color : Black;
}

.extrasmallblack:hover {
	color : Black;
}

.border {
	border: 1px solid #000000;
}

/*START SPECIAL ELEMENTS*/

/*START SPECIAL CLASSES*/
.smallblue {
	font-size : 10px;
	line-height : 15px;
	color : #3399CC ! important;
}

.smallblue:hover {
	color : white ! important;
}

