/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 11px;
	line-height: 18px;
}

.text1 {
	font-size: 12px;
	font-weight: bold;
	color: #3C82A4;
}

.text2 {
	padding: 3px 5px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #808577;
}

.text3 {
	padding: 3px 5px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #808577;
}

.text4 {
	font-size: 9px;
}

/** LINKS */

a {
	color: #606060;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 10px;
	color: #FFFFFF;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	font-size: 9px;
	color: #7E7E7E;
}

.style1 a {
	color: #7E7E7E;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage11.gif);
}

.bg2 {
	background: url(images/homepage12.gif) no-repeat right bottom;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage14.gif);
}

