

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#textfield1 {
	width: 180px;
	padding: 4px 0px;
	background: #246798;
	border: 1px solid #246798;
	border-top-color: #216089;
	border-left-color: #216089;
	color: #FFFFFF;
}

#submit1 {
	width: 63px;
	height: 22px;
	background: url(/image/search.gif) no-repeat left top;
	border: none;
	font-size: 11px;
	color: #FFFFFF
}

.input1 {
	width: 140px;
	padding: 3px 5px;
	background: #F8F7F3;
	border: 1px solid #F8F7F3;
	border-top-color: #E4E0D0;
	border-left-color: #E4E0D0;
}

.input2 {
	float: right;
	width: 63px;
	height: 22px;
	background: url(/image/input.gif) no-repeat left top;
	border: none;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: bold;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: center;
	color: #919799;
}


/** LINKS */

a {
	color: #18465D;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size:11px;
	color: #3A3A3A;
}

.link1:hover {
	text-decoration: underline;
}

.menuTitle {
	font-size: 14px;
	color:#aaaaaa;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

