A {
	text-decoration : none;
	color : #000000;
	
}

A:HOVER {
	text-decoration : underline;
	color : #0077b7;
}

.bodyCopy {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	line-height:17px;
}


.bodyCopySm {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	line-height:17px;
}

.bodyCopySmallBlue {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : Bold;
	color : #1f1d3d;
	line-height:17px;
}

.bodyCopyEvent {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	line-height:17px;
}

.bodyCopyBlue {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : Bold;
	font-size : 12px;
	color : #1f1d3d;
	line-height:17px;
}

.bodyCopyLargeBlue {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : Bold;
	font-size : 20px;
	color : #1f1d3d;
	line-height:25px;
}

.bodyCopyLightBlue {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : Bold;
	font-size : 12px;
	color : #0077b7;
}

.greenHeader {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : Bold;
	font-size : 16px;
	color : #1f1d3d;
}
#dropmenudiv{
	vertical-align:top;
	position:absolute;
	/*border:1px solid black;*/
	/*border-bottom-width: 0;*/
	border-top-color : #000000;
	font:normal 10px Verdana;
	line-height:16px;
	z-index:100;
}

#dropmenudiv a{
	width: 139px;
	vertical-align:top;
	display: block; 
	text-indent: 5px;
	/*background-image:url(images/drop_back.png);*/
	/*border-bottom: 1px solid black;*/
	padding: 0px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #325c8b;
	vertical-align:top;
}


.lines {
	border-bottom-style: dashed;
	border-bottom-width : 1px;
    border-bottom-color : #000000;
}


INPUT#outlines {
	font-family : Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border-color : #000000;
	border-width : 1px;
	border : 1px solid Black;
}

TEXTAREA#outlines {
	font-family : Century Gothic, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	border-color : #000000;
	border-width : 1px;
	border : 1px solid Black;
}
