BODY {
	//background: #696969;
	background: #000000;
	color : silver;
	font-family : "Bookman Old Style", "Times New Roman", serif;
	font-size: 14px;
	
}

body {
	
	background: url('/images/honeycomb2.jpg') repeat center center fixed; 
     -webkit-background-size: cover;
        -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
background-attachment:fixed;

	
}


H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: white;
}

A:Hover {
	color: yellow;
}

HR {
	height: 1pt;
}

.pTitle {
	background: #cc6633;
	font-size: 72px;
	color: #800000;
	font-style: normal;
	//font-family: Jokerman;
	font-family: "Broadway";
}

.xxsmall  {
	font-size: xx-small;

}

.xsmall  {
	font-size: x-small;

}

.small  {
	font-size: small;

}

li	{
	font-size: x-small;
	list-style: square;
}

li.nested	{
	font-size: xx-small;
	list-style: square;
}

TD  {
	font-size: x-small;
	color: #ffffff;

}

TH {

	Color: #ffffff;

}

.sButton {
font-weight: bold;
	font-size: xx-small;
	color: 333333;
	font-family: Arial, Verdana, Helvetica;
	padding: 0px;
	background-color : e7e7e7;
	border-left : thin groove #FFFFFF;
	border-right : thin ridge #FFFFFF;
	border-top : thin groove #FFFFFF;
	margin: 0px;
	text-align: center;
	cursor:hand;
	width:28px;
	height:18px;
}

.sButton2 {
font-weight: bold;
	font-size: xx-small;
	color: 333333;
	font-family: Arial, Verdana, Helvetica;
	padding: 0px;
	background-color : e7e7e7;
	border-left : thin groove #FFFFFF;
	border-right : thin ridge #FFFFFF;
	border-top : thin groove #FFFFFF;
	margin: 0px;
	text-align: center;
	cursor:hand;
	width:52px;
	height:18px;
}

.sButton3 {
font-weight: bold;
	font-size: xx-small;
	color: 333333;
	font-family: Arial, Verdana, Helvetica;
	padding: 0px;
	background-color : e7e7e7;
	border-left : thin groove #FFFFFF;
	border-right : thin ridge #FFFFFF;
	border-top : thin groove #FFFFFF;
	margin: 0px;
	text-align: center;
	cursor:hand;
	width:175px;
	height:22px;
}

.button {
font-weight: bold;
	font-size: x-small;
	color: #333333;
	font-family: Arial, Verdana, Helvetica;
	padding: 0px;
	background-color : e7e7e7;
	border-left : thin groove #FFFFFF;
	border-right : thin ridge #FFFFFF;
	border-top : thin groove #FFFFFF;
	margin: 0px;
	cursor:hand;
}