
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #495260;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #2B3E54;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #46599A;
}

.text3 {
	text-align: center;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	display: inline;
}

.list1 a {
	display: block;
	width: auto;
	height: 18px;
	padding-top: 5px;
	background: url(images/homepage09.gif) repeat-x left top;
}

.list1 .first a {
	background: none;
}

/** LINKS */

a {
	color: #7EB200;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #2B3E54;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage05.gif) repeat-x left bottom; }
.bg2 { background: url(images/homepage01.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

ul.error, ul.error li
{
	list-style:none;
	color:red;
}
ul.error
{
	margin:10px 0;
	padding:6px;
	border:1px #f00 solid;
}