body {
	background-color: #666666;	
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background:url(graphics/bg.png);
	background-repeat: repeat-y;
	margin:0px;
}
.row1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	padding: 25px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-decoration: none;
}
.row2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	display: block;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-decoration: none;
	color:#FFFFFF;
}
dd {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
option {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
select {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
input {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #006699;
	text-decoration: none;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #0099FF;
	text-decoration: none;
}

.headingText {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
	text-align: center;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
}

.borders1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu
{
	margin: 0px;
	margin-right:5px;
	cellpadding: 0px;
	cellspacing: 0px;
	list-style: none;
	font: 15px Trebuchet MS;
	text-align: left;
	width: 150px;
	margin-left:40px;
	font-weight:bold;
	text-decoration:none;

}

a.menu
{
	display: block;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	width: 150px;	
}

a.menu:hover
{
	color: #CCBBDD;
	text-align:left;
}


.submenu
{
	background: #0B2E58;
	visibility: hidden;
	position: absolute;
	z-index: 3;	
}

	.submenu a
	{
	display: block;
	font: #FFFFFF 12px Trebuchet MS;
	font-weight: Bold;
	text-align: left;
	text-decoration: none;
	padding: 5px;
		}

	.submenu a:hover
	{
	background-color: #0B2E58;
	color: #CCBBDD;
}
		
.bottom
{
	margin: 0px;
	margin-right:5px;
	cellpadding: 0px;
	cellspacing: 0px;
	list-style: none;
	font: 13px Trebuchet MS;
	text-align: left;
	font-weight:bold;
	text-decoration:none;

}

a.bottom
{
	display: block;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
}

a.bottom:hover
{
	color: #CCBBDD;
	text-align:left;
}
a.bottom:visited
{
	color: #CCBBDD;
	text-align:right;
	text-decoration: none;
}
.images { padding: 2em; 
}