@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ffcc02;
	background-image:url(images/bgrepeat.jpg);
	background-repeat:repeat-x;

}

.text {
	font-size:12px;
	font-family:arial;
	color:#047ebb;
	text-align:center;
}

.branches {
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	color:#20459c;
	text-align:center;
	padding-top:50px;
	
}

.branches a:link {
	color:#CC0000;
	text-decoration:underline;
}

.branches a:active {
	color:#CC0000;
	text-decoration:underline;
}

.branches a:visited {
	color:#CC0000;
	text-decoration:underline;
}

.branches a:hover {
	color:#FF6600;
	text-decoration:underline;
}

.events {
	font-size:12px;
	font-family:arial;
	color:#16a5ed;
}

.events strong {
	color:#8bbd2d;
	}
	
.events a:link {
	color:#8bbd2d;
	text-decoration:underline;
	}
	
.events a:visited {
	color:#8bbd2d;
	text-decoration:underline;
	}
	
.events a:active {
	color:#8bbd2d;
	text-decoration:underline;
	}
	
.events a:hover {
	color:#b4e853;
	text-decoration:underline;
	}
	
.footer  {
	font-size:10px;
	color:#FFFFFF;
	font-family:arial;
	font-weight:bold;
	}
	
.footer a:link {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

.footer a:hover {
	color:#FFFF00;
	text-decoration:underline;
	font-weight:bold;
}

