body, p, table, tr, th, td, h1, h2, h3, h4, ul, li, input, textarea, select, option {
	font-family: verdana;
}

body, p, table, tr, th, td, ul, li, input, select, option, textarea {
 FONT-SIZE: 11px;
}

h1 {
 	FONT-SIZE: 16px;
	color:#4FB001;
 	font-weight:bold;
}
h2{
 	FONT-SIZE: 12px;
	color:#505050;
}

h3{
 	FONT-SIZE: 11px;
	color:#505050;
}

.CCMGreen {
  color:#4FB001;
}

@media print {
	.donotprint {display: none}
}


a  {
  color:#DE6E00;
}

a:visited {
  color:#505050;
}

a:hover, a:visited:hover {
  color:#c00000;
  text-decoration:underline;
}

