/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	margin: 0px;
	padding:0px;
	vertical-align: top;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #000000;
}
H1
{
	font-weight: bold;
	font-size: 24px;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-weight: bold;
	font-size: 15px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
.ImageLink
{
	background: none;
	outline:none;
}

TH
{
	font-weight: bold;
	font-size: 15px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}


A:link
{
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	color: #a68f4b;
	text-decoration: none;
}

A:visited
{
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	color: #78715a;
	text-decoration: none;
}

A:active
{
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #8a8a8a;
}

A:hover
{
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color: #8a8a8a;
}

SMALL
{
	font-size: 10px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Arial, Helvetica, sans-serif;
}

TR
{
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

UL
{
	vertical-align: top;	
}