/*html {
	overflow-x:hidden;
} */
body, td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style : normal;
  font-weight : normal;
  line-height: 16px;
  text-align: left;
  color: #000000;
}

body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-image:url(/images/bg_page.gif);
	background-repeat:repeat-y;
}

H1 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color:#003eaa;
  margin-bottom:3px;
}

H2 { 
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  display: inline;
  color:#003eaa;
  margin-bottom:3px;
}

H3 {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  display: inline;
  color:#003eaa;
  margin-bottom:3px;
}

.FrmBtnOut
{  
  cursor: hand ; 
  height: 20px;
  font-size: 10px;
  color: #325FA0;
  font-weight: bold;
  margin: 0px;
  background-color: #FFFFFF;
  border : 1px solid #000000;
}

.FrmBtnOn
{  
  cursor: hand ; 
  height: 20px;
  font-size: 10px;
  color: #F69920;
  font-weight: bold;
  margin: 0px;
  background-color: #FFFFFF;
  border : 1px solid #000000;
}

.TextField
{  
  height: 18px;
  font-family : Arial, Sans-serif, Verdana, Helvetica;
  font-size: 11px;
  color: #000000;
  margin: 0px;
  background-color: #FFFFFF; 
  border-color: #CCCCCC; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px;
}

A { text-decoration: underline; }
A:link { color: #00427C; }
A:visited { color: #00427C; }
A:hover { text-decoration: none; color: #00427C; }

TD.left {
  width: 175px;
  background-color: #e5ebf6;
  padding: 5px;
  overflow:hidden;
}

TD.mid {
  width: 100%;
  padding: 20px;
}

TD.right {
  width: 185px;
  background-color: #e5ebf6;
  padding: 5px;
}

.artC , .artA{
  width:200px;
  border:1px solid #ccc;
  padding:4px;
  overflow:hidden;
}

td.artHeaderC, td.artHeaderA {
  padding:3px;
  color:#FFFFFF;
  font-weight:bold;
  background-color:#919191;
	background-image: url('/images/art_header_c.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}

.artHeaderB{
  border-bottom:1px solid #b6b5a0;
  margin-bottom:8px;
}

