/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	/* background-color: #3a3a3a; */
	background-color: #535353;
	background: #535353 url(../images/bg-strip-charcoal.jpg) top left repeat-x;
	font-family: Verdana, Arial, times, serif;
	font-size: 11pt;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

a:link, a:visited, a:active {
	font-weight: normal;
	color: #663300;
	text-decoration: none;
	text-decoration: underline;
}

a:hover {
	color: #666600;
}

td {
	text-align: left;
	vertical-align: top;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6, h7 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

embed {
	display: block;
}

fieldset {
	font-size: 9pt;
	font-weight: bold;
	color: #202020;
	background-color: #DFDFA9;
}

legend {
	font-size: 12pt;
	color: #660000;
}


.ContentPadding {
	padding: 0 8px 8px 16px;
}

.ContentPaddingAll {
	padding: 8px 8px 8px 8px;
}

.TextLight {
	color: #FFFFFF;
}

.TextDark {
	color: #2F2F2F;
}

.TextRed {
	color: #CC0000;
}

.TextBlue {
	color: #006ad6;
}

.TextGreen {
	color: #009900;
}

.TextOrange {
	color: #FF9900;
}

.TextYellow {
	color: #FFFF33;
}

.HeadingBlock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

/* .HeadingFancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} */

.HeadingFancy {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
}

.FormInputText {
	background-color: #EAEAEA;
	color: #303030;
	font-family: verdana, arial, ms sans serif;
	font-weight: bold;
	font-size: 12pt;
	border: 1px solid #808080;
}

.FormInputTextSmall {
	background-color: #EAEAEA;
	color: #303030;
	font-family: verdana, arial, ms sans serif;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #808080;
}

.FieldLabel {
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
}

.RoundedBox {
	color: #000000;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.BoxTopLeftCorner{
	height: 16px;
	width: 16px;
	background-image: url(../images/cb-top-left.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.BoxTop{
	height: 16px;
	background-image: url(../images/cb-top.gif);
	background-repeat: repeat-x;
	background-position: top left;

}

.BoxTopRightCorner{
	height: 16px;
	width: 16px;
	background-image: url(../images/cb-top-right.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.BoxLeft{
	width: 16px;
	background-image: url(../images/cb-left.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.BoxContent{
	background-color: #FFFFFF;
}

.BoxRight{
	width: 16px;
	background-image: url(../images/cb-right.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.BoxBottomLeftCorner{
	height: 16px;
	width: 16px;
	background-image: url(../images/cb-bottom-left.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.BoxBottom{
	height: 16px;
	background-image: url(../images/cb-bottom.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.BoxBottomRightCorner{
	height: 16px;
	width: 16px;
	background-image: url(../images/cb-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

a.DesignBy:link, a.DesignBy:visited, a.DesignBy:active {
	font-weight: normal;
	color: #E6E6E6;
	text-decoration: none;
}

a.DesignBy:hover {
	color: #FFFF66;
	text-decoration: underline;
}

.FooterMenu {
	font-size: 8pt;
	color: #F1F1F1;
}

.FooterMenu a:link, .FooterMenu a:visited, .FooterMenu a:active {
	font-size: 8pt;
	font-weight: normal;
	color: #F1F1F1;
	text-decoration: none;
}

.FooterMenu a:hover {
	color: #c8b38c;
	text-decoration: underline;
}

