/* CSS Document */
body{
	background-color:#6DBDFB;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

table{
  background-color: #FFFFFF;
  color: #000033;
  border-style:inherit;
  font-family:"Times New Roman", Times, serif;
  text-align:left;
  line-height:normal;
  width:700px;
  padding:10px;
  }
 TD{
 padding:10PX;
 padding-left:15PX;
 }

li{
	font-family:"Times New Roman", Times, serif;
	color: #000066;
	list-style-image:url(images/li.jpg);
	padding:3px;
}
span{
	font-size:small;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#333333;
}
h1{color: #000033;}
h2{color: #000066;}
h3{color: #000099;}
h4{color: #0000CC;}
h5{color: #0033FF;}
hr{ color:#000066;}

label{
	color: #003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	padding:8px;
	cursor: crosshair;
}
input{
	border:#CCCCCC;
	border-bottom-style: groove;
	border-right-style:groove;
	}
form{
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:inherit;
}

.add{
	color:#990000;
	font-family:"Times New Roman", Times, serif;
	font-size: large;
	padding: 5px;
}
.phfloat{
	float:right;
}
.formtable{
	border:#003300;
	border-style:groove;
	border-style:groove;
}
.formcell{
	border:thin;
	border-bottom-color:#006600;
}
.introduction{
	color: #000066;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
.intro{
	color:#000033;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	width:700PX;
}
