/* RUSTBLOCK CSS Document */
body    {
	color: #000000;
	font-size: 1.1em;
	margin: 0;
	background-image: url(../pics/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-color:#006600
}

p    {
	font-size: 0.7em;
	text-align: justify;
	line-height: 1.7em;
}

p.footer    {
	font-size: 0.5em;
	text-align: center;
	font-weight: bold;
}

a:link, a:visited    {
	color: #666666;
	text-decoration: none;
}

a:hover    {
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFFFF;	
}

a:active    {
	background-color: #67849e;
}

*#main-content    {
	border: 1px #000000 solid;
	padding: 10px;
	margin-top: 2px;
	background-color: #ffffff;
	white-space: normal;
	margin-right: 12%;
	margin-left: 12%;
}

h1    {
	font-size: 1.1em;
	text-align: center;
	font-style: italic;
	letter-spacing: 2px;
	color: #FF0000;
}

h2    {
	font-size: 1em;
	text-decoration: underline;
	font-weight: normal;
}

h3    {
	font-size: 1em;
	font-weight: bold;
	color: #FFFF00;
}

h4 {
	font-size: 0.5em;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	font-weight: normal;
}
h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	border-bottom: 1px #000000 solid;
	text-align: left;
	vertical-align: middle;
}
h6 {
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px #000000 solid;
	text-align: left;
	vertical-align: middle;
}
.style1 {
	color: #000000;
	font-size: small;
	font-weight: normal;
}
.style2 {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
}
.style4 {
	font-size: small
}