/* PAGEBAR */
/*a.page_bar {color: #AA0000;}*/
/*span.cur_page {color: #FF0000;}*/
span.cur_page {font-weight:bold;text-decoration:underline;}
/*span.page_bar {color: #000044;text-decoration:none;}*/
span.page_bar {font-weight:bold;}
table.page_bar {background: #F0F8FF;}

table.body {background: #E1F2FF;}

/* IO */
table.io_left
{
	background: #3F72A0;
}
table.io_right
{
	background: #B0D2EE;
}
a.io_link
{
	color: #FFFFFF;
	text-decoration: none;
}
span.io_title {color: #FFFFFF;}

body
{
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
}

a {color: #0066CC;}
a:hover {color: #000000;}

table.back
{
	background: #444444;
}
table.front
{
	background: #DDDDDD;
}
table.suggest {background: #DDEEDD;}
td {font-size: 10pt;}

select,input
{
	font-size: 7pt;
	font-weight: bolder;
}

span.error {font-color: #EE0000;}

textarea.small {font-size: 8pt;}

/* MENU */
.menuskin
{
	position:absolute;
	width:165px;
	background-color:menu;
	border:2px solid black;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	visibility:hidden;
}
.menuskin a
{
	text-decoration:none;
	color:black;
	padding-left:10px;
	padding-right:10px;
}
#mouseoverstyle {background-color:highlight;}
#mouseoverstyle a {color:white;}

.page_title
{
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #0066CC;
}

