body {
	margin: 5px 5px 0 5px;
	padding: 0;
	background:#FFF;
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
}

p{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
	font-size: 12px;
}

.blackp {
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-weight: bold;
	font-size: 12px; 
	color: black;
    }

.date {
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-weight: bold;
	font-size: 10px; 
	color: black;
    }


p.padding {
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 12px; 
	color: black;
	padding-top: 10pt;
}

td{	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
	font-size: 14px;
}
          
h1{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}

h2{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}


h3{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 16px;
}

#maincontent {
	background: #ADD8E6;
}

.mainright{
	background-color: #4682b4;
	margin-left: 192px;
}

.topcontent{
	height: 145px;
	margin-top: 0px;
	margin-left: 0px;
	background-color:#4682b4;
}

.topleft{
	position: absolute;
	height: 150px;
	width: 192px;
	top: 5px;
	left: 5px;
	background-color:#FFFFFF;
}

.topright{
	float: left;
	height: 150px;
	margin-left: 192px;
	background-color: #4682b4;
	border: 1px solid;
}

.text_title{
	float: right;
	right: 10px;
	top: 35px;
}

#maintext{
	width: 100%;
	background-color: #FFFFFF;	
}


.leftcontent{
	float: left;
	width: 192px;
	min-height:0px;
	background: #ADD8E6;
}

.rightcontent{
	width:auto;
	margin-left:192px;
	margin-right:0px;
	padding:20px;
	background: #FFFFFF;
}

 .rightcontent p a:link {color: #4682b4;text-decoration:none;}
 .rightcontent p a:active {color: #000000; text-decoration:none;}
 .rightcontent p a:visited {color: #4682b4; text-decoration:none;}
 .rightcontent p a:hover {color: red; text-decoration:none;}
 

 .rightcontent h3 a:link {color: #4682b4;text-decoration:underline;}
 .rightcontent h3 a:active {color: #000000; text-decoration:underline;}
 .rightcontent h3 a:visited {color: #4682b4; text-decoration:underline;}
 .rightcontent h3 a:hover {color: red; text-decoration:underline;}


* html .rightcontent {
	\width:100%;
	w\idth:100%;
}

.panel_content{
	width:auto;
	background: #FFFFFF;
	border: 1px solid blue;
}

.footer{
	width:166px;
	float: left;
	font-weight: bold;
	font-size: 10px;
	color:#4682b4;
	font-family: Arial, Helvetica, Verdana,sans-serif; 
	text-align: center;
	padding:8px;
	margin-right:3px;
	margin-left: 3px;
	margin-top:5px;
	margin-bottom:5px;
	background: #FFF;
	border: 1px solid;
	border-color: #4682b4;
}


/** html .footer {
	\width:100%;
	w\idth:100%;
}*/

.img3 {
	padding:5px;
	position: absolute;
	top: 5px;
	left: 36px
}

.img6 {
	padding:5px;
	position:absolute;
	top: 45px;
	left: 36px
}


.img7 {
	padding:5px;
	float:left;
}

.h1_title{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	position:absolute;
	top: 35px;
	right:15px;
	color: white;
	font-weight: bold;
	font-size: 40px;
}

.h2_title{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	position:absolute;
	top:90px;
	right:15px;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.address{
	float: left;
}

p.address{
	float: left;
	margin-top: 20px;
	padding: 8px 1px;
	margin-left: 3px;
	margin-right: 3px;
	width: 180px;
	background: #4682b4;
	/* invalid CSS working with Gecko-based browsers only */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid;
	border-color: white;
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: white;
}	

.exchanges{
	float: left;
	padding:5px;
	margin-right:3px;
	margin-left: 3px;
	margin-top:5px;
	width: 166px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border: 1px solid;
	border-color: black;
}

p.exchanges{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
	font-size: 10px;
}

.exchanges p a:link {color: #fff;text-decoration:none;}
.exchanges p a:active {color: #fff; text-decoration:none;}
.exchanges p a:visited {color: #fff; text-decoration:none;}
.exchanges p a:hover {color: red; text-decoration:none;}

#news{
	float:right;
	margin-right:0px;
	margin-top:10px;
	padding-top:10px;
	width: 175px;
	border:4px solid grey;
	/* invalid CSS working with Gecko-based browsers only */
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background:#FFF;
}

#news h2{
	padding-top:6px;
	padding-right:6px;
	padding-left:6px;
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	}


#news h4 {color: #000; font-weight: bold; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #fff; padding-right: 6px; padding-bottom: 6px; padding-left: 6px; border-bottom: 1px dashed #000 }
#news h4 a {color:#4A85C1;text-decoration:none;font-weight: bold;}
#news h4 a:hover {text-decoration:underline;color:#F33;font-weight: bold;}

#news h4.last{ 
	border:none;}
}

#news p{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
}

#news p a {color:#4A85C1;text-decoration:none;}
#news p a:hover {text-decoration:underline;color:#F33;}

#news p.date{
	font-size: 10px;
	text-align: right;
	padding-right:6px;
	font-weight: bold;
}


#news p.rss{
	padding-bottom:6px;
	padding-right:3px;
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
	font-size: 10px;
	text-align: right;
	border-bottom:4px dashed grey;
	}


.list{
	width:auto;
	background: #FFFFFF;
	border: 1px solid red;
	padding:10px;
}
	

* html .list{
	\width:100%;
	w\idth:100%;
}

#panel{
	width:auto;
	border: 1px solid black;
}

#panel p{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 12px;
	color: black;
}

#panel h1{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-decoration:underline;
	color:#4A85C1;
}


#panel h2{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 20px;
	text-align: center;
	color:black;
}

#panel h3{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 16px;
	text-align: center;
	color:black;
}

#panel ul{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 14px;
	color: black;
}

#panel li ul{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 14px;
	color: black;
}

#panel tr{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 14px;
	color: black;
}

 a.email:link {color: #FFFFFF; font-weight: bold;}
 a.email:active {color: #FFFFFF; font-weight: bold;}
 a.email:visited {color: #FFFFFF; font-weight: bold;}
 a.email:hover {color: #4682b4; background: #ffffff; font-weight: bold;}

.black {
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-weight: bold;
	font-size: 14px; 
	color:#000000;
	padding-right: 3px;
	padding-left: 3px;
}	

 a.black:link {color: #000000; font-weight: bold;}
 a.black:active {color: #000000; font-weight: bold;}
 a.black:visited {color: #000000; font-weight: bold;}
 a.black:hover {color: #000000; background: #ffffff; font-weight: bold;}

#calendar_table {
	width:auto;
	padding: 0;
	margin: 0;
}

* html #calendar_table {
	\width:100%;
	w\idth:100%;
}

th {
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4f6b72;
	letter-spacing: 2px;
	text-align: center;
	padding: 6px 6px 6px 12px;
}

#calendar_table td {
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
	font-size: 10px;
}


#calendar_table td a:link {color: #4682b4;text-decoration:none;}
#calendar_table td a:active {color: #000000; text-decoration:none;}
#calendar_table td a:visited {color: #4682b4; text-decoration:none;}
#calendar_table td a:hover {color: red; text-decoration:underline;}

#general_table {
	width:auto;
	padding: 0;
	margin: 0;
	border: 1px solid #CCC;
}


* html #general_table {
	\width:100%;
	w\idth:100%;
}

#general_table td {
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
	padding: 6px 6px 6px 6px;
	font-size: 12px;
}

#general_table th {
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4f6b72;
	letter-spacing: 2px;
	text-align: center;
	padding: 3px 3px 3px 3px;
}

#general_table td a:link {color: #000000;text-decoration:underline;}
#general_table td a:active {color: #000000; text-decoration:underline;}
#general_table td a:visited {color: #000000; text-decoration:underline;}
#general_table td a:hover {color: red; text-decoration:underline;}


#job_table {
	width:auto;
	padding: 0;
	margin: 0;
	border: 1px solid #CCC;
}


* html #job_table {
	\width:100%;
	w\idth:100%;
}

#job_table td {
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	color: black;
	padding: 6px 6px 6px 6px;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#job_table th {
	border-bottom: 1px solid #CCC;
	text-align: left;
	padding: 6px 6px 6px 6px;
	width: 100%;
}


#job_table td a:link {color: #000000;text-decoration:underline;}
#job_table td a:active {color: #000000; text-decoration:underline;}
#job_table td a:visited {color: #000000; text-decoration:underline;}
#job_table td a:hover {color: red; text-decoration:underline;}

#text{
	backgound:#FFFFFF;
}

#text p{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 14px;
	color: black;
	margin-left:45px;
}

#text h4{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: normal;
	margin-left:60px;
}

#text h3{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: normal;
	margin-left:30px;
}


#text h2{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: normal;
	margin-left:15px;
	text-align: left;
}

#text h1{
	font-family: Helvetica, Geneva, Arial,SunSans-Regular, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: normal;
	text-align: left;
}


#text p a:link{color:#4A85C1;text-decoration:none;}
#text p a:active {color:#4A85C1;text-decoration:none;}
#text p a:visited {color:#4A85C1;text-decoration:none;}
#text p a:hover {color:red;text-decoration:none;}


#text h4 a:link{color:#4A85C1;text-decoration:none;}
#text h4 a:active {color:#4A85C1;text-decoration:none;}
#text h4 a:visited {color:#4A85C1;text-decoration:none;}
#text h4 a:hover {color:red;text-decoration:none;}


#text h3 a:link{color:#4A85C1;text-decoration:none;}
#text h3 a:active {color:#4A85C1;text-decoration:none;}
#text h3 a:visited {color:#4A85C1;text-decoration:none;}
#text h3 a:hover {color:red;text-decoration:none;}


#text h2 a:link{color:#4A85C1;text-decoration:none;}
#text h2 a:active {color:#4A85C1;text-decoration:none;}
#text h2 a:visited {color:#4A85C1;text-decoration:none;}
#text h2 a:hover {color:red;text-decoration:none;}


#text h1 a:link{color:#4A85C1;text-decoration:none;}
#text h1 a:active {color:#4A85C1;text-decoration:none;}
#text h1 a:visited {color:#4A85C1;text-decoration:none;}
#text h1 a:hover {color:red;text-decoration:none;}