/* ______________ body ______________ */
body {
	background: #ffffff
}
/* ______________ hyperlinks ______________ */
a:link {color: #CD3300; text-decoration: underline;}
a:visited {color: #CD3300; text-decoration: underline;}
a:active {color: #999999; text-decoration: none;}
a:hover {color: #FF9801; text-decoration: none;}
a {font-weight: bold;}
/* ______________ Drop Down Menu | added 032907 ______________ */
#anylinkmenu1, #anylinkmenu2, #anylinkmenu3, #anylinkmenu4, .anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #f3d2a0;
font: 12px Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
text-decoration: none;
background-color: #FFFFFF;
width: 205px;
}

.anylinkcss a, .anylinkcss a:visited{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
color:#000000;
font-weight: bold;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #f9ecd8;
color: #000000;
}



/* ______________ default text ______________*/
body, td, .txt {
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
}
/* ______________ headers ______________ */
h1, .h1 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	
}
h2, .h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 15px;
	color: #CD3300;
	font-weight: bold;
}
.customHeight1 {
	line-height: 16px;
	height: 22px;
	font-size: 14px;
}
/* ______________ navigation ______________ */
.navlink {
	font-size: 12px;
} 
.navlink a:link {}
.navlink a:visited {}
.navlink a:active {}
.navlink a:hover {}
.navlink2 {
	font-size: 12px;
	font-style: italic;
}
/* ______________ font styles ______________ */
.navblock {
	font-size: 10px;
}
.small {
	font-size: 10px;
}
.smaller {
	font-size: 11px;
}
.large {
	font-size: 14px;
}
.caption {
	font-size: 11px;
	font-style: italic;
	color: #999999;
}
.horizontalLine {
	background: #D0D0D0
}
/* ______________ store ______________ */
.storeMessage {
	font-size: 12px;
	font-style: italic;
	color: #777777;
}
.storeAlert {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.storeNavActive {
	font-weight: bold;
	color: #999999;
}
.storeDynButton {
     font-family: arial, helvetica, geneva, sans-serif;
      background: white;
           color: black;
          margin: 0;
          border: 0;
    border-width: 0;
    border-color: white;
    border-style: none;
      text-align: right;
}
.storeColHeader {
	background-color: #555555;
	color: white;
}
.storeColSubHeader {
	font-size: 10px;
	color: #555555;
	background: #EEEEEE;
}
.storeColSubHeader {
	font-size: 10px;
	color: #555555;
	background: #EEEEEE;
}
.storeSystemMsg {
	color: #c0c0c0;
}
.storeSystemError {
	color: red;
}
/* ______________ forms ______________ */
input {
	font-family: monospace;
	font-size: 12px;
}
form {
	display: inline;
}
/* ______________ rule ______________ */    
.rule {
  background-color: #cc6600;
  }
/* ______________ image ______________ */   
.image {
	border-color: #cc6600;
	border-style: solid
	border-width:1px;
    }
/* ______________ address text ______________*/
.address {
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
}
/* ______________ copyright text ______________*/
.copyright {
	font-size: 11px;
}
.floatoff {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(/images/spacer.gif);
	right: 25px;
}
