@charset "utf-8";
/* CSS Coding */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 10px;
}
p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 13px 0;
}
for table tr td, table tr td ul li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.red_text { color: #990000; }
.blue_text { color: #000033; } /*alt color for text is red  */
.yellow_text { color: #ffcc00; }