body {
    
    background-color:     #ffffff;
    
    font-family: arial;
	font-size: 13px;
	color: #333333;

	line-height: 15pt;
    
}



a {
    text-decoration:    none;

	font-family: arial;
	font-size: 13px;
	color: #0190bc;
}

a:hover {
    text-decoration:    underline;

	font-family: arial;
	font-size: 13px;
	color: #e89604;
}

a:visited {
    text-decoration:    none;

	font-family: arial;
	font-size: 13px;
	color: #1a7c9a;
}

td {

    font-family: arial;
	font-size: 13px;
	color: #2e2e2e;
    
	line-height: 15pt;

	}
	

td.dash {
border-bottom: 1px dashed #d6d6d6;
}



input[type=text] {
width: 172px; 
height: 21px; 
border: 1px solid #a3a1a1; 
padding: 1px; 
line-height: 22px;
	}

input[type=password] {
width: 172px; 
height: 21px; 
border: 1px solid #a3a1a1; 
padding: 1px; 
line-height: 22px;
	}



table.table
{
	border-collapse:collapse;
	border: 1px solid #d6d6d6;
}
table.table TH
{
	border: 1px solid #d6d6d6;
	position:relative;
	font-weight: bold;
	text-align: left;
}
table.table TD
{
	border: 1px solid #d6d6d6;
	position:relative;
}
