/* Shared */

body
{
background-color: #ffffff;
background-image: url(../images/stripes.gif);
background-repeat: repeat;
background-position: top center;
}

td   { color: #252122; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 20px }

a:link  { color: #252122; text-decoration: underline }
a:visited  { color: #252122; text-decoration: underline }
a:active  { color: #252122; text-decoration: underline }
a:hover  { color: #252122; text-decoration: underline }

h1        { color: #9bc3ca; font-size: 25px; font-weight: normal; margin: 0; padding: 0 0 8px }
h2      { color: #9bc3ca; font-size: 13px; font-weight: normal; font-style: italic; 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 }


/* 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: block }
#printonly { display: block }
.noprint { display: none }
#noprint { display: none }
