/* Standard CSS Styles*/

body {
	font-family:arial, verdana, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	color:#333333;
	background-color:#E5E8ED;
	}

td {
	font-family:arial, verdana, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	}
	
big {
	font-family:arial, verdana, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}
	
strong {
	font-family:arial, verdana, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	}


small {
	font-family:arial, verdana, sans-serif; 
	font-size:10px;
	}


.caption {
	font-family:arial, verdana, sans-serif; 
	font-size:11px;
	font-weight:normal;
	color:#CC3300;
	text-align:center;
	padding:5px;
	}


.news {
	font-family:arial, verdana, sans-serif; 
	font-size:11px; 
	line-height: 14px;
	color:#FFFFFF;
	}

.title {
	font-family:arial, verdana, sans-serif; 
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding-bottom: 3px;
	border-bottom: dotted 1px #666666;
	}

.title2 {
	font-family:arial, verdana, sans-serif; 
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding-bottom: 3px;
	}
	
.subbanner {
	font-family:helvetica, arial, sans-serif; 
	font-size:20px;
	font-weight:100;
	color:#FFFFFF;
	padding-left:36px;
	}

a:link{
	color:#0033cc;
	text-decoration:none; 
	font-weight:normal;
	}
	
a:visited {
	color:#0033cc;
	text-decoration:none; 
	font-weight:normal;
	}
	
a:hover {
	color:#0066cc; 
	text-decoration:underline; 
	font-weight:normal;
	}


		
.footer {
	font-family:verdana, arial, sans-serif; 
	font-size:11px;
	color:#666666;
	}

.footer a:link {
	color:#666666; 
	text-decoration:none
	}
	
.footer a:visited {
	color:#666666;
	text-decoration:none; 
	font-weight:normal
	}
	
.footer a:hover {
	color:#666666; 
	text-decoration:underline; 
	font-weight:normal; 
	}

.input {
	font-family:arial, verdana, sans-serif; 
	font-size:12px;
	}
	
.stock {
	font-family:arial, verdana, sans-serif; 
	font-size:16px;
	font-weight:bold;
	}


/* Navigation Styles*/
	
.navLink {
        width: 252px;
	}
	
.navLink a {
	display: block; 
	padding: 6px 6px 6px 36px; 
    font-family:arial, verdana, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	border-bottom: 1px solid #CCCCCC; 
	text-decoration:none;
	}
	
.navLink a:visited {
	color:#FFFFFF;
	text-decoration:none; 
	font-weight:bold;
	}
	
.navLink a:hover {
	color:#FFFFFF; 
	background-image: url("/i/common/navon.gif"); 
	background-repeat: repeat-y; 
	background-position: top left;
	text-decoration:none; 
	font-weight:bold;
	}

.navaLink {
        width: 252px;
	}
	
.navaLink a {
	display: block; 
    padding: 6px 6px 6px 36px;
    font-family:arial,verdana, sans-serif;
	font-weight:bold;
	font-size:12px;
	background-image: url("/i/common/navon.gif"); 
	background-repeat: repeat-y; 
	background-position: top left;
	color:#ffffFF; 
	text-decoration:none;
	}
	
.navaLink a:visited {
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:bold;
	}
	
.navaLink a:hover {
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:bold;

	}


.subLink {
        width: 252px;
	}
	
.subLink a {
	display: block; 
    padding: 6px 6px 6px 66px; 
    font-family:arial, verdana, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#ffffff; 
	text-decoration:none;
	}
	
.subLink a:visited {
	color:#ffffff;
	text-decoration:none; 
	font-weight:normal;
	}
	
.subLink a:hover {
	color:#999999; 
	text-decoration:none; 
	font-weight:normal;
	}


.dlLink {
        width: 140px;
	}
	
.dlLink a {
	display: block; 
	padding: 6px 6px 6px 30px; 
    font-family:verdana,helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	line-height:12px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url("/i/front/dlbg.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}
	
.dlLink a:visited {
	color:#FFFFFF;
	text-decoration:none; 
	font-weight:normal;
	}
	
.dlLink a:hover {
	color:#FFFFCC; 
	background-image: url("/i/front/dlbg-on.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	text-decoration:none; 
	font-weight:normal;
	}
	
/* Page Layout Styles*/

.homebg {
	background-image: url("/i/front/homebg.jpg");
    background-repeat: no-repeat;
	  background-attachment: relative;
	  background-position: top center;
	  }

.mid {
	background-image: url("/i/front/mid.gif");
    background-repeat: no-repeat;
	  background-attachment: relative;
	  background-position: top center;
	  }

.down {
	background-image: url("/i/front/download.gif");
    background-repeat: no-repeat;
	  background-attachment: relative;
	  background-position: top center;
	  }

.newsbg {
	background-image: url("/i/front/newsbg.jpg");
    background-repeat: repeat-y;
	  background-attachment: relative;
	  background-position: top center;
	  }

.welcomebg {
	background-image: url("/i/front/welcomebg.jpg");
    background-repeat: repeat-y;
    background-attachment: relative;
    background-position: top center;
	  }

.subbannerbg {
	background-image: url("/i/common/subbannerbg.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}

.menubg {
	background-image: url("/i/common/menubg.gif");
    background-repeat: no-repeat;
	  background-attachment: relative;
	  background-position: top center;
	  }

.contentbg {
	background-image: url("/i/common/contentbg.gif"); 
	background-repeat: repeat-y; 
	background-position: top left;
	}

.navbg {
	background-image: url("/i/common/navbg.gif"); 
	background-repeat: repeat-y; 
	background-position: top left;
	}
	
.bgcorp {
	background-image: url("/i/banner-pics/corporate.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color:#C1C0BB;
	}
	
.bgcontact {
	background-image: url("/i/banner-pics/contact.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
		background-color:#C1C0BB;
	}
	
.bgprojects {
	background-image: url("/i/banner-pics/projects.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
		background-color:#C1C0BB;
	}

.bgnews {
	background-image: url("/i/banner-pics/news.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
		background-color:#C1C0BB;
	}

.bginvestor {
	background-image: url("/i/banner-pics/investors.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
		background-color:#C1C0BB;
	}
	
	
.bgqwikreport {
	background-image: url("/i/banner-pics/qwikreport.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
		background-color:#C1C0BB;
	}
	
.bgdisclaimer {
	background-image: url("/i/banner-pics/disclaimer.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
		background-color:#C1C0BB;
	}
	   
	   
	   
