/* Main Classes */

body 
	{
	background: url('BL-L-05-BG.png');
	margin: 0;
	color:#000000;
	font-family: Georgia;
	font-size : 7pt;
	text-align: left;
	scrollbar-face-color: #BEBEBE; 
	scrollbar-shadow-color: #BEBEBE; 
	scrollbar-highlight-color: #BEBEBE; 
	scrollbar-3dlight-color: #BEBEBE; 
	scrollbar-darkshadow-color: #BEBEBE;
	scrollbar-track-color: #BEBEBE; 
	scrollbar-arrow-color: #000000;
	}

h1
	{
	color:#D8D8D8; 
	background-color:#3A4357;
	border-left: 4px solid #3A4357;
	line-height:10pt;
	font-family:Courier New;
	text-align:left; 
	font-weight: Bold; 
	font-size: 10pt;
	margin-bottom:0px; 
	width:100%;
	}

h2 
	{
	font-family: Tahoma;
	color:#3C6280;
	border-bottom: 1px solid #3C6280;
	font-style:bold;
	font-size:8pt;
	margin-bottom:5px;
	border-bottom: 1px solid #3C6280;
	height:10pt;
	}

h3
	{
	font-family: Tahoma;
	background-color:#77833F;
	color:#FFFFFF;
	text-align:right; 
	font-style:bold;
	font-size:7pt;
	margin-bottom:5px;
	height:9pt;
	}

h4
	{
	color:#77833F;
	font-size: 12pt;
	background-color: #77833F;
	line-height: 5px;
	text-align: right;
	margin-bottom:0px;
	}

input, textarea
	{
	color:#77833F;
	background-color: #FFFFFF;
	font-size:8pt;
	font-family: Tahoma;
	border:1px solid #77833F;
	margin-top:1px;
	margin-bottom:1px;
	}

b 	{
	color:#3A4357;
	}

u	{
	color:#3A4357;
	}

i 	{
	color:#3A4357;
	}

/* Div Classes */

#content 
	{
	background-color: #BEBEBE;
	width: 299px;
	text-align: justify;
	padding-left:0px;
	padding-right:0px;
	}

#menu 
	{
	background-color: #BEBEBE;
	width: 100px;
	text-align: justify;
	padding-left:0px;
	padding-right:0px;
	}

/* Links */

a:link, a:visited, a:active 
	{
	color : #77833F;
	line-height : 10px;
	text-decoration : none;
	border-bottom : 0px solid #FFFFFF;
 	letter-spacing : 0pt;
	cursor:default;
	font-size: 7pt;
	}

a:hover 
	{
	color : #828282;
	font-weight : none;
	border-bottom : 0px solid #FFFFFF;
	text-decoration : none;
	cursor:default;
	font-size: 7pt;
	}

a.nav, a.nav:link, a.nav:active, a.nav:visited   
	{
	color: #000000;
	height:12px;
	background-color:#BEBEBE;
	border: 0px; 
	display: block;
	width:100%;
	margin: 0px auto;
	text-align:left;
	font-size: 7pt;
	}

a.nav:hover  
	{
	color: #000000;
	height:12px;
	background-color: #9C9C9C;
	border: 0px; 
	display: block;
	width:100%;
	margin: 0px auto;
	text-align:left;
	font-size: 7pt;
	}
