body {
	font-family: Tahoma, SunSans-Regular ;
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	background-color : #FFFFFF;
}

/*Navigation*/

a { color: #EC6A00; text-decoration: none }
a:link { color: #EC6A00; text-decoration: underline }
a:hover { color: #333366; text-decoration: underline }
a:visited { color: #EC6A00; text-decoration: none }

.topnav a:link { color: #202467; text-decoration: none;}
.topnav a:visited { color: #202467; text-decoration: none;}
.topnav a:hover { color: #8284AA; text-decoration: none;}

.linkblue { color: #202467; text-decoration: underline }

/*Forms*/

input { color: #666666; font-size: 11px; font-family: Tahoma, SunSans-Regular ; background-color: #ffffff; border: solid 1 #666666 }
input, button { color: #666666; font-size: 11px; font-family: Tahoma, SunSans-Regular; background-color: #AEAEAE; border: solid 1 #666666 }
input, select { color: #666666; font-size: 11px; font-family: Tahoma, SunSans-Regular; background-color: #ffffff; border: solid 1 #666666 }
input, textarea { color: #666666; font-size: 11px; font-family: Tahoma, SunSans-Regular ; background-color: #ffffff; border: solid 1 #666666 }
td.fieldnames {color: #666666; font-size: 11px; line-height: 12px; font-family: Tahoma, SunSans-Regular}
td.examples {color: #202366; font-size: 9px; line-height: 12px; font-family: Tahoma, SunSans-Regular}
td.formheader{
	color: #202467;
	font-size: 11px;
	line-height: 14px;
	font-family: Tahoma, SunSans-Regular;
	font-weight : bold;
}


.footer {color: #202366; font-size: 10px; line-height: 12px; font-family: Tahoma, SunSans-Regular}
.footerplus {color: #E47D04; font-size: 10px; line-height: 12px; font-family: Tahoma, SunSans-Regular}
.copyright {color: #969696; font-size: 10px; line-height: 16px; font-family: Tahoma, SunSans-Regular}

td.footerborder{background-color : #FFFFFF; border-style:solid; border-color:#A7A7A5; border-width:1px}


ul.bluearrow{
	list-style-type: none;
	list-style-position: inherit;
	list-style-image : url(images/ul_blue_arrow.gif);
	font-family: arial;
	font-size: 10px;
	color: #55799B;
	line-height: 16px;
}
ul.greyarrow{
	list-style-type: none;
	list-style-position: inherit;
	list-style-image : url(images/ul_grey_arrow.gif);
	font-family: arial;
	font-size: 10px;
	color: #55799B;
	line-height: 16px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

.yellowheader{
	color: #DBE15E;
	font-size: 14px;
	line-height: 16px;
	font-family: Tahoma, SunSans-Regular;
	font-weight : bold;
}

.blueheader{
	color: #202467;
	font-size: 14px;
	line-height: 16px;
	font-family: Tahoma, SunSans-Regular;
	font-weight : bold;
}

.greyblueheader{
	color: #688CB0;
	font-size: 14px;
	line-height: 16px;
	font-family: Tahoma, SunSans-Regular;
	font-weight : bold;
}

.indexcenter{ color: #000000; font-size: 11px; line-height: 16px; font-family: Tahoma, SunSans-Regular}

td.white{
	background-color: #FFFFFF;
}

td.lightblue{
	background-color: #86A3C0;
}
td.sublightpurple{
	background-color: #A166B1;
}
td.subdarkpurple{
	background-color : #202467;
}
td.lightpurple{
	background-color: #8284AA;
}
td.darkpurple{
	background-color : #202467;
}
td.lightorange{
	background-color: #F3A05C;
}
td.darkorange{
	background-color: #EC6A00;
}
td.lightbrown{
	background-color: #CAAB4E;
}
td.lightgreen{
	background-color: #33AC71;
}
td.horizontal_dash{
	background-image :  url(siteimages/dot_horizontal.gif);
}

td.topnav{ color: #969696; font-size: 10px; line-height: 16px; font-family: Tahoma, SunSans-Regular}

td.indexheader{ background-color : #E1E1EA}


#maincontent{
	margin-left: 22px;
	margin-top: 22px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-family: arial;
	font-size: 12px;
	color: #505050; 
}

#rightcontent{
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-family: arial;
	font-size: 10px;
	color: #000000; 
}

#white{
	background-color : #FFFFFF;
}

ul.contentarrow{
	list-style-type: none;
	list-style-position: inherit;
	list-style-image : url(siteimages/ul_grey_arrow.gif);
	font-family: arial;
	font-size: 12px;
	color: #505050;
	line-height: 16px;
}

ul.columnarrow{
	list-style-type: none;
	list-style-position: inherit;
	list-style-image : url(siteimages/purple_arrow.gif);
	font-family: arial;
	font-size: 12px;
	color: #333366;
	line-height: 16px;
}

OL.arrow  { 	
	list-style-type: none;
	list-style-position: inherit;
	list-style-image : url(siteimages/ul_grey_arrow.gif); 
	}
	
	
UL.square   {
	list-style-type: square;
	list-style-position: inherit;
	list-style-image : none;
}

.columntext{
	font-family: arial;
	font-size: 12px;
	color: #333366;
	line-height: 18px;
}

.boldheader{
	font-family: arial;
	font-size: 12px;
	color: #333366;
	line-height: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.regulartext
{
	font-family: arial;
	font-size: 12px;
}
