/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/lineback.jpg);
	background-repeat: repeat-x;
	background-color: #e0e0e0;
	color:black;
}
.wBack  {
    background-color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	padding:4px;
}
h1{
	font-size:19px;
	font-weight:lighter;
}
h2{
	font-size:17px;
	font-weight:lighter;
}
h3{
	font-size:15px;
	font-weight:lighter;
}
.style1 {
	font-family: arial;
	font-size: 12px;
}
.TableBorder{
	border:solid 1px #cccccc;
}

.style2 {color: #003399}
.style3 {color: #2E448D}
input, textarea{
	font-family:arial;
	font-size:12px;
	color:#0033CC;
	width:250px;
}
a:hover{
	color:red;
	text-decoration:none;
}

.NavButt{
	border-top:2px solid #cccccc;
	border-left:2px solid #cccccc;
	border-right:2px solid GRAY;
	border-bottom:2px solid gray;
	height:25px;
	color:#000000;
	background-color:#2665ac;
	margin-bottom:14px;
	font-size:12px;
}
.NavButt a{
	text-decoration:none;
	color:white;
}
.NavButt a:hover{
	color:yellow;
	text-decoration:underline;
}