body {
	background-image: url(x/graphics/bg_main.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #64748B;
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #005195;
	margin-bottom: 6px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5B82A3;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6E5A5;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #005195;
	margin-top: 0px;
	margin-bottom: 0px;	
}
P{
	margin-top: 2px;
	margin-bottom: 2px;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5B82A3;
	line-height: 18px;
	padding-left: 16px;
	padding-top: 8px;
	vertical-align: top;
	padding-right: 16px;
	padding-bottom: 18px;
	list-style: 1;
}
.ContentHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5B82A3;
	line-height: 18px;
	padding-left: 16px;
	padding-top: 8px;
	vertical-align: top;
	padding-right: 12px;
	padding-bottom: 18px;
	list-style: 2;
}
.Content a:link, .ContentHome a:link   {
	color: #334864;
	text-decoration: none;
}
.Content a:visited, .ContentHome a:visited     {
	color: #334864;
	text-decoration: none;
}
.Content a:hover, .ContentHome a:hover     {
	color: #58A0DD;
	border-top: 1px solid #F6E5A5;
	border-bottom: 1px solid #F6E5A5;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #90896B;
	padding-left: 30px;
}
.Footer a:link   {
	color: #4D6886;
	text-decoration: none;
}
.Footer a:visited  {
	color: #4D6886;
	text-decoration: none;
}
.Footer a:hover  {
	color: #FFCC00;
	border-top: 1px solid #435A74;
	border-bottom: 1px solid #435A74;
}
.ImageRight {
	border: 3px double #C3B47A;
	margin-left: 7px;
	margin-top: 6px;
}
.ImageLeft {
	border: 3px double #C3B47A;
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 11px;
}
.ImageHome {
	border: 3px double #C3B47A;
	margin-left: 15px;
	margin-top: 11px;
	margin-right: 11px;
}
.ImageRightButton {
	margin-left: 11px;
	margin-top: 6px;
}

.ContentDiv {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #F6E5A5;
	margin-top: 15px;
	margin-left: 100px;
	width: 60%;
}

