/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	text-transform: lowercase;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

p {
    margin: 7px 0px 0px 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 180%;
}

.text1 {
	font-size: 26px;
	font-weight: normal;
	color: #079DD2;
}

.text2 {
	font-weight: normal;
	color: #000000;
}

.text3 {
	text-align: right;
	font-size: 18px;
	color: #FFFFFF;
}

.text4 {
	text-align: right;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
}

.text5 {
	text-align: right;
	font-size: 19px;
	font-weight: normal;
	color: #FFFFFF;
}

.text6 {
	font-size: 21px;
	font-weight: normal;
	color: #514200;
}

.text7 {
	height: 25px;
	padding: 10px 0px 0px 20px;
	background: url(images/h13.gif) repeat-x left top;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text71 {
	height: 19px;
	padding: 1px 0px 0px 10px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #41ADD6;
}

.text8 {
	font-size: 21px;
	font-weight: normal;
	color: #03749C;
}

.text9 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.text10 {
	text-align: right;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}

/** LISTS */

.list0 {
	padding-left: 21px;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 8px;
}

.list1 a {
	padding-left: 21px;
	background: url(images/7.gif) no-repeat left center;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	margin-bottom: 5px;
     width:600px; 
     height:12px; 
     overflow:hidden; 
     font-size:10px; 
     font-family:Verdana;
}



.list2 a {
	padding-left: 21px;
	background: url(images/7.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #016889;
	text-decoration:none;
}

.link1 {
	color: #A82A01;
}

/** STYLES */

.style1 {
	line-height: 120%;
	text-align: right;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

.style2 {
	font-size: 12px;
	color: #514200;
}

.style2 a {
	color: #A82A01;
}

.style2 a:hover {
}

.style3 {
	color: #757575;
}

.style3 a {
	color: #757575;
}

.style3 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/line7.jpg) repeat-x left top; }
.bg2 { background: url(images/w8.jpg) no-repeat center top; }
.bg3 { background: url(images/homes.jpg) no-repeat left top; }
.bg4 { background: url(images/h10.jpg) no-repeat left top; }
.bg5 { background: url(images/h12.gif) no-repeat right top; }

.bg6 { background: url(images/subpage1_01.jpg) repeat-x left top; }
.bg7 { background: url(images/subpage1_02.jpg) no-repeat center 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;
}

/** MENU */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 41px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 33px;
	padding-right: 10px;
}

#menu a {
	display: block;
	float: left;
	background: url(images/g5.gif) repeat-x left top;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
	color: #353535;
}

#menu a strong {
	display: block;
	padding: 0px 0px 0px 26px;
	background: url(images/g4.gif) no-repeat left top;
}

#menu a span {
	display: block;
	height: 25px;
	padding: 8px 26px 0px 0px;
	background: url(images/g6.gif) no-repeat right top;
}

#menu a:hover, #menu .active a {
	background-image: url(images/c2.gif);
	color: #FFFFFF;
}

#menu a:hover strong, #menu .active strong {
	background-image: url(images/c1.gif);
}

#menu a:hover span, #menu .active span {
	background-image: url(images/c3.gif);
}

#menu1 { width: 84px; }
#menu2 { width: 145px; }
#menu3 { width: 96px; }
#menu4 { width: 130px; }


