/* CSS Document */

/* Global Styles */
html, body
{
    margin: 5px;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #0D3692;
	background-color: #FFFFFF;
	text-align: center; 
}

h1
{
	color: #ffc211;
	font-size: 36px;
	font-weight: bold;
	padding: 0 0 15px;
	margin: 0;
}

.mainText h2
{
	color: #ff0000;
	font-weight: bold;
	font-size: 16px
}

h3
{
	color: #fff;
	font-weight:bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

a
{
	text-decoration: none;
}

.mainText a           
{
    color: #CA0016;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

.blueBG { background: #0D3692; }

.topNav a, .topNav
{
	font-family: arial, verdana;
	font-size: 12px;
	color: #0D3692;
	font-weight: normal;
	padding: 10px 12px;
	text-decoration: none;
	text-align: left;
}

.titleText
{
	font-size: 13px;	
	font-weight: normal;
	margin: 10px 20px;
	text-align: left;
}
.quoteText
{
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 65px;
	text-align: left;
	line-height: 25px;
}

.mainText
{
	font-weight: normal;
	margin: 10px 40px;
	text-align: left;
}

.source
{
	text-align: right;
	padding: 5px 0px 20px;
}


/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}