﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

}

/** FORMS */

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

/** HEADINGS */

h6 {
	margin: 0px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h5 {
	margin: 0px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4 {
	margin: 0px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	margin: 0px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

h2 {
	margin: 0px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/** TEXTS */

select {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCE9FF;
}

textarea {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCE9FF;
}

input {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BCE9FF;
}

td {
	/*font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	color: #BCE9FF;
}

th {
	/*font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;*/
	color: #BCE9FF;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #BCE9FF;
}

dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 160%;
}



.text1 {
	text-transform: lowercase;
	/*letter-spacing: -2px;*/
	font-size: 24px;
	font-family: Arial;
	/*font-weight: bold;*/
}

.text2 {
	text-transform: lowercase;
	font-size: 15px;
	letter-spacing: 1px;
	/*font-weight: bold;*/
	font-family: Arial;

	text-align: center;

}

.text3 {
	color: #A5DDEE;
}

.text4 {
	color: #80CBE8;
}

.text5 {
	text-transform: lowercase;
	/*letter-spacing: -2px;*/
	font-size: 21px;
	/*font-weight: bold;*/
}

.text6 {
	text-transform: lowercase;
	text-align: center;
	color: #2EB0C6;
}

.text7 {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
	
}

/** LISTS */

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

.list1 li {
	padding: 5px 15px;
	background: #08264D url(images/homepage13.gif) no-repeat left top;
}

.list1 li.light {
	background: #062F61 url(images/homepage14.gif) no-repeat left top;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
color: #ff0;
	text-decoration: underline;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

/** STYLES */

.style1 {
	color: #80CBE8;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

.style2 {
	text-transform: lowercase;
	font-size: 10px;
	color: #80CBE8;
}

.style2 a {
	color: #FFFFFF;
}

.style2 a:hover {
}

.ctr {
	text-align: center;
	width: inherit;
	margin: auto;
	
}


/** BACKGROUNDS */

.bg1 { background: #064169 url(images/bg01.jpg) repeat-x left top; }
.bg2 { background: url(images/bg02.jpg) no-repeat left top; }
.bg3 { background: url(images/bg03.jpg) no-repeat left top; }
.bg4 { background: url(images/bg04.jpg) no-repeat left top; }
.bg5 { background: url(images/bg05.jpg) no-repeat left top; }

.bg6 { background: url(images/bg07.jpg) no-repeat left top; }
.bg7 { background: url(images/bg08.jpg) repeat-y left top; }
.bg8 { background: url(images/bg09.jpg) no-repeat left top; }

.bg9  { background: url(images/homepage08.jpg) no-repeat left top; }
.bg10 { background: url(images/homepage09.jpg) repeat-y left top; }
.bg11 { background: url(images/homepage10.jpg) no-repeat left bottom; }

.bg12 { background: url(images/bg10.jpg) no-repeat left top; }
.bg13 { background: url(images/bg11.jpg) no-repeat left top; }

.bg14 { background: url(images/bg05.jpg) no-repeat left top; }

.bg15 { background: url(images/subpage2_01.jpg) no-repeat left top; }
.bg16 { background: url(images/subpage2_02.jpg) repeat-y left top; }
.bg17 { background: url(images/subpage2_03.jpg) no-repeat left top; }

/** MISC */

.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;
}