/* -- CSS -- */
  * {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#1c1c1c;
    word-wrap:break-word;
  }
  form { margin:0px; }
  th{ margin:0px; font-size: 0.8em; font-weight:normal;}
  caption{ margin:0px; font-size: 0.8em; font-weight:bold;}
  body,td { margin: 0px;
  	font-size: 0.9em; 
 }
 html, body {width: 100%; height: 100%;} 
  a { color: #2F4E6F; text-decoration:underline;}
  a:hover {color: #333333; text-decoration:underline; }
  ul { margin:0px; padding-left: 15px;  }
  _ul { margin:15px; padding-left: 15px; }

.searchurl  a{
	font-size: .9em;
	font-weight: bold;
}
.searchblurb {
	
}
.searchdate {
	color: #696969;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

  li { margin-left:0px; }
  _li { margin-left: 10px; }

/* ---------------------------------------------------------------------------------------------------- */

/* -- MENU -- */

  .menutop, .menubottom { height: 100%; padding:0px;}
  .menutop a { background: #000000; text-decoration: none;font-weight:bold; text-align:left }
  .menubottom a { background: #2F4E6F; text-decoration:none;}
  .menutop a, .menubottom a {
	font-size:.75em;
    
    color:#FFFFFF;
    display:block;
    padding:4px;
    height:100%;
  }
  .menubottom a {font-weight:bold;}
  .menutop a:hover, .menubottom a:hover{ background: #CACBCC; text-decoration: none; }

/* ---------------------------------------------------------------------------------------------------- */

/* -- HEADER -- */

  #header { height: 100%; }
  #header a {
   text-decoration: none;
    display: block;	 
    width: 176px;
    width: 163px;
    height: 100%;
    vertical-align: middle;
  }
  #header a div {
    padding: 10px 0px 0px 10px;
    font-size: .8em;
    font-weight: bold;
    color: #5f5f5f;
    letter-spacing: 1px;
  }
  
  
#header a:hover { text-decoration: none; }
#header #lnkHeader1  { background: #F3EEE8;}
#header #lnkHeader2 { background: #E8E4E3;}
#header #lnkHeader3 { background: #D8D4D3;}
#header #lnkHeader1:hover  { background: #EFF0F0; }
#header #lnkHeader2:hover  { background: #E7E8EA; }
#header #lnkHeader3:hover   { background: #DEDFE0; }

  #header2 { height: 100%; }
  #header2 a {
    display: block;
	 font-weight: 700;
    width: 176px;
    width: 163px;
    height: 100%;
    vertical-align: middle;
    text-decoration: none;
  }
  #header2 a div {
    padding: 5px 0px 0px 5px;
    font-size: .7em;
    font-weight: bold;
    color: #5f5f5f;
    letter-spacing: 1px;
  }
  
  
#header2 a:hover { text-decoration: none; }
#header2 #lnkHeader1  { background: #F3EEE8;}
#header2 #lnkHeader2 { background: #E8E4E3;}
#header2 #lnkHeader3 { background: #D8D4D3;}
#header2 #lnkHeader1:hover  { background: #EFF0F0; }
#header2 #lnkHeader2:hover  { background: #E7E8EA; }
#header2 #lnkHeader3:hover   { background: #DEDFE0; }

/* ---------------------------------------------------------------------------------------------------- */

/* -- NAVIGATION -- */

  #nav a  {
    background-color:#FFFFFF;
   
    padding: 5px 0px 5px 5px;
    border-top: 1px solid #AFAFAF;
    display:block;
    width: 140;
    text-decoration:none;
    text-align: left;
	font-size: .8em;
	font-weight: bold;
  }
  #nav a:hover {
    background-color:#EFF1F3;
    color:#333333;
  }
  
  #nav .navlevel0 { background:#FFFFFF; }
  #nav .navlevel1 { background: #436ea5; padding-left:10px; padding-right:10px;width:140px; color: #FFFFFF; }
  #nav .navlevel2 { background: #d22127; padding-left:10px; padding-right:10px;width:140px; color: #FFFFFF; }
  #nav .navlevel3 { background: #BCC3C5; padding-left:30px; width:115px; width:140px; color: #4F4F4F; }
  
  
  #nav_sellang { color:#999999; font-size: .6em; padding-left: 10px; }
  #nav_langflags { padding-left: 3px; }
  #txtSearch { width: 114px; height: 20px; }
  #cmdSearch { vertical-align: middle; }
  /*#LinkButton1 a:link {text-decoration:none;	}*/
  #nav_search a:link {text-decoration:underline; font-size: .8em; font-weight: 600;} 	
  

