html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: left;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 780px;
   }

#fullheight{height:100%}

.tfield {
 font: 9px Verdana, Arial, Helvetica, sans-serif;;
 background-color: #CCCCCC;
 color: #333333;
 border: 1px solid #CCCCCC;
   }
   
}
.back {
	background-color:#CCCCCC;
	scrollbar-face-color:#333333;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-track-color:#CCCCCC;
	scrollbar-arrow-color:#333333}
	
}   

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.hometext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #000000;
}
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #FFFFBB;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: bold;	
	color: #FFFFFF;
}
.textw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight: bold;
	color: #FFFFFF;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;		
	color: #000000;
}
.textlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;	
	font-weight: normal;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.tbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.fbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;	
	color: #000000;
}
.ptitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.textreleases {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;		
	color: #000000;
	line-height:18px;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003376;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #FFF;
	font-style: normal;
	text-decoration: none;
	font-stretch: condensed;
}
.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-stretch: condensed;
}
.Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:31px;
	min-height:31px;
}

.Block-body
{
	position: relative;
	z-index:1;
	padding: 10px;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl, .Block-tc, .Block-bc,.Block-cr, .Block-cl
{
	position:absolute;
	z-index:-1;
}

.Block-tr, .Block-tl, .Block-br, .Block-bl
{
	width: 42px;
	height: 42px;
	background-image: url('../images/Block-s.png');
}

.Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 21px, 21px, auto);
}

.Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 21px, 21px);
}

.Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(21px, 21px, auto, auto);
}

.Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(21px, auto, auto, 21px);
}

.Block-tc, .Block-bc
{
	left: 21px;
	right: 21px;
	height: 42px;
	background-image: url('../image/Block-h.png');
}

.Block-tc
{
	top: 0;
	clip: rect(auto, auto, 21px, auto);
}

.Block-bc
{
	bottom: 0;
	clip: rect(21px, auto, auto, auto);
}

.Block-cr, .Block-cl
{
	top: 21px;
	bottom: 21px;
	width: 42px;
	background-image: url('../image/Block-v.png');
}

.Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 21px);
}

.Block-cl
{
	left:0;
	clip: rect(auto, 21px, auto, auto);
}

.Block-cc
{
	position:absolute;
	z-index:-1;
	top: 21px;
	left: 21px;
	right: 21px;
	bottom: 21px;
	background-color: #E3E3E3;
}


.Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 8px;
	margin-bottom: 7px;
}

.BlockHeader .t
{
	height: 30px;
	color: #F5F5F5;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 8px;
	line-height: 30px;
}

.BlockHeader .l, .BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('../image/BlockHeader.png');
}

.BlockHeader .l
{
	left:0;
	right:9px;
}

.BlockHeader .r
{ 
	width:884px;
	right:0;
	clip: rect(auto, auto, auto, 875px);
}