﻿body {
}

.BaseFont {
	font-size: 8pt;
	font-family: Verdana;
	line-height:12pt
}

.BaseFont A {
	font-size: 8pt;
	font-family: Verdana;
	color:Blue;
	text-decoration:none;
}

.BaseFont A:HOVER {
	font-size: 8pt;
	font-family: Verdana;
	color:Blue;
	text-decoration:underline;
}

.BaseFontBold {
	font-size: 8pt;
	font-family: Verdana;
	font-weight:bold;
	line-height:12pt
}

.BaseFontSmall {
	font-size: 7.5pt;
	font-family: Verdana;
	line-height:10pt
}

.BaseFontLarge {
	font-size: 9pt;
	font-family: Verdana;
	line-height:10pt
}

.Titlebar {
	font-size: 10pt;
	font-family: Verdana;
	font-weight:bold;
	color:White;
}

.Copyright {
	font-size: 7pt;
	font-family: Verdana;
	color:White;
}

.SiteMapHeader {
	font-size: 8pt;
	font-family: Verdana;
	font-weight:bold;
	color:#EBDCA3;
}

.SidebarFooter {
	font-size: 8pt;
	font-family: Verdana;
	color:White;
}

.SidebarFooter A {
	font-size: 8pt;
	font-family: Verdana;
	color:White;
	text-decoration:none;
}

.SidebarFooter A:HOVER {
	font-size: 8pt;
	font-family: Verdana;
	color:White;
	text-decoration:underline;
}

.Textbox {
	font-size: 8pt;
	font-family: Arial;
}

/* 
Because of the pathing nature of the background images in the Master page,
use the stylesheet property instead of a BACKGROUND attribute in the
actual TD tag
*/

.SidebarBackground {
	background-image:url('../Images/SidebarBackground_Master.gif');
}

.HeaderBottomDividerBackground {
	background-image:url('../Images/HeaderBottomDividerRight_Master.gif');
}

.TitlebarBackground {
	background-image:url('../Images/TitlebarBlue_Master.gif');
}