body {
	background-color: Silver;
	color: black;
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
	font-size: 11px;
	
	scrollbar-face-color: #ff4c00;
	scrollbar-arrow-color: #FFEFD5;
	scrollbar-highlight-color: RGB(255,255,255);
	scrollbar-3dlight-color: RGB(208,207,192);
	scrollbar-shadow-color: RGB(127,127,127);
	scrollbar-darkshadow-color: RGB(000,000,000);
	scrollbar-track-color: #FFEFD5;
}

td {
	font-size: 11px;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF4C00;
	text-decoration: underline;
}

.object {
	text-decoration: none;
	font-weight: normal;
	color: #FF4C00;
}

.textinverse2 {
	color: #FF4C00;
}

.object:hover {
	text-decoration: underline;
	color: #FF4C00;
}

.header {
	background-color: #ffffff;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

.central {
	background-color: #ffffff;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

.bglight {
	background-color: #ECECEC;
}

.bgmedium {
	background-color: #FFEFD5;
}

.bgdark {
	background-color: #FF4C00;
}

.topmenu {	
	color: #ffffff;
}

.topmenu:hover {	
	color: #ffffff;
}

.footer {	
	color: #888888;
	font-weight: bold;
}

.textinverse {	
	color: #ffffff;
}

.textbig {
	font-size: 15px;
}

.form {
	font-size: 11px; height: 17px; width: 140px; border: 1px solid #666666;
}

.formshort {
	font-size: 11px; height: 17px; width: 70px; border: 1px solid #666666;
}

.formmedium {
	font-size: 11px; height: 17px; width: 100px; border: 1px solid #666666;
}

.formlong {
	font-size: 11px; height: 17px; width: 250px; border: 1px solid #666666;
}

.formextralong {
	font-size: 11px; height: 17px; width: 400px; border: 1px solid #666666;
}

.Formtextarea {
	font-size: 11px; height: 285px; width: 400px; border: 1px solid #666666;
}

.Formtextareasmall {
	font-size: 11px; height: 75px; width: 300px; border: 1px solid #666666;
}

.menuitemsub {
	font-size: 10px;
}

.buttonsearch {
	font-size:11px;
	height:17px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	FONT-FAMILY: Verdana, Helvetica;
}

.button {
	font-size:11px;
	height:19px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	FONT-FAMILY: Verdana, Helvetica;
}

.subtitle { font-size:14px; color:#FF4C00; font-weight: bold;

}

.smalltext {
	font-size: 10px;
}

.TextFade {
	font-size: 9px;
	color: Silver;
}

.TextFade:hover {
	color: #000000;
	text-decoration: none;
}

.TextFadebig {
	font-size: 11px;
	color: Silver;
}


h1 {
	color: #ff4c00;
	font-size: 21px;
	line-height: normal;
}
h2 {
	color: #ff4c00;
	font-size: 18px;
	line-height: normal;
	margin-top:0;
}
h2 a, h3 a {
	color: #ff4c00;
}
h3 {
	color: #ff4c00;
	font-size: 14px;
	line-height: normal;
}

h4 {
	color: #000000;
	font-size: 16px;
	line-height: normal;
}

.articleHeaderBox {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dotted;
	border-color: #dedede;
}


