body {
    font-family: Arial;
	font-size : 8pt;
	font-weight : normal;
    }

legend {
    font-family: Arial;
	font-size : 6pt;
	font-weight : bold;
    }

a:link
{ color: #000084; text-decoration: none }
a:active
{ color: #000084; text-decoration: none }
a:visited
{ color: #000084; text-decoration: none }
a:hover
{ color: #000084; text-decoration: none }

.bgTileRight {
	background-repeat: repeat-y;
	background-position: left;
    }

.bgTileLeft {
	background-repeat: repeat-y;
	background-position: right;
    }

.fieldName {
    font-family: Arial;
	font-size: 12px;
	font-weight: normal;
    }

.tableHeadertxt {
    font-family: Arial;
	font-size: 10px;
	background-color: #e4f1fa;
	font-weight: bold;
    }

.menutxt {
    font-family: Arial;
	font-size: 11px;
	color: #0F4D72;
	font-weight: bolder;
	border-bottom-style: dotted;
	border-bottom-color: #0F4D72;
	padding-left: 20px;
	border-bottom-width: thin;
	}

.selectedmenutxt {
    font-family: Arial;
    color: #0F4D72;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
    }

.headingtxt {
    font-family: Arial;
    color: #0F4D72;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
    }

.border {
	border-style : solid;
	border-color : rgb(165,165,165);
	border-top-width : 1;
	border-left-width : 1;
	border-bottom-width : 1;
	border-right-width : 1;
    }

.bodytext {
    font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
    }

.bodytextBold {
    font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
    }

.mandatoryField {
    background-color: #ffff99;
    }
