/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #232D37;
}

/** FORMS */

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

/** HEADINGS */

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

h3 {
	margin-top: 15px;
	margin-bottom: 10px;
}

/** TEXTS */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5DFEB;
}

input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #324669;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5DFEB;
	text-align: justify;
}

.content2 {
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.lhs {
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #E5000A;
}

.ul2 {
	color: #D5DFEB;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #DFE2E7;
}

.text2 {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #E5000A;
}

.text4 {
	text-align: center;
	font-size: 10px;
	color: #959B9F;
	margin-top: 10px;
}

/** LINKS */

a.ul2		{ color: #D5DFEB; }
a.ul2:hover	{ text-decoration: none; }

a		{ color: #E5000A; }
a:hover		{ text-decoration: none; }

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(bg04.jpg) repeat-y left top; }
.bg2 { background: url(bg03.jpg) no-repeat left top; }
.bg3 { background: url(bg06.jpg) no-repeat left top; }
.bg4 { background: url(bg07.jpg) no-repeat left top; }

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }


