/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #f0ecec;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #566C7E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 15px;
}

.text1 {
	text-align: center;
	font-size: 10px;
	color: #A2AEB7;
}

.text2 {
	font-size: 10px;
	color: #465E72;
}

.text3 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #566C7E;
}

.text4 {
	letter-spacing: -1px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

.text5 {
	letter-spacing: normal;
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #465E72;
}

.text6 {
	text-align: left;
	font-size: 14px;
	color: #A2AEB7;
}

.text7 {
	text-align: center;
	font-size: 12px;
	color: #000;
}
/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	background: url(../images/homepage18.gif) repeat left top;
	list-style: none;
	line-height: 15px;
}

.list1 a {
	padding: 14px;
	background: url(../images/homepage19.gif) no-repeat 5px 50%;
	text-decoration: none;
	color: #566C7E;
}

.list1 a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #cc0000;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	letter-spacing: -1px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #cc0000;
}

a:hover.link1 {
	color: #000;
}

.link1 em {
	display: block;
	letter-spacing: normal;
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #465E72;
}

.link2 {
	padding-left: 12px;
	background: url(../images/homepage17.gif) no-repeat left center;
	font-size: 10px;
}
	

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/bg02.gif) repeat-x left top; }
.bg2 { background: url(../images/bg03.gif) repeat-y left top; }
.bg3 {  }
.bg4 {  }
.bg5 { background: url(../images/bg06.gif) no-repeat left top; }
.bg6 { background: url(../images/bg07.gif) no-repeat left top; }
.bg7 { background: url(../images/homepage06.gif) repeat-x left bottom; }
.bg8 { background: url(../images/homepage24.gif) repeat-y 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;
}

