.did {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #585739;
	text-decoration: none;
}

.didtitl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F4D94A;
	text-decoration: none;
}


.didbutton {

	cursor:pointer;
	border:outset 1px #585739;
	font-color:#585739;
	font-weight:normal;
	padding: 1px 2px;
	background-color:#ADAC76;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.titl2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
	text-decoration: none;
}

.titl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.huge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.smaller_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.smallest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.norm a:link { color: #2B318A; font-weight: bold; text-decoration: none; border-bottom: none; }
.norm a:visited { color: #2B318A; font-weight: bold; text-decoration: none; border-bottom: none; }
.norm a:active { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.norm a:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.norm a:visited:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }

.huge a:link { color: #2B318A; font-weight: bold; text-decoration: none; border-bottom: none; }
.huge a:visited { color: #2B318A; font-weight: bold; text-decoration: none; border-bottom: none; }
.huge a:active { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.huge a:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.huge a:visited:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }

.smaller a:link { color: #2B318A; font-weight: bold; text-decoration: none; border-bottom: none; }
.smaller a:visited { color: #2B318A; font-weight: bold; text-decoration: none; border-bottom: none; }
.smaller a:active { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.smaller a:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.smaller a:visited:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }

.smallest a:link { color: #2B318A; font-weight: bold; text-decoration: none; border-bottom: none; }
.smallest a:visited { color: #2B318A; font-weight: bold; text-decoration: none; border-bottom: none; }
.smallest a:active { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.smallest a:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }
.smallest a:visited:hover { color: #FF0000; font-weight: bold; text-decoration: none; border-bottom: none; }

.imgs a:link { text-decoration: none; }
.imgs a:visited { text-decoration: none; }
.imgs a:active { text-decoration: none; }
.imgs a:visited:hover { text-decoration: none; }
.imgs a:visited:hover { text-decoration: none; }

.white a:link { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: none; }
.white a:visited { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: none; }
.white a:active { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: none; }
.white a:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: none; }
.white a:visited:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; border-bottom: none; }

.formbutton{

	cursor:pointer;
	border:outset 1px #000000;
	color:#FFFFFF;
	font-weight:normal;
	padding: 1px 2px;
	background-color:#2B318A;
	font-family: Arial, Helvetica, sans-serif;

}

#popupcontent
{
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	border:2px solid #2B318A;
	background-color:#FFFFFF;
	padding:0; 
	z-index: 60;
} 
