body {
text-align : center ;
min-width : 970px ;
}
div.wrapper {
width : 970px ;
height:680px;
text-align : left ;
margin-left : auto ;
margin-right : auto ;
position : relative ;
/*border: 1px solid #000;*/
}
div.logo
{
  margin:0px;
  float:left;
}
#bannerspace
{
  background-color: #FFF;
  /*margin-top:30px;*/
  width : 640px ;
  height: 350px;
}
div.right
{
  float:right;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  text-align: right;
  /*border: 1px solid #CCC;*/
}
div.pln
{
  vertical-align: middle; 
  text-align: right;
  height:100px;
  /*border: 1px solid #CCC;*/ 
}
.bigb
{
  font-family: Arial; 
  font-size: 28pt;
  font-weight: bold; 
  color: #39c;
}
p.small
{
  font-family: Arial; 
  font-size: 8pt;
  color: #666;
}
p.text
{
  font-family: Arial; 
  font-size: 10pt;
  color: #666;
}
input.text1
{
  font-family: Arial; 
  font-size: 10px;
  color: #666;
}
.redError
{
  font-family: Arial; 
  font-size: 10px;
  color: #f10000;
}
a {
    text-decoration: none;
    color: #39c;
}
a:visited {
    text-decoration: none;
    color: #39c;
}
a:hover {
	text-decoration: underline;
	color: #39c;
}