.DefaultStyle, p, legend
{
	font-family:		Trebuchet MS, Arial;
	font-size:			12px;
	font-weight:        bold;
}
	
.SmallStyle
{
	font-family:		Trebuchet MS, Arial;
	font-size:			11px;
}

.HeaderStyle
{
	font-family:		Trebuchet MS, Arial;
	font-size:			12px;
	font-weight:		bold;
}
	
.ItemStyle
{
	font-family:		Trebuchet MS, Arial;
	font-size:			12px;
	background-color:	Whitesmoke;
}

.MenuItemStyle
{
	font-family:		Trebuchet MS, Arial;
	font-weight:        bold;
	padding:            4px;
	cursor:             hand;
	font-size:			12px;
	color:              #A06400;
}

.MenuItemStyle a
{
	font-family:		Trebuchet MS, Arial;
	font-weight:        bold;
	font-size:			12px;
	color:              #A06400;
	text-decoration:    none;
}

.MenuItemOverStyle
{
	font-family:		Trebuchet MS, Arial;
	font-weight:        bold;
	padding:            4px;
	cursor:             hand;
	font-size:			12px;
	background-color:	Whitesmoke;
	color:              #5A5A2D;
}

.MenuItemOverStyle a
{
	font-family:		Trebuchet MS, Arial;
	font-weight:        bold;
	font-size:			12px;
	color:              #5A5A2D;
	text-decoration:    none;
}

.AlternatingItemStyle
{
	font-family:		Trebuchet MS, Arial;
	font-size:			12px;
	background-color:	White;
}
	
.ErrorStyle
{
	color:				Red;
	font-family:		Trebuchet MS, Arial;
	font-size:			10px;
	padding-top:		15px;
}
		
	
.MultiPage, .ButtonPanel
{
	background-color:	White;
	padding:			10px;
	width:				100%;
}
	
.MultiPage
{
	border:				solid 1px Gray;
	border-right:		solid 2px Gray;
	border-top:			none;
}
	
.TabSeperator
{
	background-color:	White;
}
	
.DefaultTab
{
	background-color:	Silver;
}
	
.HoverTab
{
	background-color:	Gray;
}
	
.SelectedTab
{
	background-color:	whitesmoke;
}
	
a
{
	color:				#3366CC;
	font-weight:		bold;
	text-decoration:	none;
}
	
a:hover
{
	color:				Black;
	font-weight:		bold;
	text-decoration:	underline;
}

body,td
{
	font-family:		Trebuchet MS, Arial;
	font-size:			11px;
}

input, select, textarea
{
	font-family:		Trebuchet MS, Arial;
	font-size:			11px;
}
	
legend
{
	color:				#3366CC;
}
	
hr
{
	color:				Gray;
	height:				100%;
}