/* Standard CSS Styles*/

body {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	background-color: #27748E;
	}

td {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	}
	
big {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}
	
strong {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}

small {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.footer {
	background-image: url("/i/common2007/FooterBG.gif"); 
	background-repeat: repeat-x; 
	background-position: top left;
	}

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

/* Navigation Styles*/
	
.nav {
	font-weight:normal; 
	padding-top: 8px;
	}
	
.nav a:link {
	display: block; 
	font-size:12px;
	color:#006699; 
	text-decoration:none;
	background-image: url("/i/common2007/Arrow.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	padding: 5px 0px 5px 10px; 
	}
	
.nav a:visited {
	display: block; 
	font-size:12px;
	color:#006699;
	text-decoration:none; 
	font-weight:normal;
	background-image: url("/i/common2007/Arrow.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	padding: 5px 0px 5px 10px; 
	}
	
.nav a:hover {
	display: block; 
	font-size:12px;
	color:#006699; 
	text-decoration:underline; 
	font-weight:normal; 
	background-image: url("/i/common2007/Arrow.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	padding: 5px 0px 5px 10px; 
	}

.footer { color:#FFFFFF; 
	text-decoration:none;
	}
		
.footer a:link {
	color:#FFFFFF; 
	text-decoration:none;
	}
	
.footer a:visited {
	color:#FFFFFF; 
	text-decoration:none;
	}
	
.footer a:hover {
	color:#FFFFFF; 
	text-decoration:underline; 
	}

/* Page Layout Styles*/
	
.HeaderBG  img {
	behavior: url('/cc/js/pngbehavior.htc');
	}

.TitleBG {
	background-color: #A3AEB6;
	}

.Main {
	background-image: url("/i/common2007/MainBG.gif"); 
	background-repeat: no-repeat; 
	background-position: bottom center;
	background-color: #FFFFFF;
	}

.MainText {
	background-image: url("/i/common2007/MainTextBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top right;
	padding: 10px 40px 60px 10px;
	}

/* Home Page Layout Styles*/
	
.HomeBody {
	background-image: url("/i/front2007/BodyBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}

.HomeMain {
	background-image: url("/i/front2007/TextBG.png"); 
	background-repeat: repeat; 
	background-position: top left;
	behavior: url('/cc/js/pngbehavior.htc');
	}

.HomeText {
	color: #FFFFFF;
	padding: 0px 30px 10px 10px;
	}

.News {
	color: #FFFFFF;
	padding: 0px 10px 10px 0px;
	}

.News a:link {
	color: #60E7FF;
	text-decoration:none;
	}

.News a:visited {
	color: #60E7FF;
	text-decoration:none;
	}

.News a:hover {
	color: #60E7FF;
	text-decoration:underline;
	}
	


