/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #3e1c00;
	font-family: Verdana, Arial, times, serif;
	font-size: 11pt;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #FEFEFE;
}

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

a:hover {
	color: #CCCC00;
}

table.maxSize {
	width: 100%;
	height: 100%;
}

table.maxWidth {
	width: 100%;
}

table.maxHeight {
	height: 100%;
}

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

img {
	border: 0;
}

.AlignLeft {
	margin: 0 15px 15px 0;
	float: left;
}

.AlignRight {
	margin: 0 0 15px 15px;
	float: right;
}

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

.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;
}

.TextXSmall {
	font-size: 9pt;
}

.TextSmall {
	font-size: 10pt;
}

.TextMedium {
	font-size: 12pt;
}

.TextLarge {
	font-size: 14pt;
}

.TextXLarge {
	font-size: 16pt;
}

.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;
}

.HeadingXSmall {
	font-size: 14pt;
}

.HeadingSmall {
	font-size: 16pt;
}

.HeadingMedium {
	font-size: 18pt;
}

.HeadingLarge {
	font-size: 20pt;
}

.HeadingXLarge {
	font-size: 22pt;
}

.HeadingXXLarge {
	font-size: 24pt;
}

.FormInputText {
	background-color: #EAEAEA;
	color: #303030;
	font-family: verdana, arial, ms sans serif;
	font-weight: bold;
	font-size: 12pt;
	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: #FFFFCC;
	text-decoration: none;
}

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