@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/newbg.jpg);
	background-repeat:repeat;
}

.foot {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
	letter-spacing:1px;
	color: #666666;
}

.style1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.style2 {
	font-family: "Trebuchet MS";
	font-size: 14px; color: #666666;
	line-height: 28px;
}
.style3 {
	font-family: "Trebuchet MS";
	font-size: 14px; color: #666666;
	line-height: 18px;
	padding-top: 8px;
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: 1px;
	text-align:justify;
}	
.style4 {
	font-family: "Trebuchet MS";
	font-size: 14px; color: #666666;
	line-height: 20px;
	padding: 5px;
}
/* Main Links */

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #000000;
	font-weight:800;
	}
a:active {
	text-decoration: none;
	color: #666666;
}

/*Navagation Menu*/
.navmenu {
	line-height: 35px;
	text-decoration:none;
}
.navmenu a:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
	letter-spacing:1px;
	color: #666666;
}
.navmenu a:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
	letter-spacing:1px;
	color: #666666;
}
.navmenu a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
	background: url(images/arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:100;
}
.navmenu a:active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
	letter-spacing:1px;
	color: #666666;
}

/* Form */
.input-box {
	background:#CCCCCC;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 579px;
}
.submit {
	margin-left: 40px;
}