/* CSS Document */
.noBorders {
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: C4CFD0;
}
input {
	background-color: #C4CFD0 ;
}
BODY {
	SCROLLBAR-FACE-COLOR: #cc0000;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #333333;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	background-color:#000000;
	margin: 0px;
}
.Padding {
	padding:10px;
}.BigHeading {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #C60000;
	text-decoration: none;
}
.MidHeading {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #C60000;
	text-decoration: none;
}
.Heading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #C60000;
	text-decoration: none;
}
.WhiteText {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.WhiteText:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.WhiteTextBig {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.WhiteTextBold {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.WhiteTextBigBold {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.RedHeading {
	font-family: Arial;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.Links {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
.Links:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.RedTextBold {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.LinksBold {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.LinksBold:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.HeadLinks {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.HeadLinks:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

.RedText {

	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
}
select {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.pagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
.pagelinks:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: underline;
}
.siteMap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: none;
}
.siteMap a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #33FF00;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: underline;
}
.siteMap a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #33FF00;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: underline;
}
.siteMap a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #33FF00;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: underlinee;
}
.siteMap a:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #33FF00;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: underline;
}

.Red {
	color:#ff0000 ;
}
.BoldFont {
	font-weight::bold ;
}


