/* CSS Document */

h1 {
	font:3em bold Arial, Helvetica, sans-serif; /* displayed at 36px */
	color:#db1f26; 
	margin:1.33em 0 .5em 0;
}
h2 {
	font:2em Arial, Helvetica, sans-serif; /* displayed at 24px */
	color:#333333;
	margin:0 0 .75em 0;
}
h3 {
	font:1.5em Arial, Helvetica, sans-serif; /* displayed at 18px */
	color:#333333;
	margin:0 0 0 0;
}

h4 {
	font:1em Arial, Helvetica, sans-serif; /* displayed at 12px */
	color:#333333;
	margin:0 0 0 0;
}

input, select, th, td {font-size:1em}

.text_red_bold {
	color:#db1f26;
	font-weight:bold;
}
.text_red {
	color:#db1f26;
}
.bodytext {
	position:relative;
	top:0px;
	font:1em Arial, Helvetica, sans-serif;
	color:#666;
}
a.more {
	color:#db1f26;
	font-weight:bold;
}

.list_text {
	padding-left:2em;
}

a.press_release {
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
a.press_release:hover {
	font-weight:bold;
	text-decoration:underline;
}
a.press_release img {
	margin:0 0 -.8em -.5em;
}