a:link {color: #334D1A; text-decoration: underline;}
a:visited {color: #334D1A; text-decoration: underline;}
a:hover { color: #334D1A; text-decoration: underline;}

a.rust:link {color: #B74202; text-decoration: underline;}
a.rust:visited {color: #B74202; text-decoration: underline;}
a.rust:hover { color: #B74202; text-decoration: underline;}

body 
{
	font-family: verdana, helvetica;
	font-size: 11px;
	color: #670001;
	margin-top: 10;
	margin-left: 0;
	background-color: #517230;
	text-align:center;
}

table tr td
{
	font-family: verdana, helvetica;
	font-size: 11px;
	color: #670001;
}

#wrapper {
	background-color: #FFFFFF;
	width: 755px;
	padding: 2px;
	margin: 0 auto
}



div.article
{
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
}

div.header
{
	margin-bottom: 10px;
	padding-left: 15px;
	color: #B74202;
}

div.header_last
{
	margin-bottom: 0px;
	padding-left: 15px;
	color: #B74202;
}

h2
{
	font-family: verdana, helvetica;
	font-weight: bold;
	font-size: 18px;
	color: #334D1A;
}

h3
{
	font-family: verdana, helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #334D1A;
	margin-bottom: 9px;
	margin-top: 3px;
}





