body {
	font-family: Verdana;
	font-size: 12px;
	color: #5C5E60;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	scrollbar-face-color: #DFDFDF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DFDFDF;
	scrollbar-3dlight-color: #DADADA;
	scrollbar-arrow-color:  #666666;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #B2B2B2;
}

H1, H2, H3, H4, H5, H6  { font-family: Verdana }
H1                      { font-size: 16px; color: #cc0000; font-weight: normal; }
H2                      { font-size: 12px; color: #333333; font-weight: bold; }
H3                      { font-size: 10px; color: #333333; font-weight: bold; }

.title {
	font-size: 16px; color: #333333; font-weight: bold;
}
A.title:link {
	font-size: 16px; color: #333333; text-decoraation: none; font-weight: bold;
}
A.title:active {
	font-size: 16px; color: #333333; text-decoration: none; font-weight: bold;
}
A.title:visited {
	font-size: 16px; color: #333333; text-decoration: none; font-weight: bold;
}
A.title:hover {
	font-size: 16px; color: #333333; text-decoration: underline; font-weight: bold;
}

.subtitle {
	font-size: 13px; color: #cc0000; font-weight: bold;
}
A.subtitle:link {
	font-size: 12px; color: #333333; text-decoration: none; font-weight: bold;
}
A.subtitle:active {
	font-size: 12px; color: #333333; text-decoration: none; font-weight: bold;
}
A.subtitle:visited {
	font-size: 14px; color: #333333; text-decoration: none; font-weight: bold;
}
A.subtitle:hover {
	font-size: 12px; color: #333333; text-decoration: underline; font-weight: bold;
}

.subtitle2 {
	font-size: 11px; color: #333333; font-weight: bold;
}
A.subtitle2:link {
	font-size: 12px; color: #333333; text-decoration: none; font-weight: bold;
}
A.subtitle2:active {
	font-size: 12px; color: #333333; text-decoration: none; font-weight: bold;
}
A.subtitle2:visited {
	font-size: 12px; color: #333333; text-decoration: none; font-weight: bold;
}
A.subtitle2:hover {
	font-size: 12px; color: #333333; text-decoration: underline; font-weight: bold;
}


td {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}


A {
	color: #CC0000; font-size: 12px; text-decoration: none;
}
A:visited {
	color: #CC0000; font-size: 12px; text-decoration: none;
}
A:hover {
	color: #333333; font-size: 12px; text-decoration: underline;
}


.blue {
	font-family: Verdana;
	font-size: 10px;
	color: #244BA5;
}
A.blue:link {
	color: #244BA5; text-decoration: none;
}
A.blue:active {
	color: #244BA5; text-decoration: none;
}
A.blue:visited {
	color: #244BA5; text-decoration: none;
}
A.blue:hover {
	color: #244BA5; text-decoration: underline;
}

.verdana {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
A.verdana:link {
	color: #cc0000; text-decoration: none; font-family: Verdana; font-size: 10px;
}
A.verdana:active {
	color: #cc0000; text-decoration: none; font-family: Verdana; font-size: 10px;
}
A.verdana:visited {
	color: #cc0000; text-decoration: none; font-family: Verdana; font-size: 10px;
}
A.verdana:hover {
	color: #cc0000; text-decoration: underline; font-family: Verdana; font-size: 10px;
}

.white {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
A.white:link {
	color: #FFFFFF; text-decoration: none;
}
A.white:active {
	color: #FFFFFF; text-decoration: none;
}
A.white:visited {
	color: #FFFFFF; text-decoration: none;
}
A.white:hover {
	color: #FFFFFF; text-decoration: underline;
}


.black {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
A.black:link {
	color: #000000; text-decoration: none;
}
A.black:active {
	color: #000000; text-decoration: none;
}
A.black:visited {
	color: #000000; text-decoration: none;
}
A.black:hover {
	color: #666666; text-decoration: underline;
}

.red {
	color: #B21717;
}
A.red:link {
	color: #B21717; text-decoration: none;
}
A.red:active {
	color: #B21717; text-decoration: none;
}
A.red:visited {
	color: #B21717; text-decoration: none;
}
A.red:hover {
	color: #B21717; text-decoration: underline;
}

.light {
	color: #999999;
	font-weight: normal;
}
A.light:link {
	color: #888888; text-decoration: none; font-weight: normal;

}
A.light:active {
	color: #888888; text-decoration: none; font-weight: normal;
}
A.light:visited {
	color: #888888; text-decoration: none; font-weight: normal;
}
A.light:hover {
	color: #888888; text-decoration: underline; font-weight: normal;
}
