
/* CSS Document */

body,td,th {
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #333333;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #cc0000;
}
h1 {
	font-size: 18px;
	font-style: italic;
	color: #cc0000;
	font-style: italic;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}

hr {
	color:#cc0000;
}

.style1 {
	color: #CC0000;
	font-size: 9px;
}

OL.withalpha { list-style-type: lower-alpha
}

OL.withroman { list-style-type: lower-roman
}.italic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #CC0000;
}
