body {
	scrollbar-face-color		: #DDDDDD;
	scrollbar-highlight-color	: #666666;
	scrollbar-shadow-color		: #666666;
	scrollbar-3dlight-color		: #DDDDDD;	
	scrollbar-arrow-color		: #666666;
	scrollbar-track-color		: #EEEEEE;
	scrollbar-darkshadow-color	: #DDDDDD;
    margin						: 0px;
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 8pt;
	font-weight					: normal;
	text-decoration				: none;
	color						: #000000;
}

/* Form elements */
input, textarea, select {
	font-size 			: 8pt;
	color 				: #000000;
	font-family			: Arial, Helvetica, sans-serif;
	font-weight			: normal;
	border-width		: 1px;
	border-color		: #A1A1A1;
	border-style		: solid;
	background-color	: #EFEFEF;
	vertical-align		: middle;
}
h1 {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12pt;
	font-weight			: bold;
	color				: #000000;
	text-decoration		: none;
}
a, p, td {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 8pt;
	font-weight			: normal;
	color				: #000000;
	text-decoration		: none;
}
a:link   	{ text-decoration: none; 	color: #000000; }
a:visited 	{ text-decoration: none; 	color: #000000; }
a:hover 	{ text-decoration: underline;	color:#666666; }
/*menu*/
.menuhead
{
	font-family			: Arial, Helvetica, sans-serif;
	color				: #373737;
	font-size			: 14px;
	padding-left		: 5px;
}
/* Page link */
.sidelink {

	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #838282;
	text-decoration		: none;
	font-weight			: normal;
	padding-left		: 5px;
}
a.sidelink:link   	{ text-decoration: none; 	color: #838282; }
a.sidelink:visited 	{ text-decoration: none; 	color: #838282; }
a.sidelink:hover 	{ text-decoration: underline;	color: #3C3C3C; }


.navigation {

	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 13px;
	color				: #DDDDDD;
	text-decoration		: none;
	font-weight			: normal;
	background-image	: url(../images/nav_bg.jpg);
}
a.navigation:link   	{ text-decoration: none; 	color: #DDDDDD; }
a.navigation:visited 	{ text-decoration: none; 	color: #DDDDDD; }
a.navigation:hover 	{ text-decoration: underline;	color: #DDDDDD; }

.innerlink {

	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #373737;
	text-decoration		: none;
	font-weight			: normal;
	background-color	: #F0F0F0;
}
a.innerlink:link   	{ text-decoration: none; 	color: #373737; }
a.innerlink:visited 	{ text-decoration: none; 	color: #373737; }
a.innerlink:hover 	{ text-decoration: underline;	color: #3C3C3C; }

/* Copyright info */
.copyright{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color			: #373737;
	text-decoration	: none;
}
a.copyright			{ text-decoration: none; 	color: #373737; }
a.copyright:link   	{ text-decoration: none; 	color: #373737; }
a.copyright:hover 	{ text-decoration: underline;	color: #3C3C3C; }


/*body*/
.gentext{
	font-size 		: 12px;
	color 			: #616161;
	font-family		: Arial, Helvetica, sans-serif;
}

/*  Message */
.mandatoryMark
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	color			: #FF3300;
}
.mandatory
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 9pt;
	font-weight		: normal;
	color			: #FF0000;
}
.successMsg
{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #990000;
}

