/* CSS Document */
input {
	background-color:#999999;
	font-size:11px;
	color:#FFFFFF;
}
a:link {
	color: #66CC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66CC00;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
body {
	margin-left: 16px;
	margin-top: 2px;
	margin-right: 16px;
	margin-bottom: 2px;
	background-image: url(images/bg.gif);
}
body,td,th {
	font-family: Tahoma, Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bottomBigWhiteBorder {
	border-bottom: solid 5px #FFFFFF;
}
#mainTable {
	background-color: #707475;
}
.leftBigWhiteBorder {
	border-left: solid 5px #FFFFFF;
}
#mainNav {
	height: 47px;
	padding: 10px;	
}
#welcomeMsg {
	padding: 10px;
	text-align:justify;
}
.BlackAndBold {
	color: #000000;
	font-weight: bold;
}
.Padding5px {
	padding: 5px;
}
#newsEvents {
	border-left: 2px #FFFFFF solid;
}
#Footer {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#counter {
	padding:5px;
	font-weight:bold;
	text-align: center;
}
.whiteTxt {
	color: #FFFFFF;
}
#MainContent {
	padding: 5px;
}
#QuestionFAQs {
	cursor: hand;
	font-weight: bold;
	color: #000000;
	background-color:#CCCCCC;
	padding: 2px;
	margin: 1px;
}
.on {
	display: on;
}
.off {
	display: none;
}
#inform {
	border: 1px solid #CCCCCC;
	background-color: #E9E9E9;
	padding: 10px;
	margin: 20px;
	width: 100%;
	color:#000000;
}