body {	
	margin: 0;
	padding: 0;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
 	background-color: #000000;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color : #FFFFFF;	
}
#boxContainer {
	width: 760px;
	float: none;
	position: relative;
	top: 2px;
	background-color:#5d0102;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}
.style7 {font-size: 9pt}

.style8 {font-size: xx-small}
p, ul, ol, li {
	line-height: normal;
	}

big { 
	font-size: 110%; 
	 }	
	 
strong, b { font-weight: bold; }

/* sample header sizes, customize for each project */	  
h1 { 
	font-size: 125%;
}

h2 { 
	font-size: 100%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

a { color : #FFFFFF; text-decoration: underline; }	
a:visited {	color : #FFFFFF; } /* visited must be before hover */

.devNote {
	color: #FFF;
	background-color: #FF0033;	
	}

.alt {
	DISPLAY: none; VISIBILITY: hidden
}
IMG.txtimg {
	BORDER-TOP-WIDTH: 0px; BACKGROUND-POSITION: 0px 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; VISIBILITY: visible; BORDER-BOTTOM-WIDTH: 0px; BACKGROUND-REPEAT: no-repeat; BORDER-RIGHT-WIDTH: 0px
}


