@charset "iso-8859-1";

body {
	font-family:  'lucida sans unicode', arial, helvetica, sans-serif;
	/* background-image: url(../pics/bg.gif); */
	background-position: center;
}
textarea, input, select {
	font-family:  'lucida sans unicode', arial, helvetica, sans-serif;
	padding: 2px 4px;
	font-size: 9pt;
}
sup {
	padding: 0px;
	font-size: 8pt;
	vertical-align: 30%;
}
img {
	border-width: 0px;
}
a {
	color: #008ACC;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.content {
	font-family: 'lucida sans unicode', arial, helvetica, sans-serif;
	font-size: 11pt;
	line-height: 150%;
	color: #444F59;
	vertical-align: top;
}
.content a {
	color: #008ACC;
	text-decoration: none;
}
.content a:hover {
	color: #FF3300;
	text-decoration: underline;
}
.content table {
	border: 0px none;
}

.content h1, h2, h3 {
	font-family: arial, helvetica, sans-serif;
	color: #999999;
	line-height: 120%;
	padding: 0px;
}
hr {
	height: 0px;
	border: 1px solid noshade;
	color: #EEEEEE;
	filter: alpha(opacity=40);
}
#news {
	font-size: 9pt;
	color: #FFFFFF;
	vertical-align: top;
}
#news hr {
	height: 1px;
	border: 1px solid noshade;
	color: #FFFFFF;
	filter: alpha(opacity=40);
}
#news a {
	color: #FFFF33;
	text-decoration: none;
	cursor: pointer;
}
#news a:hover {
	color: #FFF200;
}

#mainmenu {
	font-size: 12pt;
}
#mainmenu a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 21px;
	padding: 9px 36px;
}
#mainmenu a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#showtable table {
	width: 95%;
	padding: 0px;
	border: 1px solid #D4D4D4;
	font-size: 8pt;
	line-height: normal;
	margin: 0px;
}
#showtable tr {
	background-color: #F4F4F4;
	padding: 0px;
}
#showtable .title {
	background-color: #B4B4B4;
	color: #FFFFFF;
	font-weight: bold;
}
#showtable div {
	height: 15px;
	border: solid 1px;
	background-color: #CCCCCC; 
}

.submenu {
	font-size: 10pt;
}
.submenu a {
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 1px 16px;
}
.submenu a:hover {
	color: #426466;
	background-color:#EEEEEE;
}
.sidemenu {
	font-size: 8pt;
}
.sidemenu a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 1px 16px;
}
.sidemenu a:hover {
	color: #FF6600;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 14pt;
}

.message {
	background:  url(../pics/icon_done.png) no-repeat left center;
	font-weight: bold;
	padding: 1px 4px 1px 18px;
	margin-left: 0px;
}
.error, .error a {
	font-weight: bold;
	color: #EE3300;
	margin-left: 0px;
}
.error ul {
	list-style-type: square;
	padding: 1px 0px 1px 8px;
	margin: 0px 0px 0px 8px;
}
.notice {
	border: 2px solid #8AAAD9;
	padding: 4px;
	background-color: #C9D8ED;
	color: #213C64;
	font-size: 10pt;
}

.large {
	font-weight: bold;
	font-size: 14pt;
	line-height: 120%;
}

.number {
	font-weight: bold;
	font-size: 10pt;
	color: #FDFDFD;
	background-color: #DDDDDD;
	display: block;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

.note {
	font-size: 9pt;
	line-height: 125%;
}