body
{
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#333;
	background-color:#fff;
}

a:link, a:visited 
{ 
	font-weight:bold;
	color:#cc0000;
	text-decoration:none; 
}
	
a:hover { text-decoration:line-through; }

#Wrapper
{
	width:692px;
	padding:3px;
	border:1px solid #333;
	margin:auto;
	text-align:left;
	background-color:#fff;
	background-image:url(greyzen_gear.png);
	background-repeat:no-repeat;
}
#BreadCrumb
{
	margin:0;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	padding:5px;
}
#Footer
{
	margin:0;
	padding-top:10px;
	border-top:1px dotted #666;
}

h1
{
	padding-bottom:10px;
	margin:0;
}
	
pre
{
	background-color:#ccc;
	color:#000;
	font-size:larger;
}
.descriptive
{
	margin-left:30px;
	margin-right:30px;
	text-align:justify;
	font-weight:bold;
	font-size:smaller;
}
	