/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 95px;
	height: 14px;
	padding: 1px 0px 0px 3px;
	border: 1px solid #B7B7B7;
}

/** 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: #5E5E5E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin: 0px;
	text-align: right;
}

.text2 {
}

.text3 { /** FOR .titleA */
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
}

.text4 { /** FOR .titleA */
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	color: #B2B2B2;
}

.text5 {
	font-size: 11px;
	font-weight: bold;
	color: #006EBB;
}

.text6 { /** FOR .titleB */
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text7 { /** FOR .titleB */
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	color: #B2D2E2;
}

.text8 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text9 {
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}

.text10 {
	font-size: 10px;
	font-weight: normal;
	color: #006EBB;
}

.text11 { /** FOR .titleD */
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text12 { /** FOR .titleD */
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	color: #AFAEB3;
}

.text13 {
	color: #FFFFFF;
}

.text14 {
	text-align: center;
	font-size: 10px;
}

.text15 {
	font-size: 10px;
	color: #434343;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 200%;
}

.list2 li {
}

.list2 a {
	padding-left: 17px;
	background: url(images/homepage19.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #696770;
}

.list2 a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #006EBB;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #6F6F6F;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	color: #9BF4FF;
}

/** STYLES */

.style1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.style1 em {
	display: block;
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}

.style2 {
	color: #C9C8CB;
}

.style2 a {
	font-weight: bold;
	color: #C9C8CB;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage05.jpg) no-repeat left top;
}

.bg2 {
	background: url(images/homepage06.jpg) no-repeat left top;
}

.bg3 {
	background: #FCFCFC url(images/homepage07.gif) repeat-x left top;
}

.bg4 {
	background: #FCFCFC;
}

.bg5 {
	background: #3E8FB7 url(images/homepage11.gif) repeat-x left top;
}

.bg6 {
	background: #DCDCDC url(images/homepage14.gif) repeat-x left top;
}

.bg7 {
	background: url(images/homepage18.gif) repeat-x left top;
}

.bg8 {
	background: #706A67 url(images/homepage20.gif) no-repeat right top;
}

.bg9 {
	background: url(images/homepage24.gif) repeat-x left top;
}

.bg10 {
	background: url(images/homepage25.gif) no-repeat 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 {
	padding-bottom: 15px;
	background: url(images/homepage10.gif) repeat-x left bottom;
}

.hr2 {
	padding-bottom: 15px;
	background: url(images/homepage13.gif) repeat-x left bottom;
}

