
/*
 * TYPOGRAPHY
 */
body
{
	font-size: 70%;
	color: #000;
	font-family: Arial, Verdana, Tahoma, 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, Verdana, Tahoma, Helvetica, Sans-serif;
}

h1
{
	font-family:arial;
	font-size: 1.4em;
	/* letter-spacing:1px; */
	text-transform:uppercase;
	font-weight:bold;
	padding-left:5px;
}

h2
{
	font-family:arial;
	font-size: 1.3em;
	/* letter-spacing:1px;*/
	text-transform:uppercase;
	font-weight:bold;
}

h3
{
	font-family:arial;
	color: #379aff;
	font-size: 1.3em;
	/* letter-spacing:1px; */
	text-transform:uppercase;
	font-weight:bold;
}

h4
{
	font-size: 1em;
	text-transform:uppercase;
	font-weight:bold;
}

hr
{
	color: #333;
	height: 1px;
}

/**
* MAIN BODY CONTENT STYLE
*/
#content h1, h2, h3, h4, p
{
	margin: 10px;
}

.blue
{
	color: #395ac0;
}

#content a:link, #content a:visited, #content a:active, #content a:hover
{
	font-size: 0.85em;
	color: #395ac0;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover
{
	color:  #d45720;
}

/**
* FOOTER
*/
#footer
{
	color: #ddd;
}

#footer a:link, #footer a:visited, #footer a:active
{
	color: #ddd;
	font-family:tahoma;
	font-size: 1em;
	text-decoration: none;
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

