/*

image-background-color: #4B565C;

Backgound=#000000
Title=#808080
Navigation=#808080
Content=#000000
Description=#808080
Highlight=#808080
Border=#ffffff
*/

body 
{
	font-family: verdana,arial,helvetica; 
	font-size: 12px; 
	background-color: #4B565C;
	color: #e0e0e0;
}

image
{
	border-color: #ffffff;
}

a:link {color:"#4B565C";}
a:visited {color:"#4B565C";}
a:hover {color:"#4B565C";}


.annotation
{
	font-size: 12px;
}

.navigation
{
	font-size: 10px;
}

.title
{
	font-size: 18px;
}

.footer
{
	font-size: 10px;
}

.description
{
	font-size: 12px;
}


#title
{
    background-color: #808080;
    border: #ffffff 1px solid;
	padding: 5px;
}

#navigation
{
	background-color: #808080;
    border: #ffffff 1px solid;
	padding: 5px;
}



#description
{
	background-color: #808080;
    border: #ffffff 1px solid;
	padding: 5px;
}






