body {font-family: Geneva, Arial, Helvetica, san-serif;
     color: #000000;
			margin-top: 0px;
		 margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 0px;
			border-left-width: 0px;
			left: 0px; top: 0px;
			scrollbar-face-color:#009AFF;
     scrollbar-arrow-color:#FFFFFF;
     scrollbar-track-color:#FFFFFF;
     scrollbar-shadow-color:#0061A5;
     scrollbar-highlight-color:#6BC2FF;
     scrollbar-3dlight-color:#8CD3FF;
     scrollbar-darkshadow-Color:#000000;
			clip:  rect(   )}

.head {  font-family: "Times New Roman", Times, serif; font-size: 17px; font-weight: bold}
a:link {color: #006699}
a:active {color: #006699}
a:hover {color: #0099FF}
a:visited {color: #006699}
input:focus { background-color: #6BC2FF }
textarea:focus { background-color: #6BC2FF }
input { border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }
textarea { border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

.foot {font-family: Geneva, Arial, Helvetica, san-serif; font-style: italic; font-weight: bold}
.smalllink {font-size: x-small}
.bold {font-weight: bold}
.required {font-size: xx-small; font-weight: bolder; color: #0099FF}
.card {font-size: 1px}

/*ul {list-style-image: url(../images/bullet.gif); padding: 0}*/
li {
	list-style-image: url(../images/bullet.gif);
	_list-style-image: url(../images/bullet.gif);
	padding: 0;
	}
	
	
/*NEW STYLES*/
.title {font-weight: bold; background-color: #000000; color: #FFFFFF; align: right}
.content {background-image: url(images/stamp.gif);
          background-color: #FFFFFF;
					background-repeat: no-repeat;
					background-position: top right;}
image {border: none}
a {border: none}

/*Drop Menu*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FF0000;
}