/* Hide the template's first column when printing */
td#firstcolumn { display: none;}
table#navigation { display: none;}
table#footer { display: none;}
img#firstcolumnspacer { display: none;}

/* Classes */
.bodycopy-small { font-family: Arial, Helvetica, sans-serif; font-size: 75%;}
.heading { color: #999966; font-size: 20px; font-family: "Times New Roman", Times, serif;}

/* Hyperlink colors */
a:active { color: #666699; text-decoration: underline; background-color: transparent;}
a:hover { color: #9999cc; text-decoration: underline; background-color: transparent;}
a:link { color: #333366; text-decoration: underline; background-color: transparent;}
a:visited { text-decoration: underline; background-color: transparent;}

a.navbar:active { color: #666699; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
a.navbar:hover { color: #9999cc; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
a.navbar:link { color: #333366; text-decoration:  none; font-family: Arial, Helvetica, sans-serif; font-size: 12px}
a.navbar:visited { text-decoration:  none; font-family: Arial, Helvetica, sans-serif; font-size: 12px}

/* Redefined HTML tags */
body { font-family: Arial, Helvetica, sans-serif; font-size: 90%;}
td { font-family: Arial, Helvetica, sans-serif;}
li { font-family: Arial, Helvetica, sans-serif;}

b { font-weight: bold;}
strong { font-weight: bold;}
i { font-style: italic;}
em { font-style: italic;}

h1 { font-size: 150%; font-weight: bold; color: #660000;}
h2 { font-size: 140%; font-weight: bold; color: #660000;}
h3 { font-size: 130%; font-weight: bold; color: #660000;}
h4 { font-size: 120%; font-weight: bold; color: #660000;}
h5 { font-size: 110%; font-weight: bold; color: #660000;}
h6 { font-size: 100%; font-weight: bold; color: #660000;}

/* Template features */
.skip { font-size: 65%; color: #FFFFFF; text-decoration: none; background-color: transparent;}
.search { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

.story-subheading { color: #999966;}
.story-heading { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #999966;}
.story-by { color: #666666;}

.quote-left {
	font-size: 20px;
	color: #999966;
	padding: 10px;
	float: left;
	height: auto;
	width: 238px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: cccc99;
	border-right-color: #cccc99;
	border-bottom-color: #cccc99;
	border-left-color: #cccc99;
	margin-right: 10px;
}

.quote-right {
	font-size: 20px;
	color: #999966;
	padding: 10px;
	float: right;
	height: auto;
	width: 238px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: cccc99;
	border-bottom-color: #cccc99;
	border-right-style: none;
	border-left-style: none;
}

