/*
===========================================================================
CONTENT
===========================================================================
*/

BODY {
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	font-family: tahoma, trebuchet ms, verdana, arial, times new roman, sans-serif;
	margin-bottom : 2px;
	margin-left : 2px;
	margin-right : 2px;
	margin-top : 2px;
	}
.text {
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	font-family: tahoma, trebuchet ms, verdana, arial, times new roman, sans-serif;
	}
.info {
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-family: tahoma, trebuchet ms, verdana, arial, times new roman, sans-serif;
	}
.title {
	font-size: 12pt;
	text-decoration: none;
	text-align:left;
	font-weight: bold;
	color: #FFFFFF;
	font-family: tahoma, trebuchet ms, verdana, arial, times new roman, sans-serif;
	padding: 3px 3px 3px 5px;
	background-image:url(images/hud_title_bg.gif);
	background-repeat:repeat-y;
	}
.title_print {
	height:24px;
	font-size: 12pt;
	text-decoration: none;
	text-align:left;
	font-weight: bold;
	color: #6C0010;
	font-family: tahoma, trebuchet ms, verdana, arial, times new roman, sans-serif;
	padding: 3px 3px 3px 10px;
	background-image:url(images/hud_title_bg_print.gif);
	background-repeat:no-repeat;
	}
.fine {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-family: tahoma, trebuchet ms, verdana, arial, times new roman, sans-serif;
	}
.error {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	background-color:#FFF9FA;
	font-family: tahoma, trebuchet ms, verdana, arial, times new roman, sans-serif;
	}
.formelement {
	border-width: 1px;
	border-style: groove;
	font-size: 8pt;
	background-color: #FFFFFF;
	border-color: #999999;
	font-family: tahoma, trebuchet ms, verdana, arial, times new roman, sans-serif;
	text-decoration: none;
	}

/*
===========================================================================
DEFAULT TAG BEHAVIOURS
===========================================================================
*/
IMG {
	border:0px;
}


/*
===========================================================================
LINKS
===========================================================================
*/
A:link
	{
	font-size: 10pt;
	color: #000066;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: none;
	}
A:visited
	{
	font-size: 10pt;
	color: #000066;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: none;
	}
A:hover
	{
	font-size: 10pt;
	color: #0000FF;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: underline;
	}
A:active
	{
	font-size: 10pt;
	color: #996600;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: none;
	}

A.menulink:link
	{
	font-size: 10pt;
	color: #000099;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: none;
	}
A.menulink:visited
	{
	font-size: 10pt;
	color: #000066;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: none;
	}
A.menulink:hover
	{
	font-size: 10pt;
	color: #0000FF;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: underline;
	}
A.menulink:active
	{
	font-size: 10pt;
	color: #996600;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: none;
	}

A.finelink:link
	{
	font-size: 8pt;
	color: #000099;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: none;
	}
A.finelink:visited
	{
	font-size: 8pt;
	color: #000066;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: none;
	}
A.finelink:hover
	{
	font-size: 8pt;
	color: #0000FF;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: underline;
	}
A.finelink:active
	{
	font-size: 8pt;
	color: #996600;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	text-decoration: none;
	}

/*
===========================================================================
SPECIFIC AREAS
===========================================================================
*/

.table_master {
	width:760px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	}

.table_formlayout {
	width:100%;
	border-width: 0px;
	padding: 2px;
	margin: 2px;
	}

.table_menu {
	width:200px;
	font-size: 8pt;
	color: #666666;
	padding: 10px 0px 10px 10px;
	text-decoration: none;
	font-family: tahoma, trebuchet ms, verdana, arial, helvetica, times new roman, sans-serif;
	background-image:url(images/hud_menu_bg.gif);
	background-repeat:repeat-y;
/*
bottom margin causes problems with short pages
*/
	border-bottom-width:1px;
	border-bottom-color:#6C0010;
	border-bottom-style:solid;
	}

.table_body {
	width:560px;
	font-size: 10pt;
	text-decoration: none;
	color: #000000;
	font-family: tahoma, trebuchet ms, verdana, arial, times new roman, sans-serif;
	padding: 15px;
}


.hud_header {
	border-bottom-width:1px;
	border-bottom-color:#6C0010;
	border-bottom-style:solid;
	}

.hud_breadcrumb {
	padding: 2px;
	font-size: 8pt;
	color:#666666;
	border-bottom-width:1px;
	border-bottom-color:#6C0010;
	border-bottom-style:solid;
}

.hud_footer {
	border-top-width:1px;
	border-top-color:#6C0010;
	border-top-style:solid;
	}

.toolkit_body {
	padding-left:10px;
	padding-right:10px;
}








