td, th, body {font-family: Verdana,Arial,Helvetia; font-size: 12px;}
.little {font-family: Verdana,Arial,Helvetia; font-size: 9px;}
.white {color: #FFFFFF;}
.red {color: #F26538;}
a:link {  color: #F26538; text-decoration: underline; }
a:visited {  color: #F26538; text-decoration: underline; }
a:hover {  color: #F26538; text-decoration: none;}
h3 {font-family: Verdana,Arial,Helvetia; font-size: 14px;}

.hide
{
	display: none;
}

.show
{
	display: block;
	visibility: visible;
}

.img-shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }

.home h1
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: strong;
	font-size:14px;
	color: White;
	letter-spacing: -1px;
	line-height: 30px;
	word-spacing: 1px;
}

.home h1 a, .home h1 a:visited, .home h1 a:hover
{
	color: Black;
}


.sticky {
  background-color: #F0F0F0;
  border: 1px solid #D0D0E0;
  position: relative; /* peekaboo ie bug */
  width: 95%;
}

.sticky .w1 {
  background-image: url(images/sticky-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}
.sticky .w2 {
  background-image: url(images/sticky-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}
.sticky .w3 {
  background-image: url(images/sticky-br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
.sticky .w4 {
  background-image: url(images/sticky-bl.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding: .5em;
  overflow: hidden;
}

.block
{
  position: relative;
  margin: 5px 5px 4px 4px;
}

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; background-color:DFEDF6; layer-background-color:DFEDF6; visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; }
.clLevel0{}
.clLevel0over{  text-decoration: underline;cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; }

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:"Trebuchet MS",Verdana, Arial, Geneva, Helvetica, sans-serif; font-size:11px;}
.clLevel1{background-color:FFFFFF; layer-background-color:DEDEDE; color:F16437;}
.clLevel1over{background-color:#92B5C8; layer-background-color:#1964A8; color:White; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:#000000; layer-background-color:#000000}

