html,body
{
	background-color:#E1E1E1;
    scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	background-image:url(/images/bg.jpg);background-repeat:repeat-x;

	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

.PageBreak		{PAGE-BREAK-AFTER: always;}

img	{border-width: 0px 0px 0px 0px;}

div	{padding:0px 0px 0px 0px;border-width: 0px 0px 0px 0px;}


A:link			{font-family:Verdana; font-size:8pt; color:#616161; font-weight:normal; line-height:130%; text-decoration:underline;}
A:visited		{font-family:Verdana; font-size:8pt; color:#616161; font-weight:normal; line-height:130%; text-decoration:underline;}
A:active		{font-family:Verdana; font-size:8pt; color:#616161; font-weight:normal; line-height:130%; text-decoration:underline;}
A:hover			{font-family:Verdana; font-size:8pt; color:#616161; font-weight:normal; line-height:130%; text-decoration:underline;}

div#MainContainer{
		margin:auto;		
		width:902px;		
}
div#MenuBar{
	float:left;
	width:902px;
	height:29px;
}
	div#MenuBarLeft{
		float:left;
		width:9px;
		height:29px;
		background-image:url(/Images/menu_left.jpg);
		background-repeat:no-repeat;
	}
	div#MenuBarBody{
		float:left;
		width:884px;
		height:29px;
		background-image:url(/Images/menu_bg.jpg);
		background-repeat:repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFFFFF;
	}
	div#MenuBarRight{
		float:left;
		width:9px;
		height:29px;
		background-image:url(/Images/menu_right.jpg);
		background-repeat:no-repeat;
	}