H1 { 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 40px; 
	FONT-WEIGHT: bold; 
	COLOR: #FFFFFF; 
}
body {
	background: White;
}
.textNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration : none;
	color: #000000;
	
}
.textPageTitle {
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 40px; 
	FONT-WEIGHT: bold 
	COLOR: #FFFFFF; 
}
.textSectionTitle {
	font size: 18px; 
	color: #0000FF;
}
.inputBox {
	border: 1px double #FF952B;
	font-size: 12px;
	color: #E0CBA9;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

A.menulink:link {
	font : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
	color : Blue;
}
A.menulink:visited {
	font : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
	color : #990066;
}
A.menulink:active {
	font : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
	color : #990066;
}
A.menulink:hover {
	font : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
	color : #0099CC;
}

A.SectionTitle {
	font : Arial, Helvetica, sans-serif;
	font size: 18px;
	font-weight : bold;
	color: #0000FF;
}


A.NormalLink:link {
				font : Arial, Helvetica, sans-serif;
				font-size : 14px;
				font-weight : normal;
				text-decoration : underline;
				color : Blue;
				font-family : Arial, Helvetica, sans-serif;
				line-height : normal;
				text-align : left;
}
A.NormalLink:visited {
				font : Arial, Helvetica, sans-serif;
				font-weight : normal;
				text-decoration : underline;
				color : #990066;
				font-family : Arial, Helvetica, sans-serif;
				line-height : normal;
				text-align : left;
}
A.NormalLink:active {
				font : Arial, Helvetica, sans-serif;
				font-weight : normal;
				text-decoration : underline;
				color : #666666;
				font-family : Arial, Helvetica, sans-serif;
				line-height : normal;
				text-align : left;
}
A.NormalLink:hover {
				font : Arial, Helvetica, sans-serif;
				font-weight : normal;
				text-decoration : underline;
				color : #0099CC;
				font-family : Arial, Helvetica, sans-serif;
				line-height : normal;
				text-align : left;
}
.footer{
				font-family: Arial, Helvetica, sans-serif; 
				font-size: 10px; 
				color: Blue;
}