/* CSS Document */

body
	{ font-family: Helvetica, Arial;}

A:link {
color: Blue;
}
A:visited {
 color: Blue;
}
A:active {
 color: Blue;
}
A:hover {
 color: red;
} 
h1 {font-size: 40px;}

/* Top Banner */

.banner {
	border: none; 
	float:left;
	width:100%;
	height:126px;
	position:relative;
	z-index: 1;
	background-image:url(images/banner.jpg);
	background-position:right center;

}
.banner2 {
	border: none; 
	float:left;
	width:100%;
	height:auto;
	position:relative;
	z-index: 1;
	background-image:url(images/biglookbanner.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	height:129px;

}
.list li{
	font-size:18px;
	height:55px;

}
.up_head	{font-size: 17px;}
.head1 {font-size: 24px; text-align:center;}
.copywright {font-size: 13px; font-family: Arial; text-align: left;}
.head2 {font-size: 18px;}
.text {font-size: 17px;}
.headright {font-size: 17px; font-weight: bold; text-decoration: underline;}
.righttext {font-size: 16px;}
.rightend {font-size: 13px; color: blue; width: 50%;}
.dtext {text-align: center;}
.downtext {font-size: 30px; color: red;}
.bottom {font-size: 12px;}
.bold {font-weight: bold;}
.paddingleft {padding-left: 15px;}
