/* Shared */

body
{
background-color: #ffffff;
background-image: url(../images/stripes.gif);
background-repeat: repeat;
background-position: top center;
}

td   {
	color: #000;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 17px
}

a:link  { color: #ce7019; text-decoration: none }
a:visited  { color: #ce7019; text-decoration: none }
a:active  { color: #ce7019; text-decoration: none }
a:hover  { color: #ce7019; text-decoration: underline }

h1        { color: #9bc3ca; font-size: 25px; font-weight: normal; margin: 0; padding: 0 0 8px; line-height: 17px}
h2      {
	color: #000;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0 0 6px
}
.caption     { color: #666666; font-size: 12px }

.breadcrumbs	{ color: #252122; font-size: 13px }
.breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:active	{ color: #252122; text-decoration: none }
.breadcrumbs a:hover    { color: #252122; text-decoration: underline }

.nounder a:link, .nounder a:visited, .nounder a:active	{ color: #252122; text-decoration: none }
.nounder a:hover    { color: #252122; text-decoration: underline }

#footer { color: #ce7019; font-size: 12px }
#footer a:link, #footer a:visited, #footer a:active	{ color: #ce7019; text-decoration: none }
#footer a:hover    { color: #ce7019; text-decoration: underline }

#orangelink a:link, #orangelink a:visited, #orangelink a:active	{ color: #ce7019; text-decoration: none }
#orangelink a:hover    { color: #ce7019; text-decoration: underline }

#Announcement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #333333;
}
/* Menus */

.anylinkcss   {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background-color: #d3e6ec;
	color: #252122;
	visibility: hidden;
	position: absolute;
	margin-left: -1px;
	z-index: 100;
	width: 225px;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #cd7114;
	outline-width: 1px;
	order-style: solid;
 }

.anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active {
	color: #252122;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 27px
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #ebf3f5;
	text-decoration: none;
}


/* Print Settings */

.printonly { display: none }
#printonly { display: none }

