
body {
	background-color: #000e60;
		font-family: Arial;
}


.content{
	background-image:url(images/text-bg.jpg);
	background-repeat:repeat-y;
	text-align:left;
}

.footer {
background-color: #000e60;
color:#FFFFFF;
}

.footer a {
	background-color: #000e60;
	color:#FFFFFF;
}



.tab a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;	
	text-decoration:none;

}

.seltab a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;	
	text-decoration:underline;

}


.tab a:hover {
	color: #000e60;
	text-decoration:underline;
	background-color: #FFFFFF;
}

.seltab a:hover {
	color: #000e60;
	text-decoration:underline;
	background-color: #FFFFFF;

}

h1 {font-size: 24px;
	text-align:center;
}
h2 {font-size: 20px;
	text-align:center;

}
h3 {font-size: 18px;
	text-align:center;

}


.logo{
	width:174;
	height:193;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: left;
	vertical-align: middle;
}


