/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: .7em;
	font-family: Verdana, Helvetica, Arial;
	background-color: white;
}
TD
{
    FONT-SIZE: .7em;
}

BLOCKQUOTE 
{
	margin:5px 0px 5px 25px;
}

A:link, A:visited	{	
	text-decoration:	none;
	color:	Navy;
	font-weight:bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	Maroon;
	}
	

.title {
	font-family: Verdana, Helvetica, Arial;
	font-size:18pt;
	font-weight:bold;
}
.news {
	FONT-FAMILY: Verdana, Helvetica, Arial;
    FONT-SIZE: 8pt;
}
.menuSub
{
	background-color: gray;
}
.menuStyle
{
	background-color: gray;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}
.menuItem
{
	font-weight: bold;
	color: #ffffff;
	background-color: Navy;
	padding-top:5px;
	padding-bottom:5px;
}

.menuOver 
{
	color:White;
	font-weight:bold;
	background-color:Maroon;
	padding-top:5px;
	padding-bottom:5px;
}

.headline 
{
	background-color:#6699ff;
	font-weight:bold;
}
.tableReg
{
	border-right: navy thin solid;
	border-top: navy thin solid;
	border-left: navy thin solid;
	border-bottom: navy thin solid;
	
	
}
.tableReg TR
{
	padding:0px;
	border-right: black thin solid;
	border-top: black thin solid;
	background: #eeeeee;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.tableReg TD
{
	border-bottom: silver thin inset;
}
.tableReg TR:hover
{
	background-color:#ffffff;
}



