/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	padding: 0px;
	/* background-image: url(fw/pagecontainer_bg.jpg); */
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div {
	margin: 0px;
}
img {
	margin: 0px;
}
img.menuflag {
	margin-right:-1px;
}


td {
	font-size: 12px;
}

/******* hyperlink and anchor tag styles *******/
A {
	color: #006699;
}
A:hover {
	color: #339900;
	text-decoration: none;
}
A.topmenu {
	color: #DDFFCC;
	text-decoration: none;
}
A.topmenu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/************** header tag styles **************/
H1 {
	font-size: 20px;
	font-weight: normal;
	color: #006699;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 25px;
}
H2 {
	font-size: 16px;
	font-weight: bold;
	color: #339900;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 21px;
}

#bodytext {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: -15px;
	margin-bottom: 0px;
	padding: 0px;
}
/***********************************************/
/* DropDown Menu Styles                        */
/***********************************************/
#dropmenudiv {
	position:justify;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height:16px;
	z-index:100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: white;
}