body,td	{
	font-family: 		"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 		10pt;
	}
	
h1	{
	font-size: 		large;
	margin-top:		0.5em;
	margin-bottom:		-4px;
	}
	
p	{
	margin-top:		0.5em;
	margin-bottom:		0.5em;
	}
	
h2	{
	font-size: 		large;
	margin-bottom:		0px;
	}

h3	{
	font-size: 		12pt;
	}

ul	{
	margin-top:		0.4em;
	margin-bottom:		0.1em;
	}
	
li	{
	margin-top:		0.5em;
	margin-bottom:		0.5em;
	}
	
.menu	{ /* vertical line to the left */
	border-style:		solid;
	border-width:		0px;
	border-left-width: 	1px;
	
	padding-left:		1em;
	margin-left:		1px;
	}
	
.top	{
	position: relative;
	top:	0px;
	}
	
.Main	{/* other settings 
	height:			300px;
	width:			526px;*/
	overflow: 		auto;
	scrollbar-track-color:	#E5F0D1;

	text-align:		left;
	margin-top:		2px;
	margin-left:		0px;
	margin-bottom:		1em;
	}
	
.Footer	{
	font-size:		8pt;
	background-color:	#beda8b;
	}
	
.next	{
	text-align:		right;
	}
	
.BGmain	{
	background-image:	url(images/mainbg.gif);
	background-repeat:	no-repeat;
	background-color:	#beda8b;
	}
	
.BGtop
	{
	background-image: 	url(images/main1.gif);
	background-repeat:	no-repeat;
	}

.BGbot
	{
	background-image: 	url(images/main1_repeat.gif);
	background-repeat:	repeat-y;
	}

.BGhead {
	background-image:	url(images/header.gif);
	background-repeat:	no-repeat;
	height:	100px;
	}

.menu,.menu:visited {
	position:		relative;
	left:			370px;
	text-overflow : 	ellipsis; 
	overflow : 		hidden;
	color:			white;
	font-size:		12px;
	font-weight:		normal;
	text-decoration:	none;
	border-left-color: 	white;
	}

.menu:hover	{
	color:			black;
	text-decoration: 	underline;
	border-color: 		#ffffff;
	font-weight:		normal;
	}

.warning	{
	color:			red;
	font-weight:		bold;
	font-size:		11pt;
	}
	
.colhead {
	font-weight:		bold;
	font-size:		11pt;
	}
	
.colhead_sm {
	font-weight:		bold;
	font-size:		9pt;
	}

.inactive	{
	color:			#999999;
	}