body
{
	background-color: #99CCFF;
}

input
{
	font-family: Verdana, Tahoma, Arial, Times New Roman;
	font-size: 12px;
	color: #0066CC;
}

textarea
{
	font-family: Verdana, Tahoma, Arial, Times New Roman;
	font-size: 12px;
	color: #0066CC;
}

input.btn
{
   color:#FFFFFF;
   font-family: Verdana, Tahoma, Arial;
   font-size: 11;
   font-weight: bold;
   background-color: #FFFFFF;
   border:1px solid;
   border-top-color:#003366;
   border-left-color:#003366;
   border-right-color:#003366;
   border-bottom-color:#003366;   
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#336699',EndColorStr='#003366');   
}

a:link, a:visited
{
	font-family: Sans-Serif , Georgia;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;	
}

a:active, a:hover
{
	font-family: Sans-Serif, Georgia;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;	
	font-weight: bold;	
}

a.NavLink:link, a.NavLink:visited
{
	font-family: Sans-Serif , Georgia;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;	
}

a.NavLink:active, a.NavLink:hover
{
	font-family: Sans-Serif, Georgia;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;	
	font-weight: bold;	
}

/* Article Styles */
.Header
{
	font-family: Tahoma, Tahoma, Verdana, Arial, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #3300FF;
}

.SubHeader
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}

/* Box Content Header */
.BCHeader
{
	font-family: Sans-Serif, Georgia;
	font-size: 12px;
	color: #993300;
	font-weight: bold;
}

/* Text */
.Label
{
	font-family: Tahoma, Verdana, Arial, Times New Roman;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

.NormalText
{
	font-family: Sans-Serif, Georgia;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

.SmallText
{
	font-family: Sans-Serif, Georgia;
	font-size: 10px;
}

.Error
{
	font-family: Sans-Serif, Georgia;
	font-size: 10px;
	color:red;
}


.Highlight
{
	font-family: Sans-Serif, Georgia;
	font-size: 12px;
	color: #3300FF;
	font-weight: bold;
}
