body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #364042;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444E51;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

a {
	color: #1C495C;
}

a:hover {
	text-decoration: none;
}

.link1 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #0E3B4F;
}

.link2 {
}

.text1 {
	text-transform:uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #0E3B4F;
}

.text2 {
	text-transform:uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #0E3B4F;
}

.text3 {
	text-transform:uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #1C495C;
}

.style1 {
	font-size: 10px;
	color: #2A4F5C;
}

.style1 a {
	color: #5A7E8A;
	
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: #364042 url(images/img1.jpg) no-repeat left top;
	height: 70px;
}

.bg2 {
	background: url(images/img2.jpg) no-repeat left top;
}

.bg3 {
	background: url(images/img3.jpg) repeat-y left top;
}

.bg4 {
	background: url(images/img4.jpg) no-repeat left top;
	height: 38px;
}

.bg5 {
	background: url(images/img5.jpg) repeat-x left top;
}

.bg6 {
	background: url(images/img6.jpg) no-repeat left top;
	width: 111px;	
	height: 46px;
}

.bg7 {
	background: url(images/img8.gif) repeat-y center 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;
}

