body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : Black;
	color: #cccccc;
	margin-top : 10px;
}
A:visited
{
	color: #cccccc;
	text-decoration: none;
}
A:active
{
	color:  #cccccc;
	text-decoration: none;
}
A:link {
	color:  #cccccc;
	text-decoration: none;
}
A:hover{
	color: orange;
	text-decoration: none;
}
.main{
	width: 750px;
	background-color : #cccccc;	
}
.inner{
	background-color : Black;	
}
.cell{
	height: 20px;
	font-size  : 0.6em;
}
.qlinks{
	font-size  : 0.6em;
}
.nav{
	height: 30px;
	background-image : url(images/navback.gif);
}
.content{
	font-size  : 0.8em;	
}
.title{
		font-size  : 1.0em;
		font-weight : bold;
		letter-spacing : 0.1em;
		 width:300px;
}
.titlelong{
		font-size  : 1.0em;
		font-weight : bold;
		letter-spacing : 0.1em;
}
.reply{
		font-size  : 0.8em;
		color: orange;
}
.error{
		font-size  : 0.8em;
		color: red;
}
.weblinks{
	font-size  : 0.7em;
	border-left : thin solid #cccccc;
	padding-left : 30px;
	padding-top : 10px;
}
.middle{

	width:450px;
	font-size : 0.8em;	
}
.middle1{
	Width: 270px;
	font-size : 0.8em;	
	padding-left: 30px;
	padding-top: 10px;
}
.opening{
	padding-left: 30px;
	padding-top: 20px;
	font-size  : 0.8em;
	color: orange;
}
.preamble{
	font-size  : 0.7em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.specification{
	margin-top: 30px;
	border : thin dotted #999999;
}
.business{
	font-size  : 0.8em;
	padding-left: 40px;
	padding-top: 20px;
	width:50%;
}
.demarkation{
	color: black;
}