<!-- /* Style Sheet for easy layout */
body {
	font-size:10pt;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:white;
	margin:2px;
	}

td {
	font-size:10pt;
	/*border:1px blue solid;*/
	}

img	{
	border:0px;
	}

form {
	margin:0px;
	}

ol, ul { /* because IE doesn't know how to handle lists, force it like Moz */
	padding-left: 40px;
	margin-left:0px;
	}



/* ########################################################################
   some custom classes                                                   */

.loud, h4 {	/* afaik only used on server step headers */
	font-weight:bold;
	color:#CC3333;
	margin:0px;
	}

.shout {/* main page tiles in <h2> */
	text-align:center;
	color:#990000;
	}

.icon {
	width:16px;
	height:16px;
	margin-right: 5px;
	float:left;
	}

.arrow {
	width:7px;
	height:4px;
	float:left;
	margin-right: 4px;
	margin-top:7px;
	}

.copyright {
	padding-top:15px;
	padding-bottom:5px;
	color:green;
	font-size:8pt;
	text-align:center;
	}

.button	{
	background-color:#CC6666;
	border:1px outset #cc6666;
	color:#FFFFFF;
	}

.title {
	font-size:14pt;
	color:#cc6666;
	text-align:center;
	border-bottom:1px #cccccc solid;
	}

.small {
	font-size:xx-small;
	}

/* ######################################################################## */
.header {
	border:1px #990000 solid;
	background-color:#cc6666;
	font-weight:bold;
	padding-left:20px;
	}

.desc {
	background-color:white;
	border:1px #990000 solid;
	border-collapse:collapse;
	padding:8px;
	}

.debut {
	border:1px #990000 solid;
	background-color:#cc6666;
	font-weight:bold;
	font-size:10pt;
	}

.entry {
	background-color:white;
	border:1px #990000 solid;
	border-collapse:collapse;
	}

/*.E	{  used for high use images 
	height:14px;
	width:16px;
	float:left;
	padding-right:4px;
	border:0px;
	}*/
/* ######################################################################## */



/* ######################################################################## */
.newsHeader {/*for the main page news header*/
	background: url(/images/newsboxTop.gif) no-repeat top left;
	/*width:600;*/
	height:19px;
	color:white;
	font-weight:bold;
	padding-left:20px;
	font-size:8pt;
	}

.newsDesc {/*for the main page news description under header*/
	/*width:600;*/
	border:1px #990000 solid;
	padding:8px;
	background-color:#F7F7F7;
	/*border-bottom-left-radius:.4em;
	border-bottom-right-radius:.4em;
	-moz-border-radius:.4em;*/

	}
/* ######################################################################## */


.divider {/*good for "what's here" headers*/
	background:url(/images/dividerTop.gif) no-repeat top left;
	width:600px;
	height:19px;
	color:white;
	font-weight:bold;
	font-size:8pt;
	text-align:center;
	}


.bottom {/*good for bottom of "what's here" headers*/
	background: url(/images/boxBottom.gif) no-repeat top left;
	width:600px;
	height:19px;
	color:white;
	font-weight:bold;
	font-size:8pt;
	text-align:center;
	}

/* stuff for the good 'ol normal links */
a:link {
	color:#000066;
	}

a:active {
	color:red;
	}

a:visited {
	color:#660066;
	}

a:hover {
	color:#660066;
	text-decoration:none; /* take the underline off when it hovers */
	}

/* ######################################################################## */
/* for page numbers in .bottom */
a.page:visited {
	text-decoration:overline underline;
	color:white;
	}
a.page:link {
	text-decoration:overline underline;
	color:white;
	}
a.page:hover {
	text-decoration:none;
	}
/* ######################################################################## */


/* ######################################################################## */
/* ### menu ############################################################### */

.menuHeader {
	border:1px #990000 solid;
	font-weight:bold;
	background-color:#cc6666;
	color:white;
	padding-left:5px;
	width:130px; /* 135-5*/
	margin-bottom:2px;
	}

a.menu { /* properties that are the same for all types */
	display:block;
	padding:1px;
	color:#000066;
	background-color:white;
	text-decoration:none;
	font-weight:bold;
	width:133px; /* 135-1-1 */
	border:1px #990000 solid;
	margin:3px 0px 0px 0px;
	}

a.menu:link {
	margin:3px 0px 0px 0px;
	color:#000066; 
	}
a.menu:visited {
	color:#660099; 
	}
a.menu:hover {
	color:white;
	background-color:#cc6666;
	}
a.menu:active {
	color:#CC0000; 
	}
/* ######################################################################## */

-->