@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(/graphics/layout/black_BG.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
.Text02 {
	font-size: 22px;
	color: #669933;
}
.Text03 {
	font-size: 18px;
	color: #666666;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}


.header {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(/graphics/layout/rough_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 44px;
}
.footer {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(/graphics/layout/rough_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 44px;
	padding-bottom: 5px;
}
.ContentTop {
	background-attachment: scroll;
	background-image: url(/graphics/layout/grey_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.ContentBottom {
	background-attachment: scroll;
	background-image: url(/graphics/layout/grey_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
.ContentMiddle {
	background-attachment: scroll;
	background-image: url(/graphics/layout/grey_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FAFAFA;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
a.BottomLinks:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.BottomLinks:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.BottomLinks:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}
a.BottomLinks:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
.Text01 {
	color: #FF0000;
}
ul {
	list-style-position: outside;
	margin-left: 25px;
	list-style-image: url(/graphics/layout/leaf_bullet.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.FormFields {
	border: 1px solid #999999;
}
.Error01 {
	font-size: 12px;
	color: #990000;
}
.Text04 {
	font-size: 12px;
}
.SaveInfo {
	font-size: 12px;
	padding-left: 20px;
}
.BizBlock {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DADADA;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	margin-top: 5px;
}
.TextSmall {
	font-size: 10px;
}
