/* Default CSS Stylesheet for a new Web Application project */
.Msg
{
	font-family:helvetica, arial;
	font-size:12;
	color:red
}

.Text
{
	font-size:10pt;
	color:Black
}

.SmallText
{
	font-size:9pt;
	color:Black
}

.LargeBoldText
{
	font-size:11pt;
	font-weight:bold;
	color:Black
}

.TextBold
{
	font-size:9pt;
	font-weight:bold;
	color:Black
}

.Place
  { color: black; font-weight: bold; font-size: 11pt; background-color: #936 }

.RedText
{
	font-size:10pt;
	color:Red
}

.RedTextSmall
{
	font-size:8pt;
	color:Red
}

.WhiteTextBold
{
	font-size:9pt;
	font-weight:bold;
	color:White
}

.WhiteText
{
	font-size:9pt;
	color:White
}

.SurveyLink
{
	font-family: Arial;
	font-weight:bold;
	font-size: 9pt;
	color: #ffffcc ;
	text-decoration: None
}
.SurveyLink:Hover
{
	font-family: Arial;
	font-weight:bold;
	font-size: 9pt;
	color: #ffffcc;
	text-decoration: Underline	
}
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}
.DBTitle
{
	color: #004F75;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold	
}

.DBTitle14
{
	color: #004F75;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold	
}

.BoldText
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold	
}
body { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.green  { font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #339999;
    text-decoration: none;
    line-height: 120%}
    
.visitb  { font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #993366;
    text-decoration: none;
    line-height: 120%}
    
a
{
	font-family: Arial;
	font-size:10pt;
	color:blue;
	text-decoration: None		
}

a:Hover
{
	font-family: Arial;
	font-size:10pt;
	color:gold;
	text-decoration: Underline		
}

a:Visited
{
	font-family: Arial;
	font-size:10pt;
	color:purple;
	text-decoration: None		
}
