/*  Frontend CSS - frontend-style.css	*/

/*  Establish general layout parameters */
	

body
{
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px;
	color: #000000;
   	margin: 0px;
   	background-color: transparent;
}


td
{
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
   	background-color: transparent;
}


h1
{
	color: #0C3E78;
	font-size: 18px;
	font-weight: bold;
	background-color: transparent;
}

h2
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
}

h3
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
}

ul li
{
	padding-bottom: 7px;
}

a
{
	color: #0C3E78;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

a:active
{
	color: #0C3E78;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

a:link
{
	color: #0C3E78;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

a:visited
{
	color: #0C3E78;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

a:hover
{
	color: #ED1C24;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;
}

/*  Define the footer */

.copyright
{
	color: #9EA496;	
	font-size: 10px;
	background-color: transparent;
}

#footer
{
	right: 0;
	text-indent: 15px;
	width: 100%; 
	text-align: right;
}
