html {
	margin: 0;
	padding: 0;
	}

body {
	line-height: normal;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: normal;
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	list-style-type: lower-alpha;
	text-align: left;
	}

p { 
	margin-top: 0; 
	text-align: justify;
	}


h1 {
	line-height: normal;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	font-style: normal;
	}
	
	
/* specific divs */


img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
table.subhead { 
	text-align: center;
	width: 100%;
	height: 40px;
	background-color: #990000;
	}
	
hr {
	width: 95%;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	color: #000;
	background-color: #000;
	height: 3px;
} 

.roundcont {
	width: 775px;
	background-color: #fff;
	color: #900;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.roundcont p {
	margin: 0 7px;
	color: #900000;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 30px;
   height: 30px;
   border: none;
   display: block !important;
}
.roundcont blockquote table {
	color: #000000;
}
.roundcont blockquote table tr td {
	color: #000000;
}
