/* Default CSS Stylesheet for a new Web Application project */

body,p,font,span,div,td,a
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}
h1, .h1
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #B01E23;
}
h2, .h2
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #B01E23;
}
h3, .h3
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #B01E23;
}
h4, .h4
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #B01E23;
}

a.orange, a.orange:active, a.orange:link, a.orange:visited
{
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
	border-bottom: dashed 1px #ff9900;
}
a.orange:hover
{
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #ff9900;
}

a.blue, a.blue:active, a.blue:link, a.blue:visited
{
	color: #3333ff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: dashed 1px #3333ff;
}
a.blue:hover
{
	color: #3333ff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #3333ff;
}

a.maroon, a.maroon:active, a.maroon:link, a.maroon:visited
{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: dashed 1px #990000;
}
a.maroon:hover
{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid 1px #990000;
}

td.menuitem a
{
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #B01E23;
}
td.menuitem a:hover
{
	background-color: #D03E43;
}

form {margin:0px;}