<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND:url(images/back.gif);
    FONT-FAMILY:Helvetica;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}



li{padding-top:7px;FONT-SIZE: .75em;}

.main-div {
	background-color:#FFFFFF;
	position:static;
	width:800px;
	border:solid 1px #999;	
	top:40px;
	padding:0px;
}

.menu
{
	background-color:#663399; /* #834EBF */
	FONT-SIZE:.75em;
	font-weight:bold;
	FONT-FAMILY:Helvetica;
	color:White;
	position:relative;
	border:solid 1px #999;	
	width:170px;
	height:720px;
	float:left;
	/*padding:20px;*/
	margin-top:10px;
	margin-bottom:10px;
	
}

.menu tr:hover, tr.highlight { background-color:#191970;}


.title
{
	color:#fff;
	font-weight:bolder;
	font-size:1.3em;
}

.header
{
	background-color:#000066;
	height:80px;
}

.main
{
	width:600px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	height:500px;
}

.itemtitle
{
	font-weight:bold;
}

.maindefault
{
	width:700px;
	padding:20px;
	height:280px;
}

.footer
{
	background-color:#000066;
	font-size:0.7em;
	color:#F5F5DC;
	height:20px;
}

.banner
{
	height:80px;
	width:700px;
}

.imagediv
{
	position:relative;
	border:solid 1px #999;	
	width:150px;
	height:113px;
	padding:5px;
}



A.amenu:link {text-decoration: none; color:#fff;}
A.amenu:visited {text-decoration: none; color:#fff;}
A.amenu:active {text-decoration: none; color:#fff;}
A.amenu:hover {text-decoration: none; color:#fff;}

 












</pre></body></html>