/* CSS Document */

.bodyCopy {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
 	line-height: 20px; 
	color: #545252;
}

.tableCopy {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
 	line-height: 20px; 
	color: #FFFFFF;
}

.bodyCopyBlue {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
 	line-height: 20px; 
	color: #30488F;
}

.bodyCopyWhite {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
 	line-height: 20px; 
	color: #FFFFFF;
}

.bodyCopyBold {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
 	line-height: 20px; 
	color: #30488F;
}

.newsTitle {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
 	line-height: 20px; 
	color: #30488F;
}

.sideMenu {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
 	line-height: 35px; 
	color: #545252;
}

.contact {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
 	line-height: 12px; 
	color: #545252;
}


.title {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
 	line-height: 12px; 
	text-transform: uppercase;
	color: #30488F;
}


.titleBig {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
 	line-height: 16px; 
	text-transform: uppercase;
	color: #30488F;
}
.titleWhite {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
 	line-height: 16px; 
	text-transform: uppercase;
	color: #FFFFFF;
}

.exampleDarkLeft {
	height: 110px;
	padding: 0 0 0 10;
	background-color: #CCCCCC;
}

.exampleDarkRight {
	height: 110px;
	padding: 0 5 0 0;
	width: 160;
	text-align: right;
	valign: middle;
	background-color: #CCCCCC;
}

.exampleLightLeft {
	height: 110px;
	padding: 0 0 0 10;
	background-color: #DBDBDB;
}

.exampleLightRight {
	height: 110px;
	padding: 0 5 0 0;
	width: 160;
	text-align: right;
	valign: middle;
	background-color: #DBDBDB;
}
	
.textBox {
	
padding:15px 20px 0px 20px;
}

a:link
{
	color: #30488F;
text-decoration: none;
}

a:visited 
{ 
	color: #30488F;
text-decoration: none;
}

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

a:active
{
	color: #CCCCCC;
}

a:link
{
	color: #30488F;
text-decoration: none;
}

a:visited 
{ 
	color: #30488F;
text-decoration: none;
}

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

a:active
{
	color: #CCCCCC;
}

