BODY{

	background-color:#50514c;
	background-image:url("images/bg.jpg");
	background-repeat:repeat-x;

}

.shadow_left
{
    background-position:right;
    background-image:url("images/shadow_left.gif");
    background-repeat:repeat-y;
    vertical-align:top;
    
    height:100%
}


.grunge_left
{
    background-position:right;
    background-image:url(images/grunge_left.jpg);
    background-repeat:no-repeat;
    
    height:707px
}

.shadow_right
{
    background-position:left;
    background-image:url("images/shadow_right.gif");
    background-repeat:repeat-y;
    vertical-align:top;
    
    height:100%
}


.grunge_right
{
    background-position:left;
    background-image:url(images/grunge_right.jpg);
    background-repeat:no-repeat;
    
    height:707px
}

TD{

	font-family:Verdana;
	font-size:8pt;
	
}


TD.submenu{

	font-family:Verdana;
	font-size:7pt;
	
}

TD.submenu A{

	font-family:Verdana;
	font-size:7pt;
	color:560000;
	text-decoration:none;
	
}

TD.submenu A:hover{

	font-family:Verdana;
	font-size:7pt;
	color:000000;
	text-decoration:none;
	
}


TD.bodytext{

	padding-right:20px;
	padding-left:10px;
	padding-top:20px;
	
}