*
{
}

html
{
	font-size:					100.1%;
}

body 
{
    margin : 					0;
    padding: 					0;
    font-family:           	 	Tahoma, Arial, Helvetica, sans-serif;
    
    color:                  	#636363;
    background:             	#1C3A20;
    
}

a 
{
	color:						#555555;
    text-decoration: 			none;
}

img 
{
    border: 					0px;
}

form
{
    /* solves the IE form-tag spacing problem */
    display:                    inline;
}

hr
{
	height:						1px;
	color:						#8E8E8E;
	background-color:			#8E8E8E;
	margin:						15px 0;
	border:						0 solid #000000;
}

div.clear
{
    clear:                      both;
    font-size:                  1px;
    height:                     1px;
	line-height:				1px;
}

ul>br
{
	display:					none;
}


/*
 *  -- common link styles
 */
 
a, a:link, a:visited, a:active, a:focus
{
    text-decoration:            none;
}

a:hover, a:focus
{
    text-decoration:            underline;
}


/* Headline definitions */

h1,
h2
{
	margin:						4px 0px 10px 0px;
	color:						#29261F;
	font-size:					1.3em;
}

h2
{
	font-size:					1em;
}

h2.dark
{
	color:                     #29261F;
}

/* 
 * -- style for XHTML_Text 
 */
 
table.var_dump          { border-collapse:separate; border:1px solid black; border-spacing:0; font-size: 10px; }
table.var_dump tr       { color:#006600; background:#F8F8F8; vertical-align:top; }
table.var_dump tr.alt   { color:#006600; background:#E8E8E8; }
table.var_dump th       { padding:4px; color:black; background:#CCCCCC; text-align:left; }
table.var_dump td       { padding:4px; }
table.var_dump caption  { caption-side:top; color:white; background:#339900; }
table.var_dump i        { color: #000000; background: transparent; font-style: normal; } 
