
body
{
	background-color:#c2b5b8;
	background-image:  url(images/bg.jpg);
	background-repeat: repeat-x; 
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align: left;
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	line-height:22px;
}

.marquee
{
	margin-left:10px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Tahoma;
	font-size:15px;
	color:#2c3e6c;
	font-weight:bold;
}

.title
{
	margin-left:50px;
	margin-right:30px;
	font-family:Tahoma;
	font-size:16px;
	color:#2c3e6c;
	font-weight:bold;
}

.text
{
	margin-left:50px;
	margin-right:30px;
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
}


table.mission
{
	background-image:  url(images/mission-bg.jpg);
	background-repeat: no-repeat; 
}

table.about
{
	background-image:  url(images/bg-about.jpg);
	background-repeat: no-repeat; 
}

.menu {
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
	margin-left:5px;

}

.footer {
	color: #261192d;
	font-size:10px;
	font-weight: normal;
	margin-right:15px;

}

a {
	color: #c3b7b9;
	font-size:12px;
	font-weight: normal;
	text-decoration: underline;
	margin-left:5px;

}


a:hover {
	color: #e27285; /* # 006633 */
	font-size:12px;
	font-weight: normal;
	text-decoration: underline;

}


a.menu
{	
	font-family:Tahoma;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}


a.menu:hover
{
	font-family:Tahoma;
	font-size:11px;
	color: #e27285; /* #669900 */
	font-weight:bold;
	text-decoration:none;
}

