body	{
	background-color: #ffffff;
	scrollbar-face-color: buttonface;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: buttonface;
	scrollbar-3dlight-color: buttonface;
	scrollbar-arrow-color: buttonshadow;
	scrollbar-track-color: #fdf1d4;
	scrollbar-darkshadow-color: buttonshadow;
	margin: 0px;
}
a 	{
	color: #003399
}
a:hover	{
	text-decoration: underline;
	color: #339900;
}
a.link:hover	{
	text-decoration: underline;
	color: #66ff66;
}
.color-titleLink	{
	color: #ffffff;
}
.color-titleLink:hover	{
	color: #dddddd;
}
.taboff	{
	border-width: 1px;
	border-color: buttonhighlight;
	border-style: solid;
	border-right-color: buttonshadow;
	border-bottom-color: buttonshadow;
	font-family: Ms Sans Serif;
	font-size: 8pt;
	cursor: hand;
}
.tabon	{
	border-width: 1px;
	border-color: buttonshadow;
	border-style: solid;
	border-right-color: buttonhighlight;
	border-bottom-color: buttonhighlight;
	font-family: Ms Sans Serif;
	font-size: 8pt;
	background-color: #ddddd5;
	color: #000000;
	cursor: hand;
}
.MainNavHead	{
	font-family: Ms Sans Serif;
	font-size: 8pt;
	font-weight: Bold;
	color: #ffffff;
	cursor: hand;
}
.text	{
	font-family: Ms Sans Serif;
	font-size: 8pt;
}
.color-title	{
	background-color: #7A8FA4;
	color: #ffffff;
	font-family: Ms Sans Serif;
	font-size: 8pt;
	font-weight: Bold;
}
.color-rowalert	{
	background-color: #ffddaa;
	color: Maroon;
	font-family: Ms Sans Serif;
	font-size: 8pt;
}
.color-row	{
	background-color: #DEE7EF;
	font-family: Ms Sans Serif;
	font-size: 8pt;	
}
.formfield	{
	font-family: Ms Sans Serif;
	font-size: 8pt;
	
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #ffffff;
}
.formfield-alert	{
	font-family: Ms Sans Serif;
	font-size: 8pt;
	
	border-width: 1px;
	border-color: #ff0000;
	border-style: solid;
	background-color: #ffc6c6;

}
.color-buttonrow, .color-buttons	{
	background-color: #D2E0ED;
	font-family: Ms Sans Serif;
	font-size: 8pt;	
}
.buttn	{
	background-color: #366496;
	width: 100px;
	color: #ffffff;
	cursor: hand;
	font-family: Ms Sans Serif;
	font-size: 8pt;	
	border-width: 1px;
	border-left-color: #CBE3FF;
	border-top-color: #CBE3FF;
	border-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
}
.color-rowheader	{
	background-color: #888885;
	color: #ffffff;
	font-family: Ms Sans Serif;
	font-size: 8pt;
	font-weight: bold;	
}
.color-header	{
	background-color: #ddddd5;
	font-family: Ms Sans Serif;
	font-size: 8pt;	
}
.requiredon	{
	color: maroon;
	font-family: Ms Sans Serif;
	font-size: 8pt;
}
.requiredoff	{
	color: #fffff5;
	font-family: Ms Sans Serif;
	font-size: 8pt;
}
.dropShadow	{
	filter: progid:DXImageTransform.Microsoft.DropShadow(color: 'Gray', offX=3, offY=3, positive=true)
}
.bordered	{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

th.table-sortable {
background-image:url(/assets/images/sortable.gif);
background-position:left center;
background-repeat:no-repeat;
cursor:pointer;
padding-left:12px;
}

th.table-sorted-desc {
background-image:url(/assets/images/sorted_down.gif);
background-position:left center;
background-repeat:no-repeat;
}

tr.alternate {
background-color:#DEE7EF;
}

table.sortlist2 th, table.sortlist2 td {
border-collapse: collapse;
}


td {
  font: 11px Arial, Tahoma, Verdana;
  color: #000000;
}
td a {
  color: #4A7ADF;
  text-decoration: underline;
}
td a:hover, td a.cont:hover {
  color: #FF0000;
  text-decoration: underline;
}

