/* CSS Document */

#Body {
width: 875px;
border-left: 1px solid #0033CC;
border-right: 1px solid #0033CC;
border-bottom: 1px solid #0033CC;
font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: smaller;
}

.body-text {
 margin: 0 10px 10px 10px;
}

A{
Text-Decoration : underline;
Color : Black;	
}

A:Active{
	Text-Decoration : underline;
	Color : Black;
	}

A:Hover{
	Text-Decoration : none;
	Color : Black;
	}

A:Visited{
	color: Black;
}

.secretsisnavigation{
	Width : 875px;
	Background-Color : #0033CC;
	Color : Gray;
	Font-Size : 14pt;
	Font-Weight : bold;
	}

.tableBorders{
	border-style : solid;
	border-bottom: thin;
	border-width : thin;
}

.Footer{
   width: 875px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: smaller;
 font-weight: bold;
 text-align: center;
}
