h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

A:Link, A:Visited, .Link {
	color : #4D6665;
	text-decoration : underline;
	cursor: pointer;
}

A:Hover, A:Active {
	color : #DD0000;
	text-decoration : underline;
}

.Bold {
	font-weight: bold;
}

.BoldRed {
	color : #CC0000;
	font-weight: bold;
}

.Small {
	font-size: 10px;
}

.SmallBold {
	font-size: 10px;
	font-weight: bold;
}

.Red {
	color : #CC0000;
}

.BoldRed {
	color : #CC0000;
	font-weight: bold;
}

.Green {
	color : #00CC00;
}

.BoldGreen {
	color : #00CC00;
	font-weight: bold;
}

.Grey {
	color : #666666;
}

.SectionHeader {
	font-size: 14px;
	font-weight: bold;
}

.PageHeader {
	font-size: 17px;
	font-weight: bold;
}

.PageHeaderRed {
	color : #CC0000;
	font-size: 17px;
	font-weight: bold;
}

.HugeRed {
	color : #CC0000;
	font-size: 48px;
}

.PageHeaderRed:Link, .PageHeaderRed:Visited {
	color : #CC0000;
	text-decoration : underline;
	font-size: 17px;
	font-weight: bold;
}

.TableHeader {
	font-weight: bold;
	color: #FFFFFF;
}

.TableHeader:Link, .TableHeader:Visited {
	color: #FFFFFF;
}

.TableHeader:Hover, .TableHeader:Active {
	color : #DD0000;
}

.RedField {
	background-color: #FFDDDD;
}

.GreyField {
	background-color: #DDDDDD;
}

.SearchRow {
	background-color: #CCCC99;
}

.HeaderRow {
	background-color: #8599A8;
}

.PageBackground {
	background-color: #FFFFFF;
}

.OddRow {
	background-color: #EEEECC;
}

.EvenRow {
	background-color: #FFFFFF;
}

.RedRow {
	background-color: #EECCCC;
}

.RedLinkRow {
	color: #DD0000;
	text-decoration : underline;
	background-color: #EECCCC;
}

.FooterRow {
	background-color: #FFFFFF;
}

.ScreenOnly {
	font-size: 11px;
}

.PrintOnlyHeader {
	display: none;
}

.PrintOnly {
	display: none;
}

.FrameTable {
	width: 750px;
}

.interfacetitle {
	display: none;
}