 /* General page style. */
body {
	background-color: #FFFFFF;
}
#headerbox {
	background : #fff url(../images/style/lightgrey/line.gif);
	height: 73px;
	width: 100%;
}
#headerimg {
	background : transparent url(../images/style/lightgrey/logo.gif) no-repeat top left;
	height: 73px;
	width: 242px;
}
#headerimg2 {
	background : transparent url(../images/style/lightgrey/logo.gif) no-repeat top left;
	height: 73px;
	width: 250px;
}
#layoutimg {
	background : #fff url(../images/style/lightgrey/layout.gif);
}
#contentbox {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#prefbutton {
	margin: 0px;
}

/* Most tags */
.normal,th,body,td,p { font-family: "Lucida Grande", Helvetica, Sans-Serif; font-size: 12px; color: #444444; }
a:link,a:active,a:visited { color : #444444; text-decoration: underline; }
a:hover		{ text-decoration: none; color : #003B88; }

/* Text */
.footer { color: gray; font-size: 10px; font-family: "Lucida Grande", Helvetica, Geneva; border-top: 1px dotted gray; }
.big { color: #444444; font-family: "Lucida Grande", Helvetica, sans-serif; font-size: 14px; }
.big a { text-decoration: none; }

/* New headline */
.newheadline {
	 font-weight : bold;
}
/* Navigation */

#navlist
{
padding: 0 0px 0px;
margin-bottom: 10px;
font: 11px "Lucida Grande", Helvetica, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
border-bottom: 1px solid #FFFFFF;
text-align: left;
}


#navlist li a
{
display: block;
padding: 1px 1px 1px 1px;
text-decoration: none;
}

#navlist li a:link { color: #333333; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
text-decoration: underline;
}