body {
 font-family:Verdana, Arial, Sans-serif;
 background: #fff;
 color: #000; 
 background-color: #bbb;
 text-align: center;
 margin: 0px auto; padding: 5px;

}

/***** BASE LINK STYLES *****/
.out {}
a.out:link { color: #a3b2dd; background-color: transparent; text-decoration: none; font-weight:bold;}
a:link { color: #696969; background-color: transparent; text-decoration: none; font-weight:bold;}
a.out:visited { color: #a3b2dd; background-color: transparent; text-decoration: none; font-weight:bold; }
a:visited { color: #696969; background-color: transparent; text-decoration: none; font-weight:bold; }
a:hover { color: #00008B; background-color: transparent; text-decoration: underline; font-weight:bold; }
a.out:hover { color: #00008B; background-color: transparent; text-decoration: underline; font-weight:bold; }
a:active { color: #F00; background-color: transparent; text-decoration: underline; font-weight:bold; }
a.out:active { color: #F00; background-color: transparent; text-decoration: underline; font-weight:bold; }


boxlink a.link  { color:green; background-color: transparent; text-decoration: none; font-weight:bold;}

/***** BASIC PAGE STYLES *****/
h1 { font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; color:#d9d175; font-size: 28px; font-weight: bold; text-align: left; margin: 0px 0px 6px 0px; }
h2 { font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; text-align: left; margin: 0px 0px 16px 0px; }
h3 { font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; font-size: 16px; margin-bottom: 10px; text-align:left; margin: 0px 0px 6px 0px; }
p  { margin: 5px 0px 15px 0px;  }
img { border: 0px none; vertical-align: text-bottom; }
td { font-family: Verdana, Arial, Helvetica, sans-serif; }
hr { border-width: 1px 0px 0px 0px; border-style: solid; border-color: #000; background-color: transparent; color: #FFF; }
li { font-size: 10pt; margin-bottom: 0pt; text-align:left; }
.error { font-size: 18px; font-weight: bold; }

/***** PAGE STRUCTURE STYLES *****/
.page    { width: 740px; background:url("../images/bgleft.gif") repeat-y; background-color: #f0f0f0; border-color:#000; border-style:solid; border-width:1px 1px 1px 1px;}
.header  { margin:0px; background-color: #101010; width:736px; height:60px; text-align:left; padding: 10px 0px 2px 4px; font-size: 28px; font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; }
.date    { margin:0px; background-color: #474f68; color:#fff; width:736px; height:13px; text-align:right; border-color:#000; border-style:solid; border-width:1px 0px 1px 0px; padding: 2px 4px 2px 0px; font-size:11px; }
.footer  { clear:both; width: 736px; background:url("../images/bgfooter.gif") repeat-y; margin:0px; background-color: #474f68; color:#fff; height:30px; border-width: 1px 0px 0px 0px; border-color: #000; border-style:solid; text-align:right; padding: 2px 4px 2px 0px; font-size:11px;}
.content { width: 740px; }
.box {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 190px;
	overflow:hidden; 
	color:#fff; 
	text-align:left;
	}
.main {
	float: right;
	margin: 0px;
	width: 495px; 
	overflow:hidden; 
	padding:15px 25px 25px 25px;
	text-align:justify;
	font-size:13px; 
	}
.bottominfo {
	float: right;
	margin: 0px;
	width: 550px; 
	overflow:hidden; 
	padding:0px 0px 0px 0px;
	text-align:justify;
	font-size:8px;
	color:#101010; 
	}
	
/***** SIDEBOX STYLES *****/

.boxtop  { padding: 6px 0px 2px 4px; font-size: 16px; text-align:left; font-weight:bold; border-width: 1px 0px 0px 0px; border-color: #000; border-style:solid; color:#d9d175; }
.boxlink { padding: 6px 0px 12px 12px; font-size: 12px; text-align:left; }
