.ClassA {
	text-decoration: none;
	color: white; 
	font-weight: 600; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

.ClassA:link { 
	text-decoration: none;
	color: #e9f4f7; 
	font-weight: 600; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

.ClassA:visited { 
	text-decoration: none;
	color: #e9f4f7; 
	font-weight: 600; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

.ClassA:hover { 
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: 600; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}


Body { 
	margin: 0px 
}

h1 { 
	color: #e9f4f7; 
	font-weight: 600; 
	font-size: small; 
	background-color: #719eca;
	text-align: center; 
	text-transform: capitalize; 
	padding: 1px; 
	border-top: 1px outset black; 
	border-left: 1px outset black; 
	border-right: 1px outset black; 
	border-bottom: 1px outset black 
}

h2 { 
	color: #e9f4f7; 
	font-weight: 600; 
	font-size: small; 
	background-color: #a1c2e5;
	text-align: center; 
	text-transform: capitalize; 
	padding: 1px; 
	border-top: 1px outset black; 
	border-left: 1px outset black; 
	border-right: 1px outset black; 
	border-bottom: 1px outset black 
}

h3 { 
	text-align: center; 
	font-style: italic; 
	font-weight: 500; 
	font-size: small; 
	text-transform: capitalize; 
	margin-bottom: 2em 
}

img { 
	border: 0px 
}

p {
	text-align: justify;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}

hr {
	color: black;
	background-color: black;
	border: 1px;
	height: 1px;
	width: 98%
}

.bold { 
	font-weight: bold 
}

.bottomText { 
	background-color: #719eca; 
	text-align: center; 
	color: #e9f4f7; 
	font-weight: 600; 
	font-size: small; 
	text-align: center; 
	text-transform: capitalize; 
	padding: 1px; 
	border-top: 1px outset black; 
	border-left: 1px outset black; 
	border-right: 1px outset black; 
	border-bottom: 1px outset black 
}

.boundary { 
	margin-right: 5px; 
	margin-left: 5px; 
	border-left: 1px groove black; 
	border-right: 1px groove black; 
	border-top: 1px groove black;
	border-bottom: 1px groove black 
}

.box { 
	background-color: #719eca; 
	margin-top: 2px; 
	margin-bottom: 4px; 
	margin-left: 3px; 
	padding: 3px; 
	width: 22%; 
	float: right; 
	border: none 
}

.caps { 
	font-weight: 600; 
	text-transform: uppercase 
}

.centered { 
	text-align: center 
}

.contents { 
	font-size: smaller; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	vertical-align: top;
	padding-right: 5px; 
	padding-left: 5px; 
}

.emphasis { 
	font-style: italic 
}

.fullbox { 
	background-color: #719eca; 
	margin: 3px; padding: 5px; 
	border: solid 1px #789; 
	width: 97% 
}

.menuText { 
	color: #e9f4f7; 
	font-weight: bold; 
	font-family: Arial, sans-serif; 
	vertical-align: top 
}

.separator { 
	border-bottom: 1px solid black 
}

.sideMenu { 
	background-color: #719eca; 
	text-align: right; 
	margin: 3px; 
	padding-top: 5px; 
	padding-right: 15px; 
	padding-bottom: 5px; 
	border-top: 1px outset black; 
	border-left: 1px outset black; 
	border-right: 1px outset black; 
	border-bottom: 1px outset black 
}


.sideSubMenu { 
	background-color: #a1c2e5; 
	text-align: right; 
	margin: 3px; 
	padding-top: 5px; 
	padding-right: 15px; 
	padding-bottom: 5px;
	border-top: 1px outset black; 
	border-left: 10px outset black; 
	border-right: 1px outset black; 
	border-bottom: 1px outset black 
}

.sideMenuSelText { 
	color: yellow; 
	font-weight: 600; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

.sideMenuText { 
	color: white; 
	font-weight: 600; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

.topAligned { 
	text-align: right; 
	vertical-align: top 
}

.topmenu { 
	background-color: silver; 
	text-align: center 
}

.topmenuSelected { 
	background-color: #719eca; 
	text-align: center 
}

.under { 
	text-decoration: underline;
	text-align: center 
}

.welcomebox { 
	background-color: white; 
	margin: 3px; 
	padding: 5px; 
	width: 72%; 
	float: left; 
	border: solid 1px black
}
