@charset "UTF-8";
/* CSS Document */

#leftColumn1 h2 {
	padding-top: 2px;
}
p #noflyer {
    color: #BB2127;
	font-size: 12px;
}
#noflyer {
	font-weight: bold;
	text-align: center;
	color: #BB2127;
	padding-top:5px;
}
#click {
	text-align: left;
}
#click a, a:link {
	font-weight: bold;
	text-align: center;
	color: #BB2127;
}
#click a:visited {
	color: #AD0000;
}
#click a:hover {
	color: #FF0000;
}
#click a:focus {
	color: #FF0000;
}
#click a:active {
	color: #BB2127;
}
#content {
	color: #2d2e2e;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 14px;
}
#content .contentDetail h1 {
	color: #2C7BFF;
}
#content .contentDetail h2 {
	font-size: 14px;
	color: #000089;	
}
#content .contentDetail p {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 14px;
}
#content .contentDetail li {
	font-size: 12px;
	line-height: 15px;
}
#content .contentIndent {
	font-size: 14px;
	line-height: 12px;
	text-indent: 20px;
}
#content .contentIndentSmall {
	font-size: 14px;
	line-height: 12px;
	text-indent: 10px;
}
#content h2 .heading {
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #2d2e2e;
	margin: 4px 4px 4px 1px;
}
/* Sets the style for unvisited links. */
.inhouse {
	color: #0000B3;
}
/* Sets the style for unvisited links. */
.inhouse a,  a:link {
	color: #0000B3;
	text-decoration: none;
}
/* Sets the style for visited links. */
.inhouse a:visited {
  color: #15469E;
}
/* Sets the style for links on mouseover. */
.inhouse a:hover {
  color: #87ACE0;
}
/* Sets the style for a link that has focus. */
.inhouse a:focus {
  color: #87ACE0;
}
/* Sets the style for a link that is being activated/clicked. */
.inhouse a:active {
  color: #0000B3;
}
