@charset "utf-8";
/* CSS Document */

a:link {
text-decoration: none;
color: #000000;
}
a:visited {
text-decoration: none;
color: #000000
}
a:hover {
text-decoration: underline;
}

body {
	background-image:url(../../Images/bg2.png);
	background-repeat:repeat-y;
	margin-top: 0px;
	background-position:center;
}

.header {
	color: #3399FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.content {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
}

.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

li {font-size: 11px;}

.motto {	
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
