/* CSS Document */
body {
	background-image: url(images/cmcbackground.gif);
}
.style1 {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}
.style4 {
	font-size: 10pt;
	font-family: arial;
}
.style5 {font-family:arial;}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}
.style6 {font-size: 18px}
h1{
		font-size: 18px;
}
h2 {
	font-size:14px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.error_message {
 color: red;
 font-size: 20px;
}