.clearboth
{
	clear: both;
}
#space {
	height: 220px;
}

.submit-but {
	background-image: url(../images/but_go.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	color: #FFFFFF;
}

.margin
{
	margin-bottom: 10px;
	margin-top: 15px;
}
.top_content-txt
{
	clear: both;
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	margin-left: 33px;
	margin-top: 200px;
	position: absolute;
}
a:hover
{
	color: #797d62;
	text-decoration: none;
}
a:link
{
	color: #797d62;
	text-decoration: underline;
}
a:visited
{
	color: #797F6B;
	/* font-size: 11px; */
	text-decoration: underline;
}
body
{
	background-color: #FFFFFF;
	background-image: url(../images/bg_main01.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 11px;
	margin: 0 auto;
	margin: 0px;
	padding: 0px;
	position: relative;
}
img
{
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
}
input
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
li
{
	color: #797d62;
}
ol
{
	font-size: 100%;
	margin-bottom: 1em;
	margin-top: .5em;
}
ol li
{
	padding: 0 0 5px 0;
}
ul
{
	font-size: 100%;
	line-height: 1.5em;
	list-style: disc;
	margin: .5em 0 1em;
	margin: 0 0 0 7px;
	padding: 0 0 5px 15px;
	padding: 0;
}

.emptyLink {
cursor:pointer;
}

.success-msg {
	background-color: #FFFFCC;
	padding: 7px;
	border: 1px solid #CCCCCC;
	font-family: Arial;
}

.success-msg span{
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	background-image: url(../images/error-image1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	line-height: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.success-msg ul{ padding-left:40px;}

.success-msg li{
	font-size: 11px;
	color: #006600;
	list-style-type: none;
	list-style-image: url(../images/error-warn.gif);
	font-weight: bold;
}

.Highlight{
	background-color:#FFCC00;
	color:#000066;
	font-weight:bold;
}