body {
	font-family: Arial, Helvetica, sans-serif;
	margin:12px;
	font-size:12px;
}
input{
	color:#000066;
}
h1 {
	font-size:16px;
	font-weight:bold;
	color:#000066;
	font-family:"Bookman Old Style", "Courier New", Courier, monospace;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#000066;
	font-family:"Bookman Old Style", "Courier New", Courier, monospace;
	}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#000066;
	font-family:"Bookman Old Style", "Courier New", Courier, monospace;
	}
a:link, a:active, a:visited {
	color:#3333CC;
	text-decoration:underline;
	}
a:hover {
	color:#3333CC;
	text-decoration:underline;
	}
.menu {
	font-size: 14px;
	color:#000066;
	font-weight:bold;
	padding-right:12px;
	padding-left:12px;
	}
a.menu:link, a.menu:active, a.menu:visited {
	font-size: 14px;
	color:#000066;
	font-weight:bold;
	text-decoration:none;
	padding-right:12px;
	padding-left:12px;
	}
a.menu:hover {
	font-size: 14px;
	color:#bd9408;
	font-weight:bold;
	text-decoration:none;
	padding-right:12px;
	padding-left:12px;
	}
.dark-border {
	border-color:#000066;
	border-width:2px;
	border-style:solid;
	}
.dark-border-top {
	border-top-color:#000066;
	border-top-width:2px;
	border-top-style:solid;
	}
.dark-border-bottom {
	border-bottom-color:#000066;
	border-bottom-width:2px;
	border-bottom-style:solid;
	}
.light-border {
	border-color:#9cdeff;
	border-style:solid;
	border-width:1px;
	}
.menu-subhead {
	font-family:"Bookman Old Style", "Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	color:#000066;
	padding-left:18px;
		}
.copyright {
	font-size:10px;
	color:#3333CC;
	padding-left:12px;
	}
a.small:link, a.small:visited, a.small:active {
	font-size:9px;
	color:#3333CC;
	text-decoration:underline;
	}
a.small:hover {
	font-size:9px;
	color:#3333CC;
	text-decoration:underline;
	}
.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;

}
.bigtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}
table.border{
	border:#000066 solid 2px;
}
.bordertd{
	border-right:#9CDEFF solid 1px;
	border-top:#000066 solid 1px;
	padding:5px;

}
.bordertdend{
	padding:5px;
	border-top:#000066 solid 1px;
}
.nobordertd{
	border-right:#9CDEFF solid 1px;
	padding:5px;

}
.nobordertdend{
	padding:5px;
}
.borderheading{
	border-top:#000066 solid 1px;
	border-bottom:#000066 solid 1px;
	padding:5px;
	background-color:#E0F4FB;
	text-align:center;
}
th{
	color:#000066;
	text-align:center;
	padding:5px;
	background-color:#9CDEFF;
	background:url(images/menu-gradiant.jpg);
}
.alternate_rowbg {
	background-color:#eff7fc;
}
.normal_rowbg {
}
.padding15 {
	padding:15px;
	}