/*******************************************************
  Main 
/*******************************************************/
html, body 
{
	width				: 100%;
	height				: 100%;
}
body 
{	
	background-color	: #FFF;
	margin				: 0;
	padding				: 0;
}
body, td, div 
{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #000000;
	vertical-align		: top;
}
/*******************************************************
  Header/Paragraph
/*******************************************************/
h1, h2, h3, h4, h5 
{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
}
p 
{
	line-height			: 16px;
	font-size			: 12px;
}
li
{
	color: #662A3F;
}
/*******************************************************
  Hyperlinks
/*******************************************************/
a, a:link, a:visited, a:active, a:hover
{
	color: #662A3F;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.menu a, .menu a:link, .menu a:visited, .menu a:active, .menu a:hover
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.nodec, a.nodec:link, a.nodec:visited, a.nodec:active, a.nodec:hover
{
	text-decoration: none;
}
/*******************************************************
  Tables
/*******************************************************/
table.main
{
	height: 100%;
}
table.menu	
{
	background-color: #E43117;
	width: 112px;
	height: 224px;
	text-align: left;
}
table.directmenu
{
	width: 160px;
	height: 170px;
	text-align: left;
}
.mnuOn, .mnuOff
{
	height: 15px;
	color: #FFFFFF;
	padding-left: 8px;
	font-weight: bold;
	background: no-repeat right;
	font-size: 12px;
	width: 112px;
}
.mnuOn
{
	background-image:url(../img/bul_menu_on.gif);
}
.mnuOff
{
	background-image:url(../img/bul_menu_off.gif);
}
.snelbuttons
{
	margin-left: 11px;
	margin-top: 9px;
	height: 45px;
}
.snelbuttons img
{
	margin-right:10px;
}
.mnuSpace   
{
	height: 17px;
	empty-cells:show;
}
.mnu1stSpace
{
	height: 9px;
	empty-cells:show;
}
.directkp
{
	height: 17px;
	color: #AB8BAB;
	padding: 6px 0px 2px 9px;
	font-weight: bold;
}
.dmnuOn, .dmnuOff
{
	height: 17px;
	padding-left: 11px;
	font-weight: bold;
	background: no-repeat left;
}
.dmnuOff a
{
	text-decoration: none;
}
.dmnuOn
{
	background-image:url(../img/bul_dmenu_on.gif);
}
.dmnuOff
{
	background-image:url(../img/bul_dmenu_off.gif);
}
		

