/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 2px;
	padding: 0px;
}

#textfield1 {
	width: 180px;
	padding: 4px 0px;
	background: #246798; 
	border: 1px solid #246798;
	border-top-color: #216089;
	border-left-color: #216089;
}

#submit1 {
	position: relative;
	width: 63px;
	height: 22px;
	background: url(images/homepage06.gif) no-repeat left top;
	border: none;
	font-size: 11px;
	color: #FFFFFF
}

.input1 {
	width: 140px;
	padding: 3px 5px;
	background: #ffffff;
/*
	border: 1px solid #F8F7F3;
	border-top-color: #E4E0D0;
	border-left-color: #E4E0D0;
*/
	border-color: #c8c8c8 #808080 #808080 #c8c8c8;
//	border-color: #8999a4 #778a97 #778a97 #8999a4;	
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

.input2 {
	float: right;
	width: 63px;
	height: 22px;
	background: url(images/homepage13.gif) no-repeat left top;
	border-color: #c8c8c8 #808080 #808080 #c8c8c8;
//	border-color: #8999a4 #778a97 #778a97 #8999a4;	
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	margin: 4px 0px 0px 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1 {
	margin-top: 20px;
	font-size: 18pt;
	font-weight: normal;
}

h2 {
	margin-top: 20px;
	margin-bottom: 5px;
/**	letter-spacing: -1px; */
	font-size: 16px;
	font-weight: normal;
	color: #43423E;
}

h3 {
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: bold;
	color: #353535;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #303030;
}

p, blockquote, ol, dl {
	margin-top: 10px;
	margin-bottom: 1em;
	text-align: justify;
}

/*
pre {
	border: solid 1px #c0c0c0;
	padding: 10px;
}
*/

.text1 {
	text-align: center;
	color: #919799;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	float: left;
	width: 49%;
	margin-bottom: 5px;
}

.list1 a {
	padding-left: 15px;
	background: url(images/homepage17.gif) no-repeat left center;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	margin-bottom: 5px;
}

.list2 a {
	padding-left: 15px;
	background: url(images/homepage17.gif) no-repeat left center;
}

.list3 {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
}

.list3 li {
	display: block;
	font-size: 11pt;
	padding: 0px 0px 5px 28px;
/*
	background: url(images/bluebullet.gif) no-repeat left top;
*/
}



/** LINKS */

a {
	color: #18465D;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	color: #3A3A3A;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.jpg) repeat left top; }
.bg2 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg3 { background: url(images/homepage03.jpg) repeat-x left top; }
.bg4 { background: url(images/homepage07.jpg) repeat-y left top; }
.bg5 { background: url(images/homepage14.jpg) no-repeat left top; }
.bg6 { background: url(images/homepage15a.jpg) no-repeat left top; }

/** 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;
}

.box0 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	font-size: 11pt;
	border-color: #c8c8c8 #808080 #808080 #c8c8c8;
	border-width: 1px;
	border-style: solid;
}
.box1 {
	margin: 0px;
	padding: 0px 5px 2px 5px;
	list-style: none;
	background: url(images/bluegradient.gif) repeat-x left top; 
	font-size: 11pt;
/*
	border-color: #c8c8c8;
	border-width: 1px 3px 3px 1px;
	border-style: solid solid solid solid;
	background: #e8e8e8;
	border:2px outset(2) #d8d8d8;
	filter: DropShadow(color=#c8c8c8,offx=10, offy=10);
*/
}

.box2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	background: url(images/bluegradient.gif) repeat-x left top; 
	font-size: 11pt;
	border-color: #c8c8c8 #808080 #808080 #c8c8c8;
	border-width: 1px;
	border-style: solid;
/*
	border:2px outset(2) #d8d8d8;
	filter: DropShadow(color=#c8c8c8,offx=10, offy=10);
*/
}

.revheader {
	color: #303030;
	font-size: 14pt;
	padding: 2px;
	font-weight: 580;
/*
	background: url(images/bluegradient.jpg) repeat-x left top; 
	background: url(images/graygradient.gif) repeat-x left top; 
	border-color: #8999a4 #778a97 #778a97 #8999a4;	
	border-width: 1px 2px 2px 1px;
	border-style: solid solid solid solid;
*/
}
