/* --- DEFAULT FONT --- */
BODY, P, TH , TD, BUTTON, INPUT, SELECT, TEXTAREA
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: black;
}

/* --- BODY --- */
BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

HTML, BODY
{
	height: 100%;
}

TABLE#body
{
	height: 100%;
}

/* --- ELEMENTS --- */
HR
{
	color: black;
	height: 1px;
}

/* --- HEADINGS --- */
H1
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 20px;
	color: navy;
	margin-bottom: 2px;
}
H2
{
	font-weight: bold;
	font-size: 14px;
	color: navy;
	margin-bottom: 1px;
}
H3
{
	font-weight: bold;
	font-size: 12px;
	color: navy;
}

/* --- DEFAULT LINK --- */
A:link
{
	color: navy;
	text-decoration: none;
}
A:visited
{
	color: navy;
	text-decoration: none;
}
A:hover
{
	color: red;
	text-decoration: underline;
}

/* --- TABLE ELEMENTS --- */
TH
{
	border-bottom: navy 1pt solid;
	text-align: left;
}





