html
{
	height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    
    
}

h1
{
	font-size: 14px;
	font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
	color: #111;
}

body, p, div, #fe_list td, td
{
	font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
	color: #111;
}
#fe_list th
{
	font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

img
{
	border: 0;
}


#fe_list td
{
	
	border-bottom: 1px solid #B84743;
}



a:link, a:visited, a:active
{
	text-decoration: none;
    color: #DA6F00; 
}
 
a:hover 
{
    color: #A60400; 
	text-decoration: underline;		
}
 
 
.errortext
{
	color: red;
}
