body,td,th,ul,li {
	color: #333333;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: square;
	margin: 2px 12px;
}
p {
	margin-right: 10px;
	margin-left: 10px;
}

body {
	background: #59626B url(images/bg_top.jpg) repeat-x;
	margin: 0px;
}


H1{
	color: #990000;
	font: bolder 12pt "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
}
H2{
	color: #990000;
	font: bold 10pt/12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
H3{
	color: #4E555C;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #DBDBDB;
	display: inline;
	padding: 6px 12px;
	margin-left: 12px;
}


a:link {
	color : #2C2D25;
	text-decoration: underline;
}
	a:visited {
	color : #2C2D25;
	text-decoration: underline;
}
	a:hover {
	color : #4F4E42;
	text-decoration: none;
}
	a:active {
	color : #2C2D25;
	text-decoration: underline;
}


.nav {
	color: #000000;
	font-size: 10px;
	letter-spacing: 0.1em;
}
.nav a:link {
	color: #000000;
	text-decoration: underline;
}

.nav a:visited {
	color: #000000;
	text-decoration: underline;
}
.nav a:hover {
	color: #88898B;
	text-decoration: none;
}
.img {
	border: 1px solid #595A4C;
	padding: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.style1 {
	padding: 16px;
	border: 2px solid #59626B;
	text-align: justify;
}
.formstyle {
	border: 1px solid #52A3CE;
	background: #FFFFFF;
}

