/*cope with inheritance bugs*/
body, table, th, td{
color:#000000;
font-size:10px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*body specific*/
body{
background-color:#dbdbdb;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

form{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

a img { border:none }

a:link{
border: none #333333;
font-size:10px;
text-decoration:none;
}

a:visited{
color:#333333;
font-size:10px;
text-decoration:none;
}

a:hover{
color:#333333;
font-size:10px;
text-decoration:underline;
}

a:active{
color:#333333;
font-size:10px;
text-decoration:none;
}

li{
color:#333333;
list-style-type:square;
}

ol{
color:#333333;
}

ul{
color:#333333;
list-style-type:square;
}


H1, H2, H4, H5, H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

H3{
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px
}

.actCHECKOUTEM {background-color:#ffffff;}
.actCHECKOUTBG {background-color:#ffffff;}

.actsmaller{
	font-size: smaller;
	color:#333333;
}

.actxxsmall{
	font-size:10px;
	color:#333333;
}

.actxsmall{
	font-size:10px;
	color:#333333;
}

.actxlarge{
	font-size:16px;
	color:#333333;
}

.actxxlarge{
	font-size:18px;
	color:#333333;
}

.actwarningcolor{color:#8080c0;}
.actrequiredcolor{color:#8080c0;}
.actsearchhighlightcolor{color:#ff0000;}
.actrequired{color:#8080c0;}
.actwarning{color:#8080c0;}
.actwelcome{color:#000000;}

.actlogotext {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center}
.actlogout{font-size:10px;}

.thinborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
}

.thinred {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}

.thinred2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}

.actsmallheading {
	font-size:10px;
	color:#ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.outline {
	border: 1px solid #333333;
	background-color: #FFFFFF;

}
.mychild {
	border: 1px none #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;


}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: bold;

}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-position: left;


}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.page {
	background-position: center center;
	vertical-align: middle;
}
.seo {
	visibility: hidden;
	top: -1000px;
	position: absolute;
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:168px; height:500px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:168px; height:500px; 
	clip:rect(0px, 168px, 500px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content {
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;
	z-index:1;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:8px; height:500px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:10px; height:480px;
  background-color:#e0e0e0;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:8px; height:10px;
  background-color:#f5ec63;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  