BODY {
	color : Black;
	background : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}


LI{
	margin-right : 2.5%;
}


.ULclose{
	list-style : square outside;
	margin-left : 20px;
	margin-bottom : 0px;
}

TH, TD {
	color : Black;
	background : White;
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

P {
	text-align : justify;
}

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 : Navy;
}

.box{
	border : thin solid Navy;
	margin-left : 5%;
	margin-right : 5%;
	text-align : justify;
	padding : 10px 10px 10px 10px;
	font-style : italic;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.indent{
	margin-left : 2.5%;
	margin-right : 2.5%;
	text-align : justify;
}

.indent2{
	margin-left : 5%;
	margin-right : 2.5%;
	margin-top : 0px;
	margin-bottom : 10px;
	text-align : justify;
}

.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 : x-small;
	font-weight : bold;
}

.THcenter {
	color : Black;
	background : White;
	vertical-align : top;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
}


.TDcenter{
	color : Black;
	background : White;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-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;	
}

.callout {
	color : White;
	background : Blue fixed;
	font : bold medium Arial, Helvetica, sans-serif;
	text-align : left;
	padding : .25em;
	width : 100%;
}