/* styles */

/* Standard Page Elements */
body{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;	
	font-size: 11px;
	color: rgb(51,51,0);
	background-color: rgb(240,239,236);
	scrollbar-face-color: rgb(233,206,135);
	scrollbar-shadow-color: rgb(091,081,053);
	scrollbar-highlight-color: rgb(255,236,218);
	scrollbar-3dlight-color: rgb(233,206,135);
	scrollbar-darkshadow-color: rgb(091,081,053);
	scrollbar-track-color: rgb(193,072,023);
	scrollbar-arrow-color: rgb(193,072,023);
	margin-top: 0px;
	margin-left: 0px;
	}
	
ul	{list-style-type: circle;
	list-style-position: outside;
	}
	
td	{font-size: 12px;
	}

a:link {color: rgb(51,51,0);
		text-decoration: none;
		font-weight: bold;
		}
a:visited {color: rgb(51,51,0);
		text-decoration: none;
		font-weight: bold;
		}
a:hover {color: rgb(193,72,23);
		text-decoration: underline;
		font-weight: bold;
		}
	
/* Top Elements, picture and above */

#box{z-index: 20;
	width: 550px;
	height: 30 px;
	color: rgb(255,236,218);
	padding: 5px;
	text-align: center;
	background-color: rgb(198,113,010);
	border: 2px solid;
	border-color: rgb(091,081,053);
	position: absolute;
	top: 55px;
	left: 0px;
	}