/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** 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: 11px;
	color: #6C6C6C;
}

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

.text1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	font-size: 15px;
	color: #606060;
}

.text3 {
	font-size: 11px;
}

.text4 {
	color: #7EA800;
}

.text5 {
	text-align: center;
	color: #DAE4F2;
}

.text6 {
	font-size: 12px;
	color: #7EA800;
}

.text7 {
	font-size: 12px;
	text-align: center;
	color: #DAE4F2;
}

.text8 {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF
}

/** LISTS */

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

.list1 a {
	padding-left: 11px;
	background: url(images/homepage19.gif) no-repeat 0px 6px;
	text-decoration: none;
	color: #545454;
}

.list1 a:hover {
	text-decoration: underline;
}

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

.list2 li {
	margin-bottom: 5px;
}

.list2 a {
	padding-left: 11px;
	background: url(images/homepage17.gif) no-repeat 0px 6px;
}

/** EXPLISTS */

ul#menu {
  width: 350px;
  list-style-type: none;
  border-top: none;
  margin: 0;
  padding: 5px;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

ul#menu li, 
  ul#menu a {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #545454;
}

ul#menu li {
  border-bottom: none;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #7EA800;
}




/** LINKS */

a {
	color: #7EA800;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

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

.link2 {
}

.link3 {
	padding-right: 14px;
	background: url(images/homepage21.gif) no-repeat right center; 
}

.link4 {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #DAE4F2;}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat left top; }
.bg2 { background: url(images/homepage03.gif) repeat-x left top; }
.bg3 { background: url(images/homepage04.gif) repeat-x left top; }
.bg4 { background-color: #FFFFFF; }
.bg5 { background: url(images/homepage09.gif) repeat-y left top; }
.bg6 { background: url(images/homepage10.gif) repeat-y right top; }
.bg7 { background: url(images/homepage15.gif) repeat-x left bottom; }
.bg8 { background: url(images/homepage20.gif) repeat-y left top; }
.bg9 { background: url(images/homepage22.jpg) no-repeat left top; }
.bg10  { background-color: #00345B; }


/** MISC */

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

img { border: none; }

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

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

.img3 {
	margin: 3px 0px 0px 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}


