A 
{
	color: #000000;
	text-decoration: underline;
	font-family: verdana, arial;
}

A:visited 
{
	color: #5a595a;
	text-decoration: underline;
	font-family: verdana, arial;
}

A:active 
{
	color: #5a595a;
	text-decoration: underline;
	font-family: verdana, arial;
}

A:hover 
{
	color: #5a595a;
	text-decoration: none;
	font-family: verdana, arial;
}

FORM 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

BODY 
{
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, arial;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

TD 
{
	font-family: verdana, arial;
	font-size: 12px;
	color: #000000;
}	

INPUT
{
    border: 1px solid #B0B0B0;	
    font-family: verdana, arial;
    font-size: 11px;
    height: 20px;
    vertical-align: middle;
    color: #000000;
}

SELECT
{
	font-family: verdana, arial;
	font-size: 11px;
	color: #000000;
}

TEXTAREA
{
	overflow: auto;
	font-family: verdana, arial;
	font-size: 11px;
	color: #000000;
	border: 1px solid #B0B0B0;	
}

.button
{
	height: 20px;
	font-family: verdana, arial;
	font-size: 12px;
    cursor: pointer;
    padding: 0px;
    border: 1px solid #000000;
}

.top_tile
{
    background-image: url(../images/top_tile.gif);
    background-position: left top;
    background-repeat: repeat-x;
    height: 60px;
    width: 100%;        
}

.bottom_tile
{
    background-image: url(../images/bottom_tile.gif);
    background-position: left top;
    background-repeat: repeat-x;
    height: 52px;
    width: 100%;        
}

.pageheader
{
    font-family: verdana, arial;
    font-size: 14px; 
    font-weight: bold;
    padding-bottom: 6px;
}