BODY {
	color : Black;
	background : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}

LI{
	margin-right : 2.5%;	
}

.LIindent{
	margin-right : 5%;
}

TH, TD {
	color : Black;
	background : White;
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}


A:link{background:white
       ;color:blue
       ;text-decoration:underline;font-weight:bold}

A:visited{background:white
       ;color:blue
       ;text-decoration:underline;font-weight:bold}

A:active{background:white
       ;color:blue
       ;text-decoration:underline;font-weight:bold}

A:hover{
	background:white ;
	color:purple ;
	text-decoration:underline;
	font-weight:bold;
	font-style : italic;
}
	   
	   
H2, H3, H4, H5, H6 {
	color: Navy;
	background: White;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}


HR {
	color: Blue;
	margin-top: 24px;
	margin-bottom: 24px;
}


.space {
	color: White;
	margin-top: 44px;
	margin-bottom: 24px;
	width: 0px;
}


PRE{
	font-size : 12px;
}

P{
	text-align : justify;	
}

.indent{
	margin-left : 2.5%;
	margin-right : 2.5%;
	text-align : justify;
}

.blue{
	margin-left: 2.5%;
	margin-right: 2.5%;
	text-align: justify;
	color: Navy;
	font-weight: bold;
}

.footnote{
	background-color : transparent;
	font-size : x-small;
	margin-left : 5%;
	margin-right : 5%;
	text-align : justify;
	border : thin dotted Blue;
	padding-left : 5px;
	padding-right : 5px;
	padding : 5px 5px;
}

.TDright{
	color : Black;
	background : White;
	text-align : right;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}

.TDcenter{
	color : Black;
	background : White;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	vertical-align : top;
}

.quote{
	margin-left : 0%;
	margin-right : 0%;
	text-align : center;
	font-size : large;
	font-style : italic;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
}

.tiny{
	font-size : xx-small;
	text-align : center;
}


.center{
	text-align: center;
}


.larger{
	font-size : medium;
}

.comic{
	font-family : "Comic Sans MS";
}

.left{
	text-align: left;	
}

.right{
	text-align: right;
}

.callout {
	color : White;
	background : Blue fixed;
	font : bold medium Arial, Helvetica, sans-serif;
	text-align : left;
	padding : .25em;
	width : 100%;
}

.shaded {
	color : Black;
	background : Silver fixed;
	text-align : justify;
	padding : .25em;
	margin-left : 10%;
	margin-right : 10%;
}
