table {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited {
	color: #668FBB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}
a:hover, a:active { 
	color: #832D23; 
	text-decoration: none; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.menu, a.menu:visited {
	color: #668FBB;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
a.menu:hover, a.menu:active { 
	color: #832D23; 
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
a.footer, a.footer:visited {
	color: white;
	text-decoration: none;
}
a.footer:hover, a.footer:active { 
	color: white; 
	text-decoration: underline;
}

.blue_cell {
background-color:#83ADE1;
}
.grey_cell {
background-repeat:repeat-y;
}
.footer { 
background-color: #9DB2CD;
color: white;
text-align: center;
}
.button {
background-color: #9DB2CD;
color: white;
}
.sky_cell {
vertical-align:middle;
text-align:center;
color: #832D23;
font-size: 30px;
font-weight: bold;
}
.slogan {
font-size: 12px;
text-transform: uppercase;
}
.main_table {
border: 2px solid #9DB2CD;
}
.news_cell1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C5C5C5;
	border-right-color: #C5C5C5;
	border-bottom-color: #C5C5C5;
	border-left-color: #C5C5C5;
	padding: 3px;
}
.news_cell2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C5C5C5;
	border-right-color: #C5C5C5;
	border-bottom-color: #C5C5C5;
	border-left-color: #C5C5C5;
	padding: 5px;
	text-align:justify;
}
.copyright {
color: #832D23;
font-size: 11px;
text-align:center;
}
.title {
color: #832D23;
font-size: 14px;
font-weight:bold;
text-align: center;
}
.text {
padding-right: 10px;
padding-bottom: 10px;
}