
/*
 * TYPOGRAPHY
 */
body
{
	font-size: 70%;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Verdana, Helvetica, Sans-serif;
}

table, p, li, div, span, ul, li, a
{
	font-size: 1em;
}

form, select, option, input, textarea, pre, button, submit, reset, file
{
	margin: 0;
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
}

h1, h2, h3, h4, p
{
	margin: 0 0 10px 0;
}

h1, h2, h3, h4
{
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-weight: normal;
	color: #1f3054;
}

h1
{
	font-size: 250%;
	letter-spacing: -2px;
	line-height: 85%;
}

h2
{
	font-size: 200%;
	letter-spacing: -1px;
}

h3
{
	font-size: 180%;
}

h4
{
	font-size: 150%;
}

hr
{
	color: #333;
	height: 1px;
}

a:link, a:visited, a:active
{
	color: #1f3054;
	text-decoration: underline;
}

a:hover
{
	color: #f00;
}


/**
* FOOTER
*/
#footer a
{
	margin: 0 10px 0 10px;
}

#footer div
{
	color: #1f3054;
}

/**
* MAIN BODY CONTENT STYLE
*/
#content a:link, #content a:visited, #content a:active, #content a:hover
{
	color: #1f3054;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover
{
	color:  #f66;
}




