/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: firebrick;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
P,TD
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:dimgray;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:firebrick;
	font-weight:normal;
	border-bottom:solid 1px firebrick
}
A
{
	text-decoration:underline;
}
A:link
{
	text-decoration:underline;
}
A:visited
{
	text-decoration:undelrine;
}
TABLE.header
{
	background-color:white;
}
TD.headerContactText
{
	font-family: Arial Narrow;
	font-weight:bold;
	font-size:16px;
	color:firebrick;
}
A.headerContactText
{
	text-decoration:underline;
}
A.headerContactText:visited
{
	text-decoration:underline;
	color:firebrick;
}
TABLE.menuTop
{
	background-color:dimgray;
	height:26px;
}
A.menuTop
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:whitesmoke;
	text-decoration:none;
}
A.menuTop:hover
{
	color:yellow;
	text-decoration:none;
}
A.menuTop:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:whitesmoke;
	text-decoration:none;
}
A.menuTopSelected
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:yellow;
	text-decoration:none;
}
A.menuTopSelected:visited
{
	color:yellow;
	text-decoration:none;
}
TD.pageTitle
{
	background-color:silver;
	height:26px;
	padding-left:210px;
	color:white;
	font-size:18px;
}
.menuSide
{
	background-color:whitesmoke;
}
A.menuSide {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:#8B9CA6;text-decoration:none;}
A.menuSide:visited {color:#8B9CA6;text-decoration:none;}
A.menuSideSelected {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;color:firebrick;font-weight:bold;text-decoration:none;}
A.menuSideSelected:visited {color:firebrick;text-decoration:none;}
TD.menuSideSeparator
{
	background-color:#8B9CA6;
}
TD.footer
{
	background-color:dimgray;
	height:16px;
}
.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:whitesmoke;
	text-decoration:none;
}
DIV.box
{
	border:1px solid silver;
	width:225px;
	background-color:whitesmoke;
}
SPAN.boxHeader
{
	background-color:silver;
	color:white;
	height:20px;
	width:100%;
	padding-left:10px;
	padding-top:3px;
	font-weight:bold;
}
DIV.boxContent
{
	color:black;
	margin:10px 10px 10px 10px;
}