  /* CSS Document */
 
 /************ formatting css ******************/
h1#pageTitle {
	font-size: 105%;
	font-weight: bold;
	text-transform: capitalize;	
}
h1#pageSubTitle {
	font-size: 100%;
	font-weight: bold;
	text-transform: capitalize;	
}
 
/*h1, h2, h3, h4, h5, h6 { */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
.form_css {
	border: 1px solid #000000;
	BACKGROUND-COLOR: #EEE;
	padding: 1px;
}
input.button {background-color: #CC0000; font-weight: bold; font-size: 90%; color: white; font-family: Verdana, Arial, Helvetica, sans-serif}

