body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color:#ECECEC;
	font-family: Verdana,Tahoma,Arial;
	color:#000000;
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
	text-align:justify;
}
.content {
	font-family: Verdana,Tahoma,Arial;
	color:#000000;
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
	text-align:justify;
}
#title {
	background-color:#CCCCCC;
	font-family: Verdana,Tahoma,Arial;
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	height:25px;
	padding-left:2px;
}
#questions {
	font-family: Verdana,Tahoma,Arial;
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	height:25px;
	padding-left:2px;
}
.contentBold {
	font-family: Verdana,Tahoma,Arial;
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
.contentTit {
	font-family: Verdana,Tahoma,Arial;
	color:#000000;
	font-size:15pt;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	height:40px;
}
.content A {
	font-family: Verdana,Tahoma,Arial;
	color:#FF0000;
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
	text-align:justify;
}
.content A:hover {
	font-family: Verdana,Tahoma,Arial;
	color:#FF0000;
	font-size:9pt;
	font-weight:normal;
	text-decoration:underline;
	text-align:justify;
}
.contentred, .contentred A {
	font-family: Verdana,Tahoma,Arial;
	color:#ED2325;
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
	text-align:justify;
}
input, textarea
{
    font-family: Arial,Tahoma,Verdana;
    border: 1px solid ;
	border-color:#858E9D;
    FONT-SIZE: 9pt;
	color: #000000;
	background-color:#CCCCCC;
}
.footer, .footer A {
	font-family:Trebuchet MS,Tahoma,Verdana;
	color:#FFFFFF;
	font-size:9pt;
	text-decoration:none;
}

#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	margin-top:10px;
}

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

#dropmenudiv a:hover{ /*hover background color*/
	background-color: FFF300;
	color:#000000;
}
.mdiv 
{
	width:100%;
	height:100%;
	cursor:hand;
	vertical-align:baseline;
	border-right:solid 1px #EF2021;
}
.menu a
{
	background-color:Black;
	color:#FFF300;
	border-color:#EF2021;
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	font-style:normal;
	text-decoration:none;
}

.menu a:hover
{
	background-color:#fff300;
	color:#000000;
	border-color:#B8B8B8;
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	font-style:normal;
	text-decoration:none;
}

