/*
	Main stylesheet for OmanBros.com
	(c)2001-2004 OmanBros.com
	author: C.Wallner
*/

/* ---- default font style definition for body, table, input ------------ */
body {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px
}
/*	Because of Netscape 4.7 we must use <td> instead of <table> */
p {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica;
	line-height: 145%;
	font-size: 12px
}
td, th, input {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px
}
.reduced {
	font-size: 11px
}
.small {
	font-size: 9.5px
}
.date {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px
}
.err {
	color: red;
	font-weight: bold
}
.std {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px
}
/* ---- background color definition ------------------------------------- */
.bgcol {
	background-color: #FFFFFF
}
.bghcol {
	background-color: #DDEBF6
}
//	background-color: #E5CD15
//	background-color: #D3E2DB
/* ---- link style definition ------------------------------------------- */
a {
	color: #35AACD;
}
a:link {
	color: #35AACD;
	font-weight: bold;
	text-decoration: none
}
a:visited {
	color: #35AACD;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #35AACD;
	font-weight: bold;
	text-decoration: underline
}
a:active {
	color: #35AACD;
	font-weight: bold;
	text-decoration: none
}
/* ---- further definitions --------------------------------------------- */
.startadr {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
	position: absolute;
	left: 545px;
	top: 220px
}
.startlink, a.startlink, a:visited.startlink, a:active.startlink, a:link.startlink {
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none
}
a:hover.startlink {
	text-decoration: underline
}
h1 {
	font-size: 20px
}
h2 {
	font-size: 18px
}
h3 {
	font-size: 16px
}
h4 {
	font-weight: bold;
	font-size: 14px
}
.demologo {
	font-weight: bold;
	font-size: 18px
}

