﻿body 
{
	font-family: arial, helvetica;
	font-size: 11px;
	color: #333333;
}

td 
{
	font-family: arial, helvetica;
	font-size: 11px;
	color: #333333;
}

a
{
	color: #0174A5;
	text-decoration: none
}

a:visited
{
	color: #0174A5;
	text-decoration: none
}

a:hover
{
	color: #FF9933;
	text-decoration: underline;
}

.menuheader
{
	font-family: arial, helvetica;
	font-size: 18px;
	color: #969696; 
	font-weight: bold;
	vertical-align: bottom;
	padding: 5px;	
}

.header
{
	font-family: arial, helvetica;
	font-size: 16px;
	color: #606060; 
	font-weight: bold;
	height: 30px;
	text-align: center;
}

.header2
{
	font-family: arial, helvetica;
	font-size: 12px;
	color: #606060; 
	font-weight: bold;
	height: 25px;
}

.bgheader2
{
	font-family: arial, helvetica;
	font-size: 12px;
	color: #606060; 
	font-weight: bold;
	height: 25px;
	background-image: url(../shared_images/bg_header2.gif);
	background-repeat: repeat-x; 
}

.header3
{
	font-family: arial, helvetica;
	font-size: 11px;
	color: #606060; 
	font-weight: bold;
	height: 20px;
}

.note
{
	font-family: Verdana, arial, helvetica;
	font-size:9px;
	color: #606060; 
}

.expandabletable
{
	background-color: #FAFAFA;	
	padding: 10px;
	border-style: dotted;
	border-width: thin;
}

.sidebordertable
{
	border-left-style:solid; 
	border-left-width:1px; 
	border-left-color:silver; 
	border-right-style:solid; 
	border-right-width:1px; 
	border-right-color:silver;
}

.sidebottombordertable
{
	border-left-style:solid; 
	border-left-width:1px; 
	border-left-color:silver; 
	border-right-style:solid; 
	border-right-width:1px; 
	border-right-color:silver;
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:silver;
}

.bluehighlight
{
	color: #0174A5;
	font-weight: bold;
}

.copyright
{
	color: #999999; 
}


.required
{
	color: Red;
}

.inerror
{
	color: Red;
	background-color: moccasin;
	border-width: 1px;
	border-color: orange;
	border-style: solid;
	padding: 5px;
	
}

 


 