
/*           LINKS         */

a:link {font-size: 10px; color: #696551; text-decoration : none;}
a:visited {font-size: 10px; color: #696551;text-decoration : none;}
a:active {font-size: 10px; color: #D58800; text-decoration : underline;}
a:hover {font-size: 10px; color: #C78800; text-decoration : underline;}

/*           TABLE         */

td.content {
	background-color: #696551;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
div.content {
    width: 605px;
	border-bottom: 1px solid #84848e;
	border-top: 1px solid #84848e;
	border-right: 1px solid #84848e;
	border-left: 1px solid #84848e;

    margin-top: 2px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
	
	margin-color: red;
	padding: 9px;
	background-color: white; 
}
div.iecontent {
    width: 625px;
	border-bottom: 1px solid #84848e;
	border-top: 1px solid #84848e;
	border-right: 1px solid #84848e;
	border-left: 1px solid #84848e;

    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
	
	margin-color: red;
	padding: 9px;
	background-color: white; 
}


tr {
    font-family: verdana, sans serif;
	font-size: 10px;
	font-weight: 400;
	color: #696551;
}

td, dl, p, div, form {
    font-family: verdana, sans serif;
	font-size: 10px;
	font-weight: 400;
	color: #696551;
}
 
 .date{
	color: #666666;
	font-family: verdana, sans serif;
	font-size: 9 px;
	}