body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A3A3A3;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

a {
	color: #0092C1;
}

a:hover {
	text-decoration: none;
}

.link1  {
	color: #A3A3A3;
	text-decoration: none;
}

.link1:hover {
	text-decoration: underline;
}

.link2  {
	color: #0092C1;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

.link2:hover {
	text-decoration: underline;
}

.text1 {
	display: block;
	padding-top: 30px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 30px;
	color: #0092C1;
}

.text2 {
	font-size: 13px;
}

.text3 {
	display: block;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 22px;
	color: #0092C1;
}

.text4 {
	text-transform: lowercase;
	font-size: 15px;
	color: #969696;
}

.text5{
	font-size: 12px;
	color: #0092C1;
}

.text7 {
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 22px;
	color: #969696;
}

.text8 {
	font-size: 10px;
}
.style1 {
}

.style1 a {
}

.style1 a:hover {
}

.bg1 {
	padding-left: 55px;
	background: url(images/img1.jpg) no-repeat left top;
	height: 100px;
}

.bg2 {
	padding-left: 20px;
	background: url(images/img2.jpg) no-repeat left top;
	height: 37px;
}

.bg3 {
	padding-left: 20px;
	background: url(images/img3.jpg) no-repeat left top;
	height: 35px;
}

.bg4 {
	padding-left: 20px;
	background: url(images/img4.jpg) no-repeat left top;
	height: 35px;
}

.bg5 {
	padding-left: 20px;
	background: url(images/img5.jpg) no-repeat left top;
	height: 35px;
}

.bg6 {
	padding-left: 20px;
	background: url(images/img6.jpg) no-repeat left top;
	height: 37px;
}

.bg7 {
	background: url(images/img13.jpg) repeat-y left top;
}

.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;
}

