/*------------ BEGIN GENERAL STYLES---------*/
body
{
	background-color: #FFFFFF;
	margin: 0;
	font-size: 10pt;
}
/*------------ END GENERAL STYLES-----------*/

/*------------ BEGIN BUTTON BAR STYLES---------*/
.MenuButton_Standard
{
	border: 2px outset #FFFFFF;
	cursor: default;
	padding: 3px;
	background-color: #EEEEEE;
	color: #000000;
}
.MenuButton_Highlight
{
	border: 2px outset #FFFFFF;
	cursor: default;
	padding: 3px;
	background-color: #999999;
	color: #FFFFFF;
}
.MenuButton_Depressed
{
	border: 2px inset #FFFFFF;
	cursor: default;
	padding: 3px;
	background-color: #DDDDDD;
	color: #000000;
	font-weight: bold;
}
/*------------ END BUTTON BAR STYLES ---------
------------ BEGIN INDIVIDUAL BUTTON STYLES ---------*/
.button_Standard
{
	font-family: Verdana, Arial, sans-serif;
	border: 2px outset #FFFFFF;
	cursor: default;
	background-color: #EEEEEE;
	color: #000000;
	font-size: 9pt;
}
.button_Highlight
{
	font-family: Verdana, Arial, sans-serif;
	border: 1px inset #FFFFFF;
	cursor: default;
	background-color: #DDDDDD;
	color: #000000;
	font-size: 9pt;
}
/*------------ END INDIVIDUAL BUTTON STYLES ---------
------------ BEGIN LINK STYLES ---------*/
A
{
	color: #000000;
	text-decoration: none;
}
A:Active
{
	color: #FFFFFF;
}
A:Hover
{
	color: #449944;
}
A:Visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}
A:Visited:Hover
{
	color: #449944;
}
/*------------ END LINK STYLES ---------
------------ BEGIN PAGE CONTENT STYLES ---------*/
.pageTitle
{
	font-family: Georgia, serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	letter-spacing: 4pt;
	font-style: italic;
}
.headerText
{
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 18pt;
	font-style: italic;
}
.pageText
{
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18pt;
}
.pageText A
{
	text-decoration: underline;
}
.Msg
{
	color: #000099;
	font-weight: bold;
}
.Warning
{
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
}
.Error
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
	background-color: #CC0000;
	padding: 2pt;
}
.Instruction
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
}
/*------------ END PAGE CONTENT STYLES ---------
------------ BEGIN FONT STYLES ---------*/
.sansSerifFont
{
	font-family: Tahoma, Verdana, sans-serif;
}
.serifFont
{
	font-family: Georgia, Times, serif;
}
.navLink
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-style: normal;
	text-decoration: none;
}
.subLink
{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-style: normal;
	text-decoration: none;
}
.headerFont
{
	font-size: 11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 150%;
	border: 1px solid black;
	background-color: #EEEEEE;
	letter-spacing: 5pt;
}
.subHeaderFont
{
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 150%;
	border: 1px solid black;
	background-color: #CCCCCC;
}
.blackFont
{
	color: #000000;
}
.whiteFont
{
	color: #FFFFFF;
}
.redFont
{
	color: #CC0000;
}
.greenFont
{
	color: #00CC00;
}
.blueFont
{
	color: #0000CC;
}
.Bold
{
	font-weight: bold;
}
.Italic
{
	font-style: italic;
}
.tinyFont
{
	font-size: 7pt;
}
.smallFont
{
	font-size: 8pt;
}
.normalFont
{
	font-size: 9pt;
}
.mediumFont
{
	font-size: 10pt;
}
.largeFont
{
	font-size: 11pt;
}
.font12
{
	font-size: 12pt;
}
.leadingChar
{
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}
/*------------ END FONT STYLES ---------
------------ BEGIN BORDER/LINE STYLES ---------*/
.Box
{
	border: 1px solid black;
}
.topLine
{
	border-top: 1px solid black;
}
.bottomLine
{
	border-bottom: 1px solid black;
}
.rightLine
{
	border-right: 1px solid black;
}
.leftLine
{
	border-left: 1px solid black;
}
/*------------ END BORDER/LINE STYLES ---------
------------ BEGIN MISC STYLES ---------*/
.ParaIndent
{
	text-indent: 1.5em;
}
/*------------ END MISC STYLES ---------*/
