/* Default CSS Stylesheet for a new Web Application project */

BODY, TD
{
    FONT-FAMILY: Verdana;
    COLOR: #343434;
    font-size: smaller;
}

h1, h2
{
    FONT-FAMILY: verdana;
	COLOR: #004569;
	margin-bottom: 0;
	font-size: 110%;
}

h3
{
    FONT-FAMILY: verdana;
	COLOR: #4E7E98;
	margin-bottom: 0;
	font-size: 110%;
}

h4
{
    FONT-FAMILY: verdana;
	COLOR: black;
	margin-bottom: 0;
	font-size: 110%;
    font-weight: bold;
    text-align: center;
}

hr
{
	border: 0;
	height: 1;
	color: #4E90C3;
}