﻿* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin:2px;
}

td, th, font, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #BD0F33;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 18px;
	font-family: 'PT Sans Narrow', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #bd0f33;
	padding-bottom: 12px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	font-weight: normal;
}

p.buttonheading {
	margin-bottom: 16px;
}

/* === GCalendar Style PopUp ===*/

div#gcal-event-container {
	line-height: 1.6em;
}

html body.contentpane div#gcal-event-container.dp-container div.span5.calendarlink,
html body.contentpane div#footer_copyright {
	display: none;
}

html body.contentpane div#gcal-event-container.dp-container div.row-fluid div.span7 div.row-fluid.date div.span9.event-content {
	font-size: 12px;
	color: #bd0f33;
	font-weight: bold;
}