/* ---------------------------------------------------------------------------------------------------- */

/* -- FOOTER -- */

  #footer { border-top: 1px solid #666666; }
  #footer td, #lbllast, #lnkimp{ font-size: .8em; }

/* ---------------------------------------------------------------------------------------------------- */

/* -- CONTENT -- */

  #PageContainer{ margin:0px 0px 10px 15px; }
  #ContentPane{ width:800px; font-size:.8em; }
  #RightPane      { width:150px; float: right; }
 #ContentPane td {font-size:.8em; }
 
  h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #436ea5;
	
}
  h2 {
	font-size:1.4em;
	margin-bottom: 5px;
	font-weight: bold;
	color: #0000FF;
}
  
  h3 {
	font-size:1.5em;
	margin-bottom: 5px;
	font-weight: bold;
	
}

 h4 {
	font-size:1.2em;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FF0000;
}
.quote {
	width: 450px;
	background:#F5F5F5;
	color:#666666;
	border:1px solid #CCCCCC;
	padding:10px;
	font-size:0.95em;
}
.Name {
	font-size: .8em;
	color: #333333;
	margin-top: 5px;
}
.section {
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
font-weight: bold;
color: #2F4E6F;
line-height: 12px;
}
.section a:link {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #2F4E6F;
line-height: 12px;
}

.breadCrum {
	font-size: .6em;
}
/* homepage styles */
.main a { text-decoration:none;}
.main a:hover { text-decoration:underline;}
.main_red a{ color: #333333; font-size: .8em}
 .main_red a:hover{ color: #333333; font-size: .8em; text-decoration: underline;}
 .main_top {color: #333333; padding-bottom: 5px; font-size: .8em}
 .main_header { background:#E0E1E2; border-bottom: 1px solid #AFAFAF;  padding: 10px; font-size:.8em}
 .main_header b { font-size: .8em; }
 .main_list { list-style-position: outside; list-style-image: url('/images/main_arrow.gif'); margin:0px; margin-top: 5px; }
 .main_list li { margin-left:0px;  font-size:.8em;} .main_cellover, .main_cellout { padding: 10px; }
 .main_cellover { background: #F4F4F4; font-size:.8em}
 .main_cellout { background: #FFFFFF; font-size:.8em}
.greybutton {background:#A2A6A9; width: 225px;  margin-left: 20px;
margin-top: 10px; padding: 5px 5px 5px 5px; float:left;}
.greybutton  a {background:#A2A6A9; font-size:.85em; color: white; font-weight: 800;}
.boldblue {font-weight: 700; color:#003468;}
.newtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990033;
	padding: 0px;
}
.newbodyone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 0px;
}
.newbodytwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
}
.newbodyonebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bggrey {
	background-color: #f8f8f8;
}
h3 {
	font-size: 1em;
	color: #7995B0;
	font-weight: bold;
	margin-bottom: 0px;
}
p {
	margin-bottom: 10px;
	margin-top: 5px;
}
ol {
	margin-top: 5px;
}

td.v14-header-1-small,
th.v14-header-1-small
{ padding-top:4px; padding-bottom:4px; }

td.v14-header-1-small,
th.v14-header-1-small
{ padding-top:4px; padding-bottom:1px;}

td.v14-header-1-small,
th.v14-header-1-small
{ padding-left:6px; }

td.v14-header-1-small,
th.v14-header-1-small{ color:#6f6f6f; background:#DDE1E3;}

td.v14-header-1-small h2{ color:#6f6f6f;font-size: 11px;}

td.v14-header-1-small,
th.v14-header-1-small{
	color:#6f6f6f;
	background:#DDE1E3;
	font-weight: bold;

}


table.v14-gray-table-border { padding-left:5px; }
table.v14-gray-table-border{ border:1px solid #ccc; border-top:0px; }
table.v14-gray-table-border p{ padding:0px 0px 0px 0px; }
table.v14-gray-table-border table{ margin-left:5px; margin-right:5px; }
td.no-padding table{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }

a.smallplainlink:link,
a.smallplainlink:visited,
a.smallplainlink:hover{ font-size: 11px; }
.small {
	font-size: 11px;
}
.ipt{ padding-top:4px; }
td.npl p{ padding-left:0px; }
