/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg);
}

img { border: none; }

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}



/** FORMS */

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

.input1 {
	width: 120px;
}

.input2 {
	width: 46px;
	height: 18px;
	border: none;
	background: transparent url(images/homepage31.gif) no-repeat;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-size: 12px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B6B6B;
	background-repeat: repeat;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px; padding-left: opx;
	text-align: left;
	line-height: 1.2em;
}

li{
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	list-style-position: outside;
	list-style-type: square;

}


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

.text2 {
	padding: 0px 2px;
	background: url(images/homepage17.gif);
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.text3 {
	color: #FFFFFF;
	line-height: 110%;
}

.text4 {
	text-transform: none;
	line-height: 110%;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.text5 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #AB2323;
	padding-top: 5px;
	line-height: 110%;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	color: #878982;
}

.text7 {
	text-align: right;
	color: #696969;
}

.bold { color: #000; font-weight:bold;}

.footnote { color: #003300; font-style:italic;}

/** LINKS */

a {
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #B12A0D;
}

a.link1 {
	font-weight: bold;
	text-decoration: none;
	color: #5D5D5D;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.link2:hover {
	text-decoration: underline;
}

a.link3 {
	padding: 1px 3px;
	background: url(images/homepage18.gif);
	color: #FFFFFF;
}

a.link4 {
	font-size: 11px;
	color: #6E7C91;
}

a.link4:hover {
	color: #5D5D5D;
}

a.link5 {
}

a.link5:hover {
	color: #FFFFFF;
}

a.link6 {
	color: #696969;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #A7AFB4;
}

.style1 a {
	color: #A7AFB4;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage02.jpg) repeat-x;
}

.bg2 {
	background: url(images/homepage19.jpg) repeat-y;
}

.bg3 {
	background: url(images/homepage38.gif);
}

.bg4 {
	background: url(images/homepage32.gif) repeat-x;
}

.bg5 {
	background: url(images/homepage33.gif) repeat-x;
}

.bg6 {
	background: url(images/homepage16.gif);
}

/** MISC */

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

.img1 {
	float: left;
	margin-right: 15px;
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** search ouput */

		.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; } 
		.results { font-size: 100%; }
		.category { color: #999999; }
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}
		.sorting { text-align: right; }
		.result_title { font-size: 100%; }

		.zoom_searchform { font-size: 100%; }
		.zoom_options { font-size: 80%; }
		input.zoom_button {  }
		input.zoom_searchbox {  }		
	
