body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : Black;
	color: #cccccc;
	margin-top : 10px;
}
h1{
	font-size:1.1em;
	margin:0px;
  	/* top, right, bottom, left*/
  	padding:10px 4px 10px 20px;
}
h2{
	font-size:0.9em;
	margin:0px;
  	/* top, right, bottom, left*/
  	padding:0px 0px 0px 0px;
}
h3{
	font-size:1.1em;
	margin:0px;
  	/* top, right, bottom, left*/
  	padding:0px 20px 0px 0px;
}
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:25px;
	font-size  : 0.6em;
}
.qlinks{
	font-size  : 0.6em;
}
.nav{
	height: 30px;
	background-image : url(images/navback.gif);
}
.content{
	font-size  : 0.7em;	
}
.title{
		font-size  : 1.0em;
		font-weight : normal;
		letter-spacing : 0.1em;
}
.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.6em;
	border-left : thin solid #cccccc;
	padding-left : 10px;
}
.notice{
		font-size  : 1.0em;
		color: orange;
}
.pictures{
	background-image : url(images/line.jpg);
	repeat:no-repeat;
}
/* box corners*/
/*http://www.webreference.com/programming/css_borders/2.html*/
.box1 {
  background:transparent; 
  margin:0 auto; /*fcentre for opera & moz*/
}
.box1 .boxcontent {
  border-left:1px solid #EE9C00; 
  border-right:1px solid #EE9C00;
  /* top, right, bottom, left*/
  padding:0px 4px 0px 4px;
}
.box1 a{
	color: #cccccc;
	text-decoration: none;
}
.box1 a:hover{
	color: orange;
	text-decoration: none;
}
.box1 .b1, .box1 .b2, .box1 .b3, .box1 .b4{
  display:block; 
  overflow:hidden;
  font-size:1px;
}
.box1 .b1, .box1 .b2, .box1 .b3{
  height:1px;
}
.box1 .b1 {
  margin:0 5px; 
  background-color:#EE9C00;
}
.box1 .b2 {
  border-left:1px solid #EE9C00; 
  border-right:1px solid #EE9C00;
  margin:0 3px; 
  border-width:0 2px;
}
.box1 .b3 {
  border-left:1px solid #EE9C00; 
  border-right:1px solid #EE9C00;
  margin:0 2px;
}
.box1 .b4 {
  border-left:1px solid #EE9C00; 
  border-right:1px solid #EE9C00;
  height:2px; 
  margin:0 1px;
}
