/** BASIC */



/** FORMS */

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

.input1 {
	width: 102px;
	height: 15px;
	padding: 3px;
	border: none;
	background: transparent url(images/subpage02.gif) no-repeat fixed left top;
	font-size: 11px;
	color: #666666;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

th, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

small {	
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}

p, blockquote, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	color: #000000;
}

.text1 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	color: #8E9DB2;
}

.text3 {
	color: #C1DEB8;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

hr { display: none; }

.hr1 {
	height: 1px;
}