
body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}

#container	{
		width:650pt;
		background: #FFF;
		text-align:left;
		}
#main	{
		background: #FFF url("images/head_print.gif") no-repeat;
		width:650pt;
		height:172px;
		z-index:10px;
		}

#page 	{
		width:650pt;
		}
#nav.all	{
		background:#FFF;
		float:left;
		text-align:left;
		display:none;
		}
#nav a {
	text-decoration : underline; 
	color : #0000ff; 
	padding:0px 23px 4px;
	}
#nav a:visited{
	text-decoration : underline; 
	color : #0000ff; 
	padding:0px 23px 4px;
	}

#nav li a {
 	text-decoration : underline; 
	color : #0000ff; 
	padding:0px 10px 4px;
	}


#contentl	{
		width: 440px;
		padding:25px 5px 5px 10px;
		float:left;
		z-index:10;
		}
#contentr	{
		background:#80a1ca;
		width:465px !important;
		width/**/:475px;
		float:right;
		padding:0 0 30px 0;
		text-align:right;
		display:none;
		}
#contentlin	{
		width: 540px;
		padding:25px 5px 5px 10px;
		float:left;
		z-index:10;
		}
#contentrin	{
		background:#FFF;
		width:319;
		float:right;
		color: #000;
		padding:20px 0 30px 0;
		text-align:right;
		display:none;
		}
#contentb	{
		width:650pt;
		height:16px;
		font-size: 10pt;
		background: #FFF;
		text-align:left;
		color: #000;
		margin-top:10px;
		border: 0px;
		}
#contentb a {
	text-decoration : underline; 
	color : #0000ff; 
	padding:0px 23px 4px;
		}			
#content {
	width:650pt;
	text-align:left;
	background: #FFF;
	color: #000;
	padding:0px 10px;
	border: 0px;
		}
	
#footer {
	width:650pt;
	height:18px;
	font-size: 10pt;
	color: #000;
	background: #FFF;
	}

/**************** ul,li *******************/

ul {
 display:inline;
 }
 
#nav li {
	list-style: none;
	display:inline;
	}
ol.decimal {
	list-style-type: decimal
	}



/********************* text *************************/ 

hr {
	color:#E17B03;
	background-color:#E17B03;
	height:1px;
	border:none;
	}

.table {
	font: 10pt tahoma, verdana;
	color: #000;
	}
.smcaps	{
	font:11px tahoma, verdana;
	font-variant:small-caps;
	color:#000;
	}
.header	{
		font: 14px/1.6em Tahoma, verdana, Arial, sans-serif;
		font-weight:bold;
		}
.live	{
	font:13px tahoma, verdana;
	font-variant:small-caps;
	font-weight:bold;
	color:#e10803;
		}
.page	{
		font:22px calibri, tahoma, verdana;
		font-weight:bold;
		font-style:italic;
		color:#e10803;
		}
.quote	{
		font:12px tahoma, verdana;
		}
.left	{
		float:left;
		}
.right	{
		float: right;
		}
