form {
	margin-bottom : 0px;
}

body {
	margin : 0px;
	color : #000000;
	background-color : #6699cc;
}

div.clsDocBody {
	font-size : 75%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

div.clsDocBody td {
	font-size : 70%;
}

ul.main {
	margin: 0px 5px 0px 25px;
}

li {
	list-style-type : circle;
}

a {
	color : #003399;
	font-weight : bold;
	text-decoration : none;
	cursor: hand;
}
a:visited {
	color : #6699cc;
}

a:active {
	text-decoration : underline;
}

a:hover {
	text-decoration : underline;
}
.normal {
	font-weight: normal;
	
}
.bodysmallgrey {
	font-size : 85%;
	color: #999999;
}
span.clsCatHeader {
	color : #ffffff;
	font-weight : bold;
}
.sideNews {
	margin: 0px 10px 80px 10px;
	font-weight : normal;
	font-size : 95%;
	line-height : 140%;
	font-style : normal;
	font-variant : normal;
}
.story {
	margin: 0px 10px 80px 10px;
	font-weight : normal;
	font-size : 100%;
	line-height : 140%;
	font-style : normal;
	font-variant : normal;
}
b {
	font-weight : bold;
}
h3 {
	color: #FF6600;
	margin-bottom: .2em;
	margin-top: .3em;
}
.clsFeatureText {
	font-size: 1.1em;
	font-weight: bold;
	color: #777777;
}

	/* MENUS2.CSS */
	
DIV#divMenuBar {
	background-color: #6699CC;
}
TABLE#tblMenuBar TD {
	color: white;
	padding: 0px 0px 0px 0px;
	cursor: default;
}
TABLE#tblMenuBar TD.clsMenuBarItem {
	padding: 5px 5px 5px 5px; /*the first value can be changed to 9, it takes the menu text off center, but then it works*/
	font-weight: bold;
	cursor: hand;
}
	/* These two style rules added for links in MenuBar */
TABLE#tblMenuBar TD.clsMenuBarItem A {
	padding: 5px 0px 5px 0px;
	text-decoration:none;
	color: white;
	font-weight:bold;
}
TABLE#tblMenuBar TD.clsMenuBarItem A:hover {
	text-decoration: underline;
	color: white;
}
DIV.clsMenu { /* For the drop down portion */
		background-color: #6699CC; 
		position: absolute; 
		visibility:hidden; width:130px; 
		padding:5px 5px 5px 8px;
		border-top: 1px solid white; 
	}
DIV.clsMenu A {
	text-decoration:none;
	color: white;
	font-weight:bold;
	}
	DIV.clsMenu A:hover { 
	text-decoration: underline;
	color: white;
}
	DIV.clsMenu A:visited {
	color: white;
}

.myborder {
	border-style:solid;
	border-color: #ffffff;
	border-width: 1 px 1 px 1 px 0 px
}

.mypointer {
	cursor: hand;
}

.nolist {
	list-style-type: none
}

