/*

Color and Font Definitions

Maroon			:7F1E02
Dark Blue		:697BC5
Light Blue		:ABB7DF
Tan				:F7F2EC
Light Tan		:F3EDE2
Dark Yellow		:FFF8B2
Light Yellow	:FFFACC

*/

.Toolbar
{
	background-color	:#FFFACC;
}

TD.ToolbarItem, TD.ToolbarItemSelected
{
}

A.ToolbarItem, A.ToolbarItemSelected
{
	color				:Black;
	text-decoration		:none;
	font-family			:Verdana,Arial;
	font-size			:7pt;
	font-weight			:bold;
}

A.ToolbarItem:hover, A.ToolbarItemSelected:hover
{
	color				:#7F1E02;
	text-decoration		:none;
	font-family			:Verdana,Arial;
	font-size			:7pt;
	font-weight			:bold;
}

TD.Footer
{
	background-color	:#FFF8B2;
}

TD.Content
{
	border-bottom		:1px solid #7F1E02;
}