/* CSS Document */

BODY {
	background-color: #C7D5ED;
	font-family : Arial, Helvetica, sans-serif;
	border-color : Black;
	margin : 0px;
	padding : 0px;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	font-size:11px;
}
P{
	font-size:13px;
}
LI{
	font size:13px;
}
A {
	color : #191970;
	text-decoration : none;
}

A:HOVER {
	text-decoration : none;
	color : #337766;
}

H1{
	font-family : Verdana, Helvetica, Arial, Sans-serif;
	font-size : 14pt;
	color : #191970;
	letter-spacing : 1px;
	text-align : center;
}

H2{
	font-family : Helvetica, Arial, Sans-serif;
	font-size : 16pt;
	color : #191970;
	font-variant : normal;
	letter-spacing : 1px;
}

.menuTitle{
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 12pt;
	letter-spacing : 2px;
	font-variant : normal;
	font-weight : bold;
}

.menuItem:link{
	font-family : Helvetica, Arial, Sans-serif;
	font-size : 12pt;
	color : #191970;
	text-decoration: none;
	font-weight: bold;
}


.menuItem:hover{
	font-family : Helvetica, Arial, Sans-serif;
	font-size : 12pt;
	color : #ff6600;
	text-decoration: none;
	font-weight: bold;
}

.menuItem:visited{
	font-family : Helvetica, Arial, Sans-serif;
	font-size : 12pt;
	color : #191970;
	text-decoration: none;
	font-weight: bold;
}
.heading{
	font-size:14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #191970;
	text-align : center;
	letter-spacing : 1px;
	font-weight:bold;
}

