@charset 'utf-8';
/* CSS Document */

body { 
	background-color: #ffffff;
	background:url(../images/bbc-5-stripes.png);
	background-repeat: repeat;
	background-position:left;
}


#MainTable { 
    background-color: #ffffff;
}

.bg {
    background-color:#535a6c;
}

a { 
    color:#535a6c;
}



/**********TEXT**********/


.welcome {
	 font-size:1.5em;
	 color:#fff;
	 font-weight:lighter;
	 letter-spacing:7px;
	 background-color:#535a6c;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.welcome-home {
	 font-size:1.5em;
	 color:#fff;
	 font-weight:lighter;
	 letter-spacing:2px;
	 background-color:#535a6c;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*.welcome-home {
	 font-size:1.5em;
	 color:#0a3f8b;
	 /*letter-spacing:2px;
	 background-color:#c5b16a;
}
*/

.content {
    color:#000000;
	font-size:0.9em;
	line-height:1.5em;	
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text {
    color:#535a6c;
	font-size:0.9em;
	line-height:1.5em;	
	font-family: Georgia, "Times New Roman", Times, serif;
}


h3 {
    color:#535a6c;
	line-height:1.1em;	
}

b {
    color:#535a6c;
}


.list {
	padding-left:50px;

}



/**********NAVIGATION**********/


	.navi {
     color:#535a6c;
	 font-size: 1em;
	 font-family:Arial, Helvetica, sans-serif;
}

	.navi li  {
	font-size: 0.8em;
	color: #535a6c;
}

	.navi a  {
	color: #535a6c;
}

	.navi a:hover {
	color: #535a6c;
}



	.navitop {
     color:#535a6c;
	 font-size: 1em;
	 background:#ffffff;
	 font-family:Arial, Helvetica, sans-serif;
}

	.navitop li  {
	font-size: 0.75em;
	color: #535a6c;
	font-weight:bold;
}

	.navitop a  {
	color: #535a6c;
}

	.navitop a:hover {
	color: #535a6c;
}



/**********FOOTERS**********/


.footer {
	 font-size:0.8em;
	 color:#fff;
	 font-family:Arial, Helvetica, sans-serif;
}

.footer a { color:#ffffff;}

.copyright {
	font-size:0.7em;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
}

.copyright a {
	color:#535a6c;
}

