
/*
 * TYPOGRAPHY
 */
body
{
	font-size: 62.5%;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
}

table, p, li, div, span, ul, li, a
{
	font-size: 100%;
}

form, select, option, input, textarea, pre, button, submit, reset, file
{
	margin: 0;
	font-size: 100%;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
}

h1, h2, h3, h4, h5
{
	clear: both;
	margin: 10px 20px 10px 20px;
	font-family: Arial;
	color: #49799C;
	font-weight: normal;
}

h1
{
	margin-top: 20px;
	font-size: 320%;
	margin-top: 5px;
	letter-spacing: -2px;
	font-weight: normal;
}

h2{ font-size: 180%; }
h3{ font-size: 150%; }
h4{ font-size: 125%; }
h5{ font-size: 115%; }

hr
{
	color: #333;
	height: 1px;
}

a:link, a:visited, a:active
{
	color: #49799C;
	text-decoration: underline;
}

a:hover
{
	color: #f00;
}

p
{
	margin: 0 20px 10px 20px;
	display: block;
	clear: both;
}

ol li
{
	margin: 0 20px 10px 5px;
}

ul li
{
	color: #49799C;
	margin: 0 10px 5px 0;
}

ul li p
{
	color: #000;
}

/**
* Master template
**/
#lgnInCtrl
{
	color: #fff;
}

/**
* MAIN BODY CONTENT STYLE
*/
#content a:link, #content a:visited, #content a:active, #content a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover
{
	color:  #f66;
}

.frmLabel
{
	text-align: right;
	padding-right: 4px;
	color:#4663ac;
}

