BODY  {
	font-family : Arial;
	font-size : 11px;
}

TD  {
	font-family : Arial;
	font-size : 11px;
}

INPUT  {
	font-family : Arial;
	font-size : 11px;
}

.male  {
	font-family : Arial;
	font-size : 11px;
	background : #D9FFFF;
}

.female  {
	font-family : Arial;
	font-size : 11px;
	background : #FFC7F8;
}

.menu  {
	background-color : #009442;
    color : white;
}

.menua  {
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : white;
}

select  {
	font-family : Arial;
	font-size : 11px;
}

TH  {
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
}

P  {
	font-family : Arial;
	font-size : 11px;
}

.label  {
	font-family : Arial;
	font-size : 11px;
	color : #356198;
	font-weight : bold;
}

.highlight  {
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	background-color : yellow;
}

.bold  {
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
}

.warning  {
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	background-color : red;
	color : white;
}

.box  {
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	border-width : thin;
	border-style : solid;
	border-color : Red;
	padding : 2;
	clip : auto;
	width : 50%;
}

.mandatory {
	font-family : Arial;
	font-size : 11px;
	border-width : thin;
	border-style : solid;
	border-color : red;
}

.MyA {
	font-family : Arial;
	font-size : 30px;
	color: white;
	font-weight: bold;
}
      

.MyA:link {
	text-decoration: none
}

.MyA:visited {
	text-decoration: none
}

.MyA:hover {
	text-decoration: underline overline;
	font-size : 40px;
}


