body {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #000000;
	background-image: url("../images/gradient.png");	
}
td, textarea, input, select {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;	
}

.frame {
	border: 1px solid #000000;
}

.texthome {
	font-family: arial;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
	padding-left: 25px;	
	padding-right: 25px;	
	padding-top: 10px;
}

.textinfo {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-left: 25px;	
	padding-right: 25px;	
	padding-top: 10px;
}

.textlinks {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left: 25px;	
	padding-right: 25px;	
	padding-top: 12px;
}

.textpd {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding-left: 25px;	
	padding-right: 25px;	
}

.textnav {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 25px;	
	padding-right: 25px;	
	padding-top: 25px;
}


a:link {
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}
a:visited {
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a:hover {
	color: #000000;
	font-family: arial;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

a.nav:link {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: none;
	text-decoration: none;

}
a.nav:visited {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: none;
	text-decoration: none;

}
a.nav:hover {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: none;
	text-decoration: underline;

}

a.info:link {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;

}
a.info:visited {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;

}

a.info:hover {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a.info2:link {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}
a.info2:visited {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a.info2:hover {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

a.links:link {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}
a.links:visited {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}
a.links:hover {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

a.pd:link {
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}
a.pd:visited {
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a.pd:hover {
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}



.inputstyle {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #333333;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px arial;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DAD0AA;
}
