BODY {
	SCROLLBAR-FACE-COLOR: #0080C0;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #840000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: White;
	SCROLLBAR-DARKSHADOW-COLOR: Window;
	SCROLLBAR-BASE-COLOR: MenuText;
}

.normal1 {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 11px;
	font-family : Verdana, Tahoma,Arial;
}
.normal1 a {
	color : #FF5500;
	text-decoration: underline;
	//font-weight: bold;
}
.normal1 a:hover {
	color : #000000;
}

.normal2 {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 11px;
	font-family : Verdana, Tahoma,Arial;
}
.normal2 a {
	color : #0080c0;
	text-decoration: underline;
}
.normal2 a:hover {
	color : #000000;
}

.normal3 {
	color : #ffffff;
	margin-top : 5px;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 13px;
	font-family : Tahoma,Verdana,Arial;
}
.normal3 a {
	color : #ffffff;
	text-decoration: none;
	font-weight: bold;

}
.normal3 a:hover {
	color : #ffffff;
	text-decoration: underline;
}

.normal4 {
	color : #FFFFFF;
	margin-top : 5px;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 11px;
	font-family : Verdana, Tahoma,Arial;
}
.normal4 a {
	color : #016201;
	text-decoration: underline;
	//font-weight: bold;
}
.normal4 a:hover {
	color : #FF7334;
}

.small1 {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 10px;
	font-family : Verdana, Tahoma, Arial;
}
.small1 a {
	color : #000000;
	text-decoration: underline;
	font-weight: bold;
}
.small1 a:hover {
	color : #FF4E00;
}

.hr { border:none;border-top:normal 1px #DFDFDF }

.leftborder2 {
border-left: 1px solid #DFDFDF;
/*border-style: dashed;*/
}

.bottomborder2 {
border-bottom: 1px solid #804000;
/*border-style: dashed;*/
}