body 
{
  background-color: black;
  font-family:      Tahoma, sans-serif;
  font-size:        10pt;
  color:            #c0c0c0;
}

img
{
	border: none;
}

DIV.leftwrapimage
{
	float:left;
	clear:left;
	text-align:center;
	font-size:7pt;
}



div.rightwrapimage
{
	float:right;
	clear:right;
	text-align:center;
	font-size:7pt;
}

a.important
{
	font-weight:bold;
}

div.textsection
{
	border-bottom:	1px dotted gray;
}

td.menuitem
{
	border-top:1px dashed white;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px dashed white;	
	font-size:10pt;
	padding:3px;
	font-color:white;
	font-weight:bold;
	background-color:black;
	 /* for IE */
	filter:alpha(opacity=50);
  	/* CSS3 standard */
  	opacity:0.5;
}

td.righthandcolumn
{
	border-left:1px dotted gray;
	width:250px;
	padding-left:20px;
}

li
{
	font-size:10pt;
}

div
{
	font-size:10pt;
}

table
{
	font-size:10pt;
}

span.date
{
	font-size:80%;
}
span.quote
{
	font-size:90%;
	font-style:italic;
	width:300px;
	right:0px;
	align:right;
	text-align:right;
}

div.newsreadmore
{
 	text-align:right;
	border-bottom:1px dotted gray;
	padding-bottom:5px
}

h1 {
  font-size:        130%;
  xborder-bottom:   1px dotted #c0c0c0;
  border-bottom:    1px solid gray;
  margin-top:       1.2em;
}

h2 {
  font-size:        115%;
}

h3 {
  font-size:        100%;
}

p {
  font-size:        10pt;
  margin-top:       0.8em;    
  margin-bottom:    0.8em;
}

a:link {color: #c0c0c0;}
a:visited {color: #c0c0c0;}
a:hover {color: #FFFFFF;}
a:active {color: #c0c0c0;}

table.pagecontenttable
{
	background-image:    url(/images/watermark.jpg);
	background-position: 0 0px;
	/*background-repeat: no-repeat;*/
	background-attachment: fixed;
	background-position: center center;
}

#news 
{
  float:            right;
  width:            250px;
  border-left:     	1px dotted gray;
  xborder-left:     1px solid #c0c0c0;
  padding:          0px 10px 0px 30px;
  margin:           20px 20px 30px 0px;
  text-align:       justify;
  display:          inline;
}

#footer {
  text-align:       center;
  clear:            right;
  margin-top:       0px;
  xborder:           1px solid red;
}




