*
{
    font-family:            Verdana, Arial, Helvetica, sans-serif;
}

html
{
     
}

body 
{
    margin : 				0;
    padding: 				0;
    font-size: 				100.1%;
    font-family: 			Verdana, Geneva, Helvetica, sans-serif;
    background:             #fc0;
    

    text-align: center;
}

a 
{
	color:					#77777B;
    text-decoration: 		none;
}

img 
{
    border: 				0px;
}

form
{
    
    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;
}



 
a, a:link, a:visited, a:hover, a:active, a:focus
{
    
}

a:hover, a:focus
{
    text-decoration:                underline;
}



/* 
 * -- 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; } 

