/* 1.0 TEXTUAL DECLARACTIONS */	
.content {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #5d5d5d; line-height:13px; }

a { font-size: 10px; color: #92141E; line-height:13px; text-decoration:none; }
a:hover { font-size: 10px; color: #92141E; line-height:13px; text-decoration:underline;  }
#privacy a { font-size: 10px; color: #888888; line-height:13px; text-decoration:none; }
#privacy a:hover { font-size: 10px; color: #888888; line-height:13px; text-decoration:underline;  }
.news {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #5d5d5d; line-height:13px; }
.footer {  font-family: Verdana, Helvetica, sans-serif; font-size: 9px; color: #888888}

#worklist
{
	margin-left:5px;
	margin-top:10px;
}

#worklist a 
{
	font-size: 9px; color: #92141E; line-height:20px; text-decoration:none;
}
#worklist a:hover
{
	color: #92141E; text-decoration:underline;
}

body 
{
	background:url(../_img/background.jpg);
	background-repeat:repeat-x;
	background-color:#f0f0f0;
}
	
