
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Tahoma, Arial, Verdana, sans-serif;
	width: 100%;
}

#wrapper {
margin:0 auto;
padding:10px 10px;
width:944px;
}


a:link, a:visited{
font-family: Arial,Tahoma,Verdana,sans-serif;
text-decoration:underline;
font-weight:normal;
font-size:12px;
color:#83af31;
}

a:hover {
text-decoration:none;
}

#title a:link, #title a:visited{
font-family: Arial,Tahoma,Verdana,sans-serif;
text-decoration:none;
font-weight:bold;
font-size:12px;
color:#83af31;
}

#title a:hover {
text-decoration:underline;
}


.notes{
font-family: Tahoma,sans-serif;
font-weight:normal;
font-size:12px;
color:#000000;
margin-top:10px; 
margin-left:10px; 
margin-right:10px;
padding: 2px 2px 2px 2px; 
border: 1px solid #cfcfcf; 

}

.notes a:link, .notes a:visited{
font-family: Tahoma,sans-serif;
text-decoration:underline;
font-weight:normal;
font-size:12px;
color:#83af31;
}

.notes a:hover {
text-decoration:none;
}

.remarks{
color: #00803C;
}


.notes div{
padding: 2px 2px 2px 2px; 
font-size:10px;
background:#cfcfcf;
 
}

.itemdate
{
 font-family: Tahoma,sans-serif;
 font-weight:bold;
 font-size:10px;
 color: #8A8A8A;
}




