/* CSS Document */

BODY {
margin-top:0;
font:11px trebuchet ms;
padding:2px 4px 2px 4px;
background:url(../images/bg.png) repeat;
 }
 a:link {
	color: #FFF;
	text-decoration: none;
	background:url(../images/chevron_left_blue.gif) no-repeat;
	padding-left:12px;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #000066;
		background:url(../images/chevron_right_blue.gif) no-repeat;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
 
.bgdiv{
background:#FFFFFF;
border-left:1px solid #666;
border-right:1px solid #666;
}
/*TABLE {
  background:url(../images/bkgrnd1.png);
  }*/
.search {
border:1px solid #075BA9;
height:15px;
}
.footer {
font:11px trebuchet ms;
color:#075BA9;
text-align:center;
border-top:1px solid #666;
border-bottom:1px solid #666;
background:url(../images/bkgrnd.png);
}

.header{
font:11px trebuchet ms;
color:#666;
text-align:justify;
padding-left:6px;
padding-right:5px;
border-top:1px solid #666;
/*border-bottom:1px solid #666;*/
background:url(../images/bkgrnd-a.png);
}

.insideBody{
width:auto;
height:auto;
border-bottom:1px solid #FFF;
border-bottom-width:2px;
border:1px solid #FFF;
font:11px trebuchet ms;
padding:2px;
}
.partition{
border:1px solid #CCCCCC;
background:#FFFFFF;
text-align:justify;
}
 img.floatLeft { 
    float: left; 
	padding:2px;
    margin: 2px; 
	border:1px solid #A9f39c;
}
.dotted{
border-bottom:1px dotted #333333;
padding:2px;
text-align:justify;
}

.titleBlue{
font:15px;
text-align:center;
padding:4px;
color:#000066;
font-weight:bold;
}

.titleTabs{
    font:14px;
    padding:1px;
    color:#000066;
    font-weight:bold;
	background:url(../images/chevron_left_blue.gif) no-repeat;
	padding-left:17px;
}

.titleGrey{
    font:14px;
    text-align:center;
    padding:4px;
    color:#666;
    font-weight:bold;
}

.lNotes{
border-bottom:1px solid #000066;
text-align:justify;
}
.image{
margin:2px;
padding:4px;
float:left;
}

.notes{
   padding:3px;
   text-align:justify;
}

.bborder{
   border-bottom:1px dotted #666;
   border-top:1px dotted #666;
   text-align:justify;
   padding:2px;
}
.divid{
border-right:1px dotted #666;
}
.indexNotes{
text-align:justify;
padding-right:15px;
padding-left:4px;
padding-top:2px;
padding-bottom:2px;
}
.topside{
border-bottom:1px solid #666;
background:url(../images/bkgrnd.png);
}
.lineUp{
border-top:1px dotted #666;
}
.fld{
border:1px solid #FFF;
height:15px;
}
.button{
	height:18px;
	font:85%/70% Verdana,Arial, Helvetica, sans-serif;	color:#666;
	padding:2px;
	font-weight:bold;
	text-align:center;
	border:1px solid #ccc;
	background:#FFF;
	z-index:5px;
}

.fld  {
	 border:1px solid #ccc;
	 font:85%/70% Verdana,Arial, Helvetica, sans-serif;
	 }	
.select  {
	 height:18px;
	 border:1px solid #ccc;
	 font:85%/70% Verdana,Arial, Helvetica, sans-serif;
	 color:#666;
	 }	
.star{
  font:75%/120% Verdana,Arial, Helvetica, sans-serif;
  color:#FF0000;
  }
.error{
  border-top:1px solid #FF0000;
  background:#FF99CC;
  color:#333333;
  text-align:center;
  }
.err{
	font:85%/70% Verdana,Arial, Helvetica, sans-serif;
	border:1px solid #FF0000;
	background:#FFF;
}
.success {	
	color: #000000;
	font:85%/70% Verdana,Arial, Helvetica, sans-serif;
	padding: 8px;
	padding-left: 40px;
	background-image: url(../images/s_info.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 2px solid #FFDD00;
	background-color: #FFFFDE;
	}
.foot {color: #02175E}
