
/*working on the layout normalizing all elements, overriding browser styles*/
/*normalizing margins, padding*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {		
margin: 0; padding: 0;
}
/*normalizing font size*/
h1, h2, h3, h4, h5, h6 { 		
font-size:100%;
}
/*remove list-style from lists*/
/*ol, ul { 	
list-style: none;
}*/
/*normalize font style*/
address, caption, cite, code, dfn, em, strong, th, var
{
font-style: normal; 
font-weight: normal;	
}
/*removes border from table*/
table {
border-collapse:collapse;
border-spacing: 0;
}
/*removes border from fieldset and img*/
fieldset, img {
border:0;
}
/*left-aligns text in caption and th */
caption, th {
text-align:left;
}
/* revmoes quotation marks from q*/
q:before, q:after {
content:'';
}

BODY 	{background: #99CCCC;
	font-family: verdana;
	}

DIV.PAGE {
		background: white center top;
		  align: center;
		  width: 95.5%;
		  margin: 8px auto;
		  padding: 5px 5px;
		  border: 5px #666 groove; height: auto; float: none; position: relative; left: auto; top: auto; clip:        rect(   )
; z-index: auto; visibility: visible
}

A:link 		{color: black}
A:active 	{color: black}
A:visited  	{color: black}
A:hover {
			background-color: white;
			color: #800000;
                        text-decoration: none;
			/*font-weight: bold;*/
}

UL.LIST	{background: beige}


BLOCKQUOTE {
	color: navy;
	font-family: sans-serif;
	font-size: 10pt;
	border: 1px #666 thin; 
	text-indent: 2em;
	padding-left: 10px;
}

DIV.smalltags {	
	padding: 15px;
	font-family: verdana;
	font-size: 8pt;		
}
DIV.tMain {
	width:330px;
	float: left;
	
/*	height: 100%;		
	font-family: verdana;
	font-size: 9pt;
	color: black;
	background: #FFF2FF;
	border: 3px #FFCCFF solid; 
	padding-left: 8px;
	padding-right: 6px;
	padding-bottom: 20px;
	margin-bottom: 20px;	
	margin-top: 10px;*/
}

DIV.tCenter {
	float: left;
	width: 220px; 
/*	font-family: verdana;
	font-size: 9pt;
	color: black;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	
	margin-top: 10px;	
*/}
DIV.tRight {
	float: right;
	width: 200px;
	padding-left: 5px;
/*	font-family: verdana;
	font-size: 9pt;
	color: black;	
	background: #FFF2FF;	
	
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	
	margin-top: 10px;	*/
}

DIV.tBottom {
	width: 745px;
	font-family: arial;
	font-size: 9pt;
	color: black;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

DIV.topCenter {
	width: 100%;
	font-family: verdana;
	font-size: 9pt;
	color: black;
	margin-top: 0px;
	padding-top: 0px;
}

.heading {
	font-family: verdana;
/*	font-size: 14pt; */
    font-size: 1.4em;
	font-weight: bold;
	color: #400000;
}
th {
	font-family: verdana;
	font-size: 1.2em;
	font-weight: bold;	
}
h3 {
	font-family: verdana;
	font-size: 1.2em;
	font-weight: bold;		
}
.subhead {
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #400000;
}
.topic {
	font-weight: bold;
/*	font-family: sans-serif;
	font-size: 10pt;
*/	color: #000000;
}

DIV.tFooter {
	width: 100%;
	text-align: center;
	font-family: arial;
	font-size: 9pt;
	color: black;
	padding-top: 20px;	
}

#st {	
	font-family: verdana;
/*	font-size: 8pt; */		
	font-size: .8em;
}

TABLE {
	text-align:left;
	}
	
#subHeader {font-family: arial;
	font-size: 12pt;
	color: black}
#bH {font-family: verdana;
	font-size: 2.2em;
	color: black;
        text-decoration: none;
}
#sF {font-size: smaller}
#g {font-size: smaller;
	color: dark-gray}
#m {font-size: smaller;
	font-family: tahoma;
	font-weight: strong;
	color: black}

/*#tiny {font-size: 7pt}*/
#tiny { font-size: .7em; }
