body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/p_01.gif);
	background-repeat:repeat-x;
	background-color:#f1f1e7;
	margin: 0px;
}
body, div, span, td, pre, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
p {
	line-height:1.5em;
}
a:link, a:active, a:hover, a:visited{
	color:#7fa100;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 20px;
}
.mainmenu {
	padding-left:20px;
	padding-right:20px;
	color:#FFFFFF;
	font-size:16px;
	background-image:url(../images/p_10.gif);
}
.active {
	padding-left:20px;
	padding-right:20px;
	color:#FFFFFF;
	font-size:16px;
	background-image:url(../images/p_14.gif);
}
.mainmenu a:link, .mainmenu a:visited, .mainmenu a:active, .mainmenu a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.mainmenu_active a:link, .mainmenu_active a:visited, .mainmenu_active a:active, .mainmenu_active a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.logout {
	padding-left:20px;
	padding-right:20px;
	color:#252525;
	font-size:16px;
	background-image:url(../images/p_22.gif);
}
.logout a:link, .logout a:active, .logout a:hover, .logout a:visited{
	color:#252525;
	text-decoration:none;
}
.copyright{
	color:#666666;
	font-size:10px;
}
.toplinks {
	font-size:11px;
	color:#666666;
	text-align:right;
	padding-right:5px;
}
.toplinks a:link, .toplinks a:active, .toplinks a:hover, .toplinks a:visited{
	color:#666666;
	text-decoration:none;
}
.breadcrumbs {
	font-size:11px;
	padding-left:6px;
	color:#333333;
}
.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:hover, .breadcrumbs a:visited{
	color:#006600;
}
.tablecontent {
	font-size: 12px;
}
.tableheading {
	font-size: 12px;
	font-weight: bold;
}
.pageheading{
	font-size:18px;
	font-weight:bold;
}
.small {
    font-size: 8pt;
    font-weight: normal;
}

.important
{
    color: #800000;
}

.copyright
{
    text-align: center;
    display: block;
    width: 100%;
	color:#969696;
	font-size:7pt;
	margin-top:20px;
}
/****************** tables *************/

.rowNormal{
    background-color:#FFFFFF;
}.rowOver{
    background-color:#ffdfdf;
    cursor: pointer;
}

#login_form input.default {
	color:#666666;
}
#login_form input.text {
	background-color:#FFFF99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
}
