/* Standard CSS Styles*/

body {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	line-height:16px;
	color:#666666;
	}

td {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	}
	
big {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold
	}
	
strong {
	font-family:arial, helvetica, sans-serif; 
	font-size:13px; 
	font-weight:bold
	color:#333333;
	}

small {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.footer {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	color:#999999;
	}

.footer a:link {
	color:#999999; 
	text-decoration:none;
	font-weight:normal; 
	}
	
.footer a:visited {
	color:#999999;
	text-decoration:none; 
	font-weight:normal;
	}
	
.footer a:hover {
	color:#0070ce; 
	text-decoration:none; 
	font-weight:normal; 
	}


.title {
	font-family:arial, helvetica, sans-serif; 
	font-size:14px; 
	font-weight:bold;
	color:#c03f53;
	text-transform:uppercase;
	}

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	color:#707070;
	}
	
.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

a:link {
	color:#666666; 
	text-decoration:underline;
	font-weight:normal; 
	}
	
a:visited {
	color:#666666;
	text-decoration:underline; 
	font-weight:normal;
	}
	
a:hover {
	color:#095cd6; 
	text-decoration:underline; 
	font-weight:normal; 
	}

.hi {
	background-color:#00fe24;
	}


.pngt  {
	behavior: url("/cc/js/pngbehavior.htc");
	}








/* Navigation Styles*/
	
.navLink {
        width: 154px;
	border-top: solid 1px #a4b5ea;
	}
	
.navLink a {
	display: block; 
	padding: 4px; 
	font-weight:normal;
	font-size:12px;
	color:#496bd6; 
	text-decoration:none;
	border-bottom: solid 1px #a4b5ea;
	}
	
.navLink a:visited {
	color:#496bd6;
	text-decoration:none; 
	font-weight:normal;
	}
	
.navLink a:hover {
	color:#ffffff; 
	text-decoration:none; 
	font-weight:normal;
	background-color:#496bd6;
	}
	
.subLink {
    width: 154px;
	}
	
.subLink a {
	display: block; 
	padding: 4px 4px 4px 24px; 
	font-weight:normal;
	font-size:12px;
	color:#496bd6; 
	text-decoration:none;
	border-bottom: solid 1px #a4b5ea;
	}
	
.subLink a:visited {
	color:#496bd6;
	text-decoration:none; 
	font-weight:normal;
	}
	
.subLink a:hover {
	color:#ffffff; 
	text-decoration:none; 
	font-weight:normal;
	background-color:#496bd6;
	}
	
.navaLink {
        width: 154px;
	}
	
.navaLink a {
	display: block; 
	padding: 4px; 
	font-size:12px;
	color:#ffffff; 
	text-decoration:none; 
	font-weight:normal;
	background-color:#496bd6;
	}
	
.navaLink a:visited {
	color:#ffffff; 
	text-decoration:none; 
	font-weight:normal;
	background-color:#496bd6;
	}
	
.navaLink a:hover {
	color:#ffffff; 
	text-decoration:none; 
	font-weight:normal;
	background-color:#496bd6; 
	}
	
/* Page Layout Styles*/
	
.bg {
	background-image: url("/i/common/bg.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color:#819faa;
	}

.bg-ops {
	background-image: url("/i/banners/operations.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}
	
.bg-invest {
	background-image: url("/i/banners/investors.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}

.bg-news {
	background-image: url("/i/banners/news.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}

.bg-qwik {
	background-image: url("/i/banners/qwik.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}
	
.bg-contact {
	background-image: url("/i/banners/contact.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}

.menubg {
	background-image: url("/i/menu/menubg.gif"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}

/* Table format */
.table_1 {background: #014ec0; padding: 2px;}
.table_1 table {border: 2px solid #000; padding: 0; margin: 0; border-collapse: collapse;}
.table_1 th {background: #496bd6; color: #fff; font-weight: bold; border-bottom: 1px solid #999; text-align: left; font-size: 14px;}
.table_1 td {background: #fff; padding: 2px; vertical-align: top;}
.table_1 td.a_right {text-align: right;}
.table_1 td#b_top {border-top: 1px solid #666;}
.table_1 td#b_right {border-right: 1px solid #666;}
.table_1 td#b_bot {border-bottom: 1px solid #666;}
.table_1 td#b_left {border-left: 1px solid #666;}

/* Table format with borders */
.table_2 {background: #014ec0; padding: 2px;}
.table_2 table {border: 2px solid #000; padding: 0; margin: 0; border-collapse: collapse;}
.table_2 th {background: #496bd6; color: #fff; font-weight: bold; padding: 4px; text-align: left; font-size: 12px;}
.table_2 td.a_right {text-align: right;}
.table_2 td {background: #fff; padding: 4px; vertical-align: top;}


