	body {
		font-family: sans-serif;
		font-size: 12px;
		color: Black;
	}
	a {
		color: Blue;
	}
	a:hover, a:active {
		color: #ffd700;
	}
	.style1 {
		font-size: 32px;
		font-weight: bold;
		font-style: italic;
		font-variant: small-caps;
		text-align: center;
	}
	UL {
		color: #ff0000;
		margin-top : 0px;
		margin-bottom : 0px;
	}
	OL {
		color: #ff0000;
		margin-top : 0px;
		margin-bottom : 0px;
	}
	LI {
		margin-left : -25px;
		margin-right : 0px;
		vertical-align: bottom;
		color: Black;
	}
	.style10 {
		font-weight: bold;
		vertical-align : top;
	}
	h1 {
		font-size: 24px;
		font-weight: bold;
		color: #0c497f;
		text-align: center;
	}
	h2 {
		font-size: 18px;
		font-weight: bold;
		color: #0c497f;
		text-align: center;
	}
	h3 {
		font-size: 12px;
		font-weight: bold;
		color: #0c497f;
		text-align: center;
	}
	.button {
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		padding-right: 10px;
		border-top : 1px solid #696969;
		border-bottom : 1px solid #d3d3d3;
		border-left : 1px solid #696969;
		border-right : 1px solid #d3d3d3;
		background-color : #48769f;
		font-variant : small-caps;
		font-weight: bold;
		text-decoration : none;
		text-align: center;
		vertical-align: middle;
		color: #ffffff;
	}
	.button:hover, a:active {
		background-color : #0c497f;
	}

