	
	span.title {
		text-shadow: black;
		font-size: 200%;
		font-weight: bold;
		font-family: Time New Roman;
		color: #003399;		
	}

	span.sub_title {
		font-size: 100%;
		font-weight: bold;
		font-family: arial;
		color: #003399;
	}

	span.normal {
		font-size: 95%;
		font-weight: normal;
		font-family: arial;
		color: black;
	}

	span.sub_heading{
		font-size: 90%;
		font-weight:bold;
		font-family: arial;
		color: #003399;
	}
	a.menu:link {
		text-decoration: none;
		font-size: 90%;
		font-weight: bold;
		font-family: arial;
		color: #395DA7;
	}

	a.menu:visited {
		text-decoration: none;
		font-size: 90%;
		font-weight: bold;
		font-family: arial;
		color: #395DA7;
	}

	a.menu:hover {
		text-decoration: underline;
		font-size: 90%;
		font-weight: bold;
		font-family: arial;
		color: #88AFD6;
	}

	a.link:link {
		text-decoration: none;
		font-size: 90%;
		font-weight: none;
		font-family: arial;
		color: #395DA7;
	}

	a.link:visited {
		text-decoration: none;
		font-size: 90%;
		font-weight: none;
		font-family: arial;
		color: #395DA7;
	}

	a.link:hover {
		text-decoration: underline;
		font-size: 90%;
		font-weight: none;
		font-family: arial;
		color: #88AFD6;
	}

	.copyright {
		font-size: 70%;
		font-family: arial;
		color: #395DA7;
	}
