td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#5E5E5E;
	line-height:13px;
}
a {	text-decoration: none;
	color:#5E5E5E;}

body { 	margin:0px;padding:0px; background-color:#FFFFFF; background-position:top; background-repeat:repeat-x}

.copy{
font-family:tahoma;
font-size:11px;
color:#000000;
}

.gray {color:#737373; text-decoration:none}
.gray_l {color:#6F6F6F; text-decoration:none}
.white {color:#ffffff; text-decoration:none}
.green_l {color:#9BC5CB; text-decoration:none}
.red {color:#BC0000; text-decoration:none}

.sm {font-size:9px}
.u {text-decoration:underline}
.t {text-transform:uppercase}
.big {font-size:11px}

.sign { width:122px;
		height:19px;
		font-family:tahoma;
		font-size:11px;
		border-style:solid;
		border-width:1px;
		border-color:#B6B6B6;
		background-color:#ffffff;
		color:#5E5E5E;
		margin-left:0px;
		margin-right:0px}
		
.form { width:290px;
		height:19px;
		font-family:tahoma;
		font-size:11px;
		border-style:;
		border-width:;
		border-color:#;
		background-color:#;
		color:#;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:290px;
		height:114px;
		font-family:tahoma;
		font-size:11px;
		border-style:;
		border-width:;
		border-color:#;
		background-color:#;
		color:#;
		overflow:auto;
		margin-left:0px;
		margin-right:0px}

.rollover {scrollbar-face-color:#4A483E;
		scrollbar-track-color:#FAF4D3;
		scrollbar-arrow-color:#FAF4D3;
		scrollbar-3Dlight-color:#FAF4D3;
		scrollbar-base-color:#FAF4D3;
		scrollbar-shadow-color:#FAF4D3;
		scrollbar-darkshadow-color:#FAF4D3;
		scrollbar-highlight-color:#FAF4D3;
		}


/** new CPBox6 for header */
.CPbox6            {COLOR: #333333; BACKGROUND-COLOR: #DBDBDB; BORDER: 1px solid #941E10}
.CPbox6H           {COLOR: #333333; BACKGROUND-COLOR: #941E10; PADDING: 1px}
.CPbox6H B         {COLOR: #333333;}
.CPbox6B           {COLOR: #333333;}
.CPbox6B A:link    {COLOR: #333333; FONT-SIZE: 11px; TEXT-DECORATION: none}
.CPbox6B A:visited {COLOR: #333333; FONT-SIZE: 11px; TEXT-DECORATION: none}
.CPbox6B A:hover   {COLOR: #CC3300; background-color: #FFFAA2; FONT-SIZE: 11px; TEXT-DECORATION: underline}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #730802;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
color: #730802;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkmenucols li{
padding-bottom: 3px;
color: #730802;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
color: #730802;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
color: #730802;
}

.anylinkmenucols a:hover{ /*hover background color*/
background: black;
color: white;


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}





