@charset "UTF-8";

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
}
a:active {
	text-decoration: none;
}

body_1  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

headline_red_italic_bold  {
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CC0033;
	font-size: 18px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	left: inherit;
}


h1_red_italic_bold  {
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CC0033;
	font-size: 18px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	left: inherit;
}

h3  {
	font: Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
h3_white  {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
h4_gray  {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px0 10px 30px 10px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}
li  {
	font: Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	padding-top: 0px;
	vertical-align: top;
	margin-top: 0px;
}
