
table  {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
	
}

h1 {
	font-size : 16px;
	color: #CC0000;
}

h2 {
	font-size : 14px;
	
	color: #CC0000;
	padding : 0px 0px 0px 0px;
}


.myh2 {
	font-size : 14px;
	color: #CC0000;
	font-weight : bold;
	line-height : 22px;
}

A {
	color: #CC0000;
	text-decoration: none;
}

A:hover {
	color: #CC0000;
	text-decoration: underline;
}


/* bold text */
.bold {
	font-weight:bold;
}
