﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #040034;
}

}


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h6 {
	margin: 0px;
}

h5 {
	margin: 0px;
}

h4 {
	margin: 0px;
}

h3 {
	margin: 0px;
}

h2 {
	margin: 0px;
}

h1 {
	margin: 0px;
}

/** TEXTS */

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7F5CB;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 li {
	padding: 5px 0px 6px 0px;
}

.ul1 .vline {
	background: url(images/homepage15.gif) repeat-x left bottom;
}

.ul1 strong {
	padding: 2px 4px;
	background: url(images/homepage14.gif) repeat left top;
	font-weight: normal;
}

.text1 {
	margin-bottom: 1em;
	text-transform: uppercase;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 15px;
}

.text2 {
	margin-bottom: 2px;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
}

.text2 em {
	padding: 2px 4px;
	background: url(images/homepage14.gif) repeat left top;
	font-style: normal;
}

/** LINKS */

a {
	color: #FFD993;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bgx {
	background-color: #1F184B;
	padding-bottom: 15px;
}

.bg1 {
	background: url(images/homepage10.jpg) repeat-x left top;
	padding-left: 8px;
}

.bg2 {
	background: url(images/homepage13.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; }

.hr1 {
	height: 1px;
	margin: 15px 0px;
	background: url(images/homepage15.gif) repeat-x left top;
}




#navlist
{
padding-left: 0;
margin-left: 0;
width: 150px;
text-align:center;
font-size:13px;

}

#navlist li
{
list-style: none;
margin: 0;
padding: 6px 0 8px 0;
font-size:13px;
background-image: url('images/nav_line.gif');
background-position:center;
background-position: 24px 31px;
background-repeat:no-repeat;

}

#navlist li a { 
text-decoration: none; 
color:#FFFFFF;
font-size:13px;
font-weight:bold;

}
#navlist li a:hover { 
text-decoration: none; 
color:#F3C460;
font-size:13px;
font-weight:bold;
}