@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
color: #be1a00;
text-align: left;
font-size: 24px;
}

#text_holder {
color: #333;
font-size: 12px;
text-align: left;
}

#text_holder_bottom {
color: #333;
font-size: 12px;
text-align: left;
}

.highlighted_text {
	color: #666;
	font-weight: bold;
}

a:link {text-decoration: none;
}
a:visited {text-decoration: none;
}
a:active {text-decoration: none;
}
a:hover {text-decoration: underline;
color: #666666;}

#text_holder a:link {text-decoration: none;
font-weight: bold;}
#text_holder a:visited {text-decoration: none;
font-weight: bold;}
#text_holder a:active {text-decoration: none;
font-weight: bold;}
#text_holdera:hover {text-decoration: underline;
font-weight: bold; 
color: #666666;}

#text_holder_bottom a:link {text-decoration: none;
font-weight: bold;}
#text_holder a:visited {text-decoration: none;
font-weight: bold;}
#text_holder a:active {text-decoration: none;
font-weight: bold;}
#text_holder a:hover {text-decoration: underline;
font-weight: bold; 
color: #666666;}

.openLink {
	background-image: url(../site_images/readmore_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 20px;
	padding-top: 3px;
	font-size: 11px;
	color: #be1a00;
	font-weight: bold;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 15px;
	outline: none;
}
