/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg);
}

img { border: none; }

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

/** FORMS */

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

.input1 {
	width: 120px;
}

.input2 {
	width: 46px;
	height: 18px;
	border: none;
	background: transparent url(images/homepage31.gif) no-repeat;
	color: #FFFFFF;
}

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #77797C;
}

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

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

.text2 {
	padding: 0px 2px;
	background: url(images/homepage17.gif);
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.text3 {
	color: #FFFFFF;
}

.text4 {
	text-transform: lowercase;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #5D5D5D;
}

.text5 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #003399;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	color: #878982;
}

.text7 {
	text-align: right;
	color: #696969;
}

.text8 {
	text-align: right;
	color: #696969;
	font-weight: bold;
		font-size: 12px;
}

.text9 {
	text-align: left;
	color: #CC3333;
	font-weight: bold;
		font-size: 11px;
}

.text10 {
	text-align: left;
	color: #696969;
	font-weight: bold;
		font-size: 14px;
}

.text11 {
	text-align: left;
	color: #696969;
	font-weight: bold;
		font-size: 12px;
}


/** LINKS */

a {
	color: #FF7800;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-weight: bold;
	text-decoration: none;
	color: #5D5D5D;
}

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

a.link2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

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

a.link3 {
	padding: 1px 3px;
	background: url(images/homepage18.gif);
	color: #FFFFFF;
}

a.link4 {
	font-size: 10px;
	color: #6E7C91;
}

a.link5 {
}

a.link6 {
	color: #696969;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #A7AFB4;
}

.style1 a {
	color: #A7AFB4;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage02.jpg) repeat-x;
}

.bg2 {
	background: url(images/homepage19.jpg) repeat-y;
}

.bg3 {
	background: url(images/homepage38.gif);
}

.bg4 {
	background: url(images/homepage32.gif) repeat-x;
}

.bg5 {
	background: url(images/homepage33.gif) repeat-x;
}

.bg6 {
	background: url(images/homepage16.gif);
}

.bg7 {
	background: url(images/homepage33.gif);
}

/** MISC */

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

.img1 {
	float: left;
	margin-right: 15px;
}
.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
