BODY  {
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	font-weight : bold;
    color : Navy;
	background-image : url(images/Stripes.gif);
}

P  {
font-weight : bold;
text-align : left;
color : Navy;
}

P.center  {
    font-weight : bold;
	text-align: center;
}

P.underline  {
text-decoration : underline;
font-weight : bold;
text-align : left;
}

DIV {
	margin-top : 0px;
	padding-top : 0px;
	margin-left : 5px;
}

DIV.nomargin {
}

DIV.top {
	margin-top : 0px;
	padding-top : 0px;
	clear : both;
}

DIV.menu {
float: left;
width: 140px;
}

DIV.spacer {
  clear: both;
}

DIV.content {
float : left;
padding-left : 10px;
padding-right : 10px;
}

DIV.block {
clear: both;
padding-left : 10px;
padding-right : 10px;
}


H1  {
	font-size : small;
	text-align : center;
	color : Navy;
	font-family : "Times New Roman MT Extra Bold";
}

H2  {
	text-align : center;
	color : Red;
	font-family : "Times New Roman MT Extra Bold";
}

H3  {
	text-align : center;
	color : Red;
	font-family : "Times New Roman MT Extra Bold";
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

A.NoLine  {
text-decoration : none;
color : Black;
font-weight : bold;}

A:Visited.NoLine  {
text-decoration : none;
color : Red;
font-weight : bold;}

A:Active.NoLine  {
text-decoration : none;
color : Yellow;
font-weight : bold;}

A:Hover.NoLine  {
text-decoration : none;
color : Blue;
font-weight : bold;}

A.Menu  {
text-decoration : none;
color : #DC0000;
font-size:20px;
font-weight : bold;}

A:Visited.Menu  {
text-decoration : none;
color : #DC0000;
font-size:20px;
font-weight : bold;}

A:Active.Menu  {
text-decoration : none;
color : #DC0000;
font-size:20px;
font-weight : bold;}

A:Hover.Menu  {
text-decoration : none;	
color : #A50000;
font-size:20px;
font-weight : bold;}


TD.Space{
padding-left : 10px;
padding-right : 10px;
	}
}

IMG.left {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

/*
*This Class will keep images to the right and wrap text to the left.
*/

IMG.right {
	float:right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
