.plainText {
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	white-space: normal;
}
a:link {
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
	font-family: "Arial";
	font-size: 11px;
	color: #45B320;
	text-decoration: underline;
}
a:visited {
	font-family: "Arial";
	font-size: 11px;
	color: #EA2100;
	text-decoration: underline;
}
a:active {
	font-family: "Arial";
	font-size: 11px;
	color: #EA2100;
	text-decoration: underline;
}
.newsDate {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #80442B;
}
.newsCap {
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	color: #233741;
}
input {
	font-family: Arial;
	font-size: 11px;
	color: #EA2100;
	cursor:pointer
}
select {
	font-family: Arial;
	font-size: 11px;
	color: #EA2100;
}
textarea {
	font-family: Arial;
	font-size: 11px;
	color: #EA2100;
}
.footah {
	font-family: "Arial";
	font-size: 11px;
	color: #FFFFFF;
	white-space: normal;
}
.sssCap {
    	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
	color: #EA2100;
	white-space: normal;

}
.mainCap {
	font-family: "Times New Roman";
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.scrollbar {
scrollbar-face-color: #5a6642;
scrollbar-shadow-color: #4c5539;
scrollbar-highlight-color: #728154;
scrollbar-3dlight-color: #5a6642;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #5a6642;
scrollbar-arrow-color: #000000;
}