/* style.css */

	body { color: black; font-family: Verdana, Arial, Helvetica, sans-serif; background-color:#555}

a.menu:link, a.menu:active, a.menu:visited {
	display:block;
	vertical-align:middle;
	font-size:12px;
	text-align:left;
	padding-left:0;
	padding-top:2px;
	height:16px;
	width:130px;
	text-decoration:none;
	color:#FFC;
	font-weight:500;
	background-color:#25259D;
	padding-bottom:2px;
	text-indent:24px;
	line-height:16px;
	margin-bottom:1px;
	background-image:url(img/minidot.gif);
	background-repeat:no-repeat;
	background-position:8px center;

	}

         
a.menu:hover {display:block;
	vertical-align:middle;
	font-size:12px;
	text-align:left;
	padding-left:0;
	padding-top:2px;
	height:16px;
	width:130px;
	text-decoration:none;
	color:#FFC;
	font-weight:500;
	background-color:darkblue;
	padding-bottom:2px;
	text-indent:32px;
	line-height:16px;
	margin-bottom:1px;
	background-image:url(img/minilog.gif);
	background-repeat:no-repeat;
	background-position:8px center;

	}

a.nonmenu:link, a.nonmenu:active, a.nonmenu:visited {color: blue; text-decoration: none; }
a.nonmenu:hover {color: red; text-decoration: underline; background-color:lightblue}

td, tr, p, div {
  	font-family      : Verdana, Arial, Helvetica, sans-serif;
  	font-size        : 11px;
  	color            : #333333;
  	}

table.moduletable {
	width:100%;
	margin-top:2px;
	margin-bottom:10px;
	border-spacing:0;
	border-collapse:collapse;
	}

table.moduletable th {
	color:#006;
	text-align:left;
	vertical-align:middle;
	padding-left:16px;
	height:18px;
	font-size:13px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#006;
	}

table.moduletable td {
	padding-left:3px;
	margin:10px;
	}

        
