/* Standard CSS Styles*/

body {
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	line-height: 16px;
	color:#666666;
	}

td {
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	line-height: 16px;
	}
	
big {
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	line-height: 16px; 
	font-weight:bold
	}
	
strong {
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	font-weight:bold;
	}

.news {
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	line-height: 14px; 
	font-weight:normal;
	}


small {
	font-family:verdana, arial, sans-serif; 
	font-size:11px;
	}



a:link{
	color:#0b81a9;
	text-decoration:none; 
	font-weight:normal;
	}
	
a:visited {
	color:#0b81a9;
	text-decoration:none; 
	font-weight:normal;
	}
	
a:hover {
	color:#000000; 
	text-decoration:underline; 
	font-weight:normal;
	}


	
.footer {
	font-family:verdana, arial, sans-serif; 
	font-size:11px;
	color:#ffffff;
	}

.footer a:link {
	color:#ffffff; 
	text-decoration:none
	}
	
.footer a:visited {
	color:#ffffff;
	text-decoration:none; 
	font-weight:normal
	}
	
.footer a:hover {
	color:#000000; 
	text-decoration:none; 
	font-weight:normal; 
	}

.input {
	font-family:verdana, arial, sans-serif; 
	font-size:11px;
	}
	
.stock {
	font-family:verdana, arial, sans-serif; 
	font-size:11px;
	color: #079BC9;
	padding: 2px;
	border-bottom: solid 1px #d5d5d5;
	}

.stock2 {
	font-family:verdana, arial, sans-serif; 
	font-size:11px;
	color: #666666;
	padding: 2px;
	border-bottom: solid 1px #d5d5d5;
	}
	
/* Page Layout Styles*/
	
.bg {
	background-image: url("/i/front/bg.gif"); 
	background-repeat: repeat-x; 
	background-position: top left;
	background-color:#0b81a9;
	}



.logobg {
	background-image: url("/i/front/logobg.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}

.content {
	background-image: url("/i/front/contentbg.jpg"); 
	background-repeat: no-repeat; 
	background-position: top right;
	background-color:#fffcd7;
	}

.features {
	background-image: url("/i/front/features.gif"); 
	background-repeat: repeat-x; 
	background-position: top left;
	background-color:#a44608;
	}
	
.tablebg {
	background-image: url("/i/front/tablebg.gif"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}