/* Standardschrift */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #bccad5;
	background-image: url(/images/bg.gif);
	padding: 0px;
	margin: 0px;
}

ul,p,td,tr,table,ol,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#maincontent {
	padding: 20px;
}

.button {
	border-bottom: black 1px solid;
	border-left: #297394 1px solid;
	border-right: black 1px solid;
	border-top: #297394 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bolder;
	color: #666666;
	background-color: #dfdfdf;
	cursor: hand;
	display: inline;
	width: auto;
}

.text {
	background-color: whitesmoke;
	color: #297394;
	border: 1px solid black;
}

.select {
	background-color:whitesmoke;
	color:#297394;
}

.selected {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.main_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.company {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 34px;
	color: #666666;
}

.index_header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #666666;
}

.index_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}

/*	Standard link color */
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
}

/*	Text link color */
a.link:link {
	text-decoration: underline;
	color: #FF9900;
}

a.link:visited {
	text-decoration: underline;
	color: #FF9900;
}

a.link:hover {
	text-decoration: none;
	color: #666666;
}

BODY {
	scrollbar-3d-light-color:#000066;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#00254B;
	scrollbar-dark-shadow-color:#000066;
	scrollbar-face-color:#787F9F;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#00254B} 
}