﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background: url(images/bg.gif) repeat-x;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}

.h_1 {
	font-size: 16px;
	color: #336633;
}

.h_1 a {
	text-decoration: none;
}

.h_1 a:hover {
	text-decoration: underline;
}

.h_2 {
	font-size: 14px;
	color: #336633;
}

.h_2 a {
	text-decoration: none;
}

.h_2 a:hover {
	text-decoration: underline;
}

.h_3 {
	font-size: 12px;
	color: #336633;
}

.h_3 a {
	text-decoration: none;
}

.h_3 a:hover {
	text-decoration: underline;
}

.WhiteBold {
	padding: 0px 15px 15px 15px;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.Address {
	padding: 0px 15px 15px 15px;
	font-size: 11px;
	color: #336633;
}

.Footer {
	padding: 5px 25px 0px 25px;
	font-size: 11px;
	color: #999999;
}

.Footer a {
	text-decoration: none;
	color: #999999;
}

.Footer a:hover {
	text-decoration: underline;
}

/** LISTS */

.list_normal {
	margin-left: 17px;
	padding-left: 0px;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 a {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat left center;
}

.list_upper_roman {
	margin-bottom: 0px;
	list-style-type: upper-roman;
}

.list_uppercase {
	margin-bottom: 10px;
	list-style-type: upper-alpha;
}

.list_numbers {
	margin-bottom: 0px;
	list-style-type: decimal;
}

/** LINKS */

a {
	color: #336633;
}

a:hover {
	text-decoration: none;
}

a.a_header {
	font-weight:bold;
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 { background: url(images/sub_image.jpg) left top; }
.bg2 { background: url(images/sub_image2.jpg) left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 5px 0px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

