	body {
		background-color: #A5D1EF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
       border: none;
       margin-top: 0;
	}
	a {
		color: darkblue;
		text-decoration: none;
	}
	a.wizard {
		color: darkblue;
		text-decoration: none;
       font-weight: bold;
	}
	a:hover {
		text-decoration: underline;
	}

   IFRAME {
	width: 100%;
   height: 100%;
   border: none;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   border-width :0px;
   padding-top: 0;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
	}

   .line {
   	width:100%;
       height:2px;
   }

    FONT,P,TR,TD,SELECT,FORM,BUTTON  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

    SELECT  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
       size:10;
	}

   FONT.sublabel {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #555555;
   }
   FONT.note {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
   }
   FONT.noteSection {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
   }
   FONT.subnote {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000000;
   }


   INPUT, TEXT, FILE {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		width: 230px;
   }

   INPUT.date {
   	width: 75px;
       color: #333333;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 8pt;
   }

   TEXTAREA {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		width: 230px;
       height:90px;
   }


   .cancel {
	   color: red;
   }
    .required {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: red;
       font-weight: bold;
	}
   .small {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
   }
   .header  {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
       font-weight: bold;
	}
   .title {
  		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
       font-weight: bold;
   }

	TABLE.buffer {
   	FONT-FAMILY: Verdana,Helvetica;
       FONT-SIZE: 11px;
       border: 1px solid #000000;
       background-color: #9AC6EC;
	}
	TABLE.box {
   	FONT-FAMILY: Verdana,Helvetica;
       FONT-SIZE: 11px;
       border: 1px solid #000000;

	}
	TABLE.outerbox {
   	FONT-FAMILY: Verdana,Helvetica;
       FONT-SIZE: 11px;
       border: none;

	}

	TABLE.boxtitle {
   	FONT-FAMILY: Verdana,Helvetica;
       FONT-SIZE: 11px;
       border: 1px solid #000000;
       background-color: #DDDDDD;
	}

	.Menu_Head {
		filter:alpha(opacity=100,finishopacity=80,style=1);
		background-color: 6699CC;

		border-spacing: 2pt;

		border-style : solid;
		border-color : 6699CC;
	    border-width : 0px;

		font-weight: bold;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		cursor: pointer;
		width: 100%;
	}
	.Menu_Items {
		filter:alpha(opacity=100);

		border-style : solid;
		border-color : 6699CC;
	    border-width : 2px;

		padding: 3;
		width: 180;
		display: block;
	}

.pjTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.previousTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	letter-spacing: 1pt;


}
.textFieldHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
   color: #333333;
	letter-spacing: 1px;
}
.textFieldHeaderBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
   color: #333333;
   font-weight: bold;
	letter-spacing: 1px;
}
.textFieldHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	letter-spacing: 1px;

}
.selectboxes {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
   width:200;
}
.boxes {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 1px;
      width:290;
}

TD.cal,TD.calday,TD.calmonth,TD.caltoday,A.textlink,.disabledtextlink
{
font-family:arial;
font-size: 8pt;
}
TD.calday{
border:solid thin #C0C0C0;
border-width:0 0 1 0;
}
TD.calmonth{
text-align:right;
}
TD.caltoday{
text-align:right;
color:white;
background-color:#C0C0C0;
border-width:1;
border:solid thing #800000;
}
TD.textlink{
border:solid thin #C0C0C0;
border-width:1 0 0 0;
}
A.textlink{
height:20px;
color:black;
}
.disabledtextlink{
height:20px;
color:#808080;
}
A.cal{
text-decoration:none;
color:#000000;
}
A.calthismonth{
text-decoration:none;
color:#000000;
}
A.calothermonth{
text-decoration:none;
color:#808080;
}
.calnotclickable{
color:#808080;
}
.disabled{
color:#D0D0D0;
text-decoration:line-through;
}
