/* Reset Stuff */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}
form {
	display: inline;
}






/* Font Stuff */

#printHeader {
	display: block;
}
body {
	background-color: #FFFFFF;
	font-family: Georgia,Verdana,Arial;
	font-size: 12pt;
	color: #000000;
}
.smallText {
	font-size: 10px;
}
a {
	text-decoration: underline;
	color: #8C1B38;
}
input, select, option, textarea {
	font-family: Arial;
	font-size: 12px;
}
form td span {
	cursor: pointer;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
p {
	margin-bottom: 13px;
}
.noMargin {
	margin: 0px;
}
.bold, strong {
	font-weight: bold;
}




/* Design Stuff */

#topBanner1 { 
	display: none;
}
#topBanner2 {
	display: none;
}
#topBanner3 {
	display: none;
}
#sideLinkBar {
	display: none;
}
#sideLinkBarRight {
	display: none;
}
#mainContent {

}
#footerBar {
	text-align: center;
	font-size: 10px;
	width: 100%;
}
#footerBar p {
	padding-top: 10px;
}
