
body {
    background-color: #FDF5EA;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #333333;
    text-align: justify;
	margin-bottom: 0px;
	margin-top: 10px;
}

p, td {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #333333;
    text-align: justify;
}

.title {
    font-family: Arial;
    font-size: 11pt;
    color: #333333;
    font-weight: bold;
    text-align: center;
}


A, A:link, A:visited {
    font-weight: bold;
    text-decoration: none;
    color: red;
}

A:hover {
    font-weight: bold;
    text-decoration: underline;
    color: red;
}

hr { border: 0; color: #865500; background-color: #865500; height: 1px; }
hr.orange { border: 0; color: #FF6100; background-color: #FF6100; height: 1px; }
hr.green { border: 0; color: green; background-color: #FF6100; height: 1px; }

img.bord { border-width: 1px; border-style: solid; border-color : #FFB95A; }

.menu { font-family: Verdana, Arial; 
		font-size: 10px; 
		font-weight: bold; 
		text-decoration: none; 
		color: #FFFFFF;
}      

.nolink {
    font-weight: bold;
    text-decoration: none;
    color: red;
}