/* Standard CSS Styles*/

body {
	font-family:verdana, arial, helvetica, sans-serif; 
	font-size:11px; 
	line-height: 16px;
	}

td {
	font-family:verdana, arial, helvetica, sans-serif; 
	font-size:11px; 
	line-height: 16px;
	color: #5C5D5F;
	}

a:link {
	color: #650102;
	text-decoration: none;
	}

a:visited {
	color: #650102;
	text-decoration: none;
	}

a:hover {
	color: #650102;
	text-decoration: underline;
	}

a#sidebar {text-decoration:none;}
a#sidebar:link {color:#D6D4C7;}
a#sidebar:visited {color:#D6D4C7;}
a#sidebar:hover {color:#FFFFFF;}


big {
	font-size:11px; 
	line-height: 16px; 
	font-weight:bold
	}
	
strong {
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}

small {
	font-size:11px;
	}

.footer {
	background-color: #000000;
	}

.FooterLinks a {
	padding-left: 20px;
	}

.FooterLinks a:link {
	color: #C3BEBE;
	text-decoration: none;
	}

.FooterLinks a:visited {
	color: #C3BEBE;
	text-decoration: none;
	}

.FooterLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

.menu img {
	behavior: url('/cc/js/pngbehavior.htc');
	}

.ProjectMap {border: 1px solid #A2A3A1; padding: 10px; text-align: center; width: 222; float: left;}

.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

/* Navigation Styles*/

.nav a {display: block; padding: 9px 0px 9px 19px; font-weight:normal; border-bottom: solid 1px #A2A3A1;}
.nav a:link {color:#D6D4C7; text-decoration:none;}
.nav a:visited {color:#D6D4C7;text-decoration:none; }
.nav a:hover {color:#FFFFFF; text-decoration:none; }

/* Page Layout Styles*/

.MainText {
	background-color: #FFFFFF;
	padding: 0px 18px 20px 18px;
	}

.LCol {
	background-image: url("/i/common/LColBG.gif"); 
	background-repeat: no-repeat;
	background-position: top;
	background-color: #4C4D4E;
	}


/* Home Page Layout Styles*/

.HomeMainText {
	padding: 0px 20px 20px 20px;
	}

.HomeLatestNews {
	padding: 0px 20px 20px 20px;
	}

.SharePrice {
	background-image: url("/i/front/ShareBG.gif"); 
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	}

.SharePriceSm {
   background-image: url("/i/front/ShareBGsm.gif"); 
   background-repeat: no-repeat;
   background-position: top;
   background-color: #FFFFFF;
   }

.news {
	padding-bottom: 15px;
	}

.news strong {
	font-size:11px;
	color: #650102;
	font-weight:normal;
	}
	
.news a:link {
	font-size:11px;
	color:#5C5D5F; 
	text-decoration:none;
	}
	
.news a:visited {
	font-size:11px;
	color:#5C5D5F;
	text-decoration:none; 
	}
	
.news a:hover {
	font-size:11px;
	color:#5C5D5F; 
	text-decoration:underline; 
	}

.price {
	font-size:16px;
	color:#E3E3CA;
	padding: 0px 20px;
	}

/*CSS popup Box */

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:400px;
height:130px;
z-index: 9002;
  padding: 8px;
  font-family: arial, helvetica, sans-serif; font-size:14px; font-weight:bold;
}

#popUpDiv a{
    font-family: arial, helvetica, sans-serif; font-size:12px; font-weight:normal;float:right;
}
