/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #545B60 url(images/homepage01.gif);
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 119px;
	border: 1px solid #2C3134;
	background-color: #A0A6AB;
	font-size: 9px;
	color: #2C3134;
}

.input2 {
	width: 28px;
	height: 13px;
	border: none;
	background: transparent url(images/homepage31.gif) repeat-x;
	text-transform: lowercase;
	font-size: 10px;
	color: #ACE3FF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C2C8CE;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}

.text1 {
	font-size: 10px;
	color: #AFB2B4;
}

.text2 {
	font-size: 10px;
	font-weight: normal;
}

.text3 {
	clear: both;
	float: left;
	margin-bottom: 11px;
	padding: 2px 5px;
	background: url(images/homepage19.gif);
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.text4 {
	color: #DCE3E9;
}

/** LINKS */

a {
	color: #ACE3FF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	color: #C2C8CE;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	padding: 2px 5px;
	background: url(images/homepage30.gif) repeat-x;
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage02.gif) repeat-x;
}

.bg2 {
	background: url(images/homepage15.gif);
}

.bg3 {
	background: url(images/homepage19.gif);
}

.bg4 {
	background: url(images/homepage24.gif);
}

.bg5 {
	background: url(images/homepage29.gif);
}

.bg6 {
	background: url(images/homepage25.gif);
}

.bg7 {
	background: url(images/homepage26.gif);
}

.bg8 {
	background: url(images/homepage21.gif);
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage32.gif);
}


