/* CSS Document */

html	{height:100%;}

body	{font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		margin:0px;
		background-position:top left;
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-color:#47783F;
		height:100%;
		scrollbar-face-color:white;
		scrollbar-highlight-color:white;
		scrollbar-3dlight-color:white;
		scrollbar-darkshadow-color:white;
		scrollbar-shadow-color:#697B7D;
		scrollbar-arrow-color:#697B7D;
		scrollbar-track-color:white;}

img	{display:block;}

table	{font-size:10px;}

td	{vertical-align:top;}



a	{text-decoration:none;
	color:#CC0000;
	font-size:10px;}
	
a:hover	{color:#FF6600;
		text-decoration:underline;}



a.cubix	{font-size:10px;
			color:#DF2D82;
			text-decoration:none;}
			
a.cubix:hover	{color:#AC0D51;
		text-decoration:underline;}							


a.menu	{color:#FFFFFF;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		padding-left:20px;
		background-image:url(img/bullet_menu.jpg);
		background-position:left;
		background-repeat:no-repeat;
		line-height:20px;}

a.menu:hover	{background-image:url(img/bullet_menu_over.jpg);
				color:#FF9900;}
				
a.submenu	{color:#333333;
		font-size:10px;
		text-decoration:none;
		padding-left:20px;
		background-image:url(img/bullet_submenu.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		line-height:20px;}

a.submenu:hover	{background-image:url(img/bullet_submenu_over.jpg);
				color:#FF9900;}
				
	.transparent	{float:none;
					filter:alpha(opacity=80);
					-moz-opacity:.90;
					opacity:.90;}


h1	{font-family:garamond;
		font-weight:bold;
		font-size:26px;
		color:#CC0000;
		margin-top:0px;
		margin-bottom:0px;}

h2	{font-family:garamond;
		font-weight:bold;
		font-size:20px;
		color:#EC6C42;
		margin-top:0px;
		margin-bottom:10px;}
		
		
 .popupheader {
	width:360;
	background:#ffffff;
	border:0px solid #C4D5E3;
	font-weight:bold;
	padding:10px;
	display:none;
	height:1px;}
 
 .popupbody {
	width:360;
	background:#ffffff;
	color:#333333;
	border:1px solid #C4D5E3;
	border-right:1px solid #C4D5E3;
	border-bottom:1px solid #C4D5E3;
	padding:10px;
	font-size:10px;}
	
#cubix		{color:#ffffff;
			position:fixed;
			bottom:210px;
			right:10px;}	

		
		