BODY {
	background: #EAEAEA;
  	font-family: Verdana, Arial, Geneva, MS Sans Serif , Clean, sans-serif;
	font-size: 10px;
	color: #555555;
	}
	
TR, P, UL, OL, LI,SELECT, DL, DD, DT
{
	font-family: Verdana, Arial, Geneva, MS Sans Serif , Clean, sans-serif;
   font-size: 11px;
	}

H5	{
   color: #373737;
   font-family: Verdana, Arial, serif;
	}

	
input, select, textarea {
   color: black;
   background: white;
   font-family: Verdana, Arial, serif;
	font-size: 10px;
   border: 1px groove black;
}
.InputBox	{
 		  BORDER-RIGHT: white 1px inset;
 		  BORDER-TOP: white 1px inset;
 		  BACKGROUND-ATTACHMENT: fixed;
 		  BORDER-LEFT: white 1px inset;
 		  BORDER-BOTTOM: white 1px inset;
 	     font-size: 10px;
 		}

.MsgDropDown{
 FONT-SIZE: 10px;
 background-color: #D4DCEA;
	height: 20;
	}
		
.search_Input{
 FONT-SIZE: 10px;
 background-color: #D4DCEA;
 BORDER-RIGHT: white 1px inset;
 BORDER-TOP: white 1px inset;
 BORDER-LEFT: white 1px inset;
 BORDER-BOTTOM: white 1px inset;	
	}

	
	
.site_header {
   color: white;
font-weight: bold;
   background: #8CA6CE;
   border: 1px groove white;
   border-bottom-width: 1px;
}
.site_footer {
   color: White;
   	font-size: 10px;
	background: #8CA6CE;
   border: 1px groove white;
   border-bottom-width: 1px;
}
.content {
   background: #f8f8f9;
	color: #000000;
	text-align: justify;
		font-size: 10px;
}
.blockcontentgrey
 {
   color: black;
   background: #f8f8f9;
   font-weight: normal;
 }
.blockcontentsteelblue
 {
   color: black;
   background: lightsteelblue;
   font-weight: normal;
   background-color: #B0C4DE;
    }
 .border {
  background: #EEEEEE;
  border: 1px solid #bbc3d3;
  }
 .border_left {
  border-left: 1px solid #bbc3d3;
  }
 .border_top {
  border-top: 1px solid #bbc3d3;  
  }
 .border_bottom {
  border-bottom: 1px solid #bbc3d3;  
  }
 .border_top_bottom {
  border-top: 1px solid #bbc3d3;  
  border-bottom: 1px solid #bbc3d3;
  }

 .border_right {
  border-right: 1px solid #bbc3d3;  
  }
  

.text_ghost{
  color: #8D8D8D;
}  

.text_highlight{
  color: red;
  font-weight: bold;
}  
.text_highlight_small{
  color: red;
  font-size: xx-small;
} 
  
.Title {
 color: #F5F5F5;
 font-weight: bold;
 border-top: 1px solid #CACACA;
 background-color: #66CDAA;
}
.Title_left {
 background-color: #606D9A;
 border-top: 1px solid #CACACA;
 border-left: 1px solid #CACACA;}
 
.Title_right {
 border-left: 1px solid #CACACA;
 background-color: #F5F5F5;
}

.subTitle_none{
  background: #EEEEEE;
}
.subTitle_t{
  background: #EEEEEE;
  border-top: 1px solid #CACACA;
}
.subTitle_b{
  background: #EEEEEE;
  border-bottom: 1px solid #CACACA;
}
.subTitle_t_b{
  background: #EEEEEE;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
}
.subTitle_l{
  background: #EEEEEE;
  border-left: 1px solid #CACACA;
}
.subTitle_r{
  background: #EEEEEE;
  border-right: 1px solid #CACACA;
}
.subTitle_l_r{
  background: #EEEEEE;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}


.subTitle{
  background: #EEEEEE;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  border-left: 1px solid #CACACA;  
  border-right: 1px solid #CACACA;
}
.subTitle_left{
  background: #EEEEEE;
  border-top: 1px solid #CACACA;  
  border-bottom: 1px solid #CACACA;
  border-left: 1px solid #CACACA;  
}
.subTitle_middel{
  background: #EEEEEE;
  border-top: 1px solid #CACACA;  
  border-bottom: 1px solid #CACACA;
}
.subTitle_right{
  background: #EEEEEE;
  border-top: 1px solid #CACACA;  
  border-bottom: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}

.capitalText{
	font-size: larger;
	font-weight: bold;
	color: #5C658C;
}

.smallText{
	font-size: xx-small;
}
.smallLink{
	color: #000099;
   text-decoration: none;
	font-size: 10px;
}

.whiteLink{
	color: White;
}

.textLink{
   color: #000099;
   text-decoration: none;
   background: url(images/link.gif) no-repeat;
	}


a:link {
   color: #000099;
   text-decoration: none;
}

a:active {font: color : red;}

a:visited {
   color: #000099;
   text-decoration: none;
}

a:hover {
   text-decoration:underline;
}



