a:link {
	text-decoration: none;
}

body,table {
	margin:0;
	/*background: #271411;*/
	font-family: Arial,Verdana,Sans-serif;
	font-size: 12px;
}
body {margin-left:40;}

.headline1{
font-size: 22px;
font-weight:bold;
color: #ee1c24;
line-height: 56pt;
text-decoration: none;
}

#menu a:link {
	color: #0000fe;
	text-decoration: none;
}

#menu a:visited {
	color: #0000fe;
	text-decoration: none;
}

#menu a:hover {
	color:#040499;
	text-decoration: none;
}

.button
{
	/*cursor: default;*/
	font-family: Arial,Verdana,Sans-serif;
	font: menu;
	text-decoration: none;
}

.buttonlabel{
	font-size: 14px;
	font-family: Arial,Verdana,Sans-serif;
	height: 15px;
	/* may cause windows bug:
	   position: relative;
	
	*/
	cursor: default;

	padding: 0px 3px 1px 8px;
	text-decoration: none;
	
	/** padding/margin Causes Freeze in
	 *  Windows IE6.
	 *  Bug discovered by 
	 *  Michael of 13thparallel.org
	 *
	 * padding: .05em .5em .05em .4em;
	 * margin: 1px 1px 0px 1px;
	 */
	
	color: #FF1E00;
	border-width: 1px;
}
.buttonlabel img {
	margin-bottom: -4px;
	margin-right: -3px;
}


/* label mouseover state  */
.labelHover {
	color: #FB2F00;
}

/* depressed label state  */
.labelDown {
	color: #FB2F00;
}

/* depressed label mouseover state  */
.labelHover.labelDown {
}


.menuNode {
	font-size: 14px;
	/* 
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	*/
	height: 17px;
}

.menuNode a, .menuItem a{
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	padding: 0px 3px 1px 8px;
	text-decoration: none;
	width: auto;
}

.menuNode a:hover, .menuItem a:hover{
	text-decoration: underline;
}

.menu {
	padding-left: 6px;
	font-family: Arial,Verdana,Sans-serif;
 }

 .menu .menu, .menu .menu .menu{ /* submenus & submenus' submenus  */
	border-left: 1px solid #BBBBBB;
	padding-left: 10px;
 }			 
 .menu .menu .menu{ /* submenus' submenus  */
	height:1%;
 }			 


/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   ___________________                                */
/*
h2 {
	color: #ffc7a9;
	text-align: center;
	font-family: Arial,Verdana,Sans-serif;
}
*/
#menu {
	overflow: auto;
	margin: 0;
	white-space: nowrap;
}

#contents {
	background-color: #79433a;
	font-family: Arial,Verdana,Sans-serif;
	color: #000;
	margin: 16px 210px;
	height: auto;
	width: 540px;
	padding: 20px;
}
/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   __________________                                 */
@media print {

	title { display: none }
	#menu {
		width: 0;
		height: 0;
		padding: 0px;
		margin: 0;
		display: none;
	}

}