/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F1F6FB url(images/homepage01.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	line-height: 120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F6F6F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 15px;
	font-weight: bold;
}

.text2 {
	text-align: center;
	font-size: 10px;
}

.text3 {
	padding-top: 1em;
	text-align: center;
	font-size: 10px;
	color: #CACDD1;
}

.text4 {
	font-size: 18px;
	font-weight: bold;
	color: #3A3A3A;
}

/** LINKS */

a {
	color: #6DB0CC;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #7FA900;
}

a.link2 {
	display: block;
	text-align: right;
	font-weight: bold;
}

a.link3 {
	color: #D8D8D8;
}

a.link4 {
	color: #D9D9D9;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: #FFFFFF url(images/homepage02.gif) repeat-x left bottom;
}

.bg2 {
	background: url(images/homepage06.gif) repeat left top;
}

.bg3 {
	background: url(images/homepage05.gif) no-repeat left top;
}

.bg4 {
	background: url(images/homepage07.gif) no-repeat left top;
}

.bg5 {
	background: url(images/homepage09.gif) repeat-x left bottom;
}

.bg6 {
	background: url(images/homepage12.gif) repeat-x left top;
}

.bg7 {
	background: url(images/homepage15.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;
	padding: 10px 0px;
	background: url(images/homepage11.gif) repeat-x left center;
}

