/* Default CSS Stylesheet for a new Web Application project */
.DBSmallText
{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt	
}
.BSmallText
{
	color: Black;
	font-family: Verdana;
	font-size: 8pt	
}
.DBSmallTextBold
{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold	
}
.BSmallTextBold
{
	color: Black;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold	
}
.DBText
{
	color: #004F75;
	font-family: Arial;
	font-size: 9pt	
}
.BText
{
	color: Black;
	font-family: Verdana;
	font-size: 9pt	
}
.BoldText
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold	
}
.DBBoldText
{
	color: #004F75;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold	
}
.BBoldText
{
	color: Black;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold	
}
.WhiteText
{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	color: White	
}
a
{
	font-family: Arial;
	font-size: 8pt;
	color: red;
	text-decoration: None		
}
a:Hover
{
	font-family: Arial;
	font-size: 8pt;
	color: red;
	text-decoration: Underline		
}

a:Visited
{
	font-family: Arial;
	font-size: 8pt;
	color: red;
	text-decoration: none		
}
.DBTitle
{
	color: #004F75;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold	
}
.Titlebg
{
	background-color: #F4F7FB
}
.Cellbg
{
	background-color: White
}
.btn
{
	color: #004F75;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold
}
.SearchBarDropDown
{
	background-color: #F4F7FB;
	color: #004F75;
	font-family: Arial;
	font-size: 8pt	
}
.SurveyText
{
	font-family: Arial;
	font-size: 9pt
}
.SurveyTextBold
{
	font-family: Arial;
	font-size: 9pt;	
	font-weight: bold
}
