body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/bluebkgd2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9AB4CC;
	font-size: 12px;
	line-height: 20px;




}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;


}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}.heading {
	font-weight: bold;
	font-size: 14px;

}
.biggerheading {
	font-size: 16px;
	font-weight: bolder;
	line-height: 30px;
	border: #CCFFCC;




}
.list {
	list-style-type: circle;
}
a:link {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	line-height: 33px;

}
a:visited {
	font-weight: bold;
	color: #9900CC;
	text-decoration: none;
	font-size: 14px;
	line-height: 33px;


}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
	line-height: 33px;


}
a:active {
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	font-size: 14px;
	line-height: 33px;


}
a.smaller:link {

	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	line-height: 33px;
}
a.smaller:visited {

	font-weight: bold;
	color: #9900CC;
	text-decoration: none;
	font-size: 12px;
	line-height: 33px;
}
a.smaller:hover {

	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	line-height: 33px;
}
a.smaller:active {

	font-weight: bold;
	color: #006633;
	text-decoration: none;
	font-size: 12px;
	line-height: 33px;
}

/* Form definition list styles */
dl {
	padding: 4px 0;
	margin: 0px;
	cursor:default;
	color:#666666;
	width:100%;
	clear:both;
}

dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
	margin: 0px;
}

dd {
	margin-left: 41%;
	vertical-align: top;
	margin: 0px;
	text-align:left;
}
/* Hover Effects */

dl:hover {
	background-color: #a7c1d6;
}

/* Input hover and focus styles */
input, textarea {
	border:1px solid #999999;
}

input:hover, textarea:hover {
	border: 1px solid #65A7EF;
}

input:focus, textarea:focus {
	border: 1px solid #1362B9;
	color: #000000;
}