@CHARSET "ISO-8859-1";
BODY {
	font-family: sans-serif;
	/* background-color: #E8DFC2 */

}


TITLE {
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #E8DFC2
}


DIV.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}

/* This is the Border around the Form */

table.sform {					 
	
	border-width: 1px;
	border-spacing:  ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: #E8DFC2;
}

/* Simple Table Layout */

table.form {					 
	
	border-width: 1px;
	border-spacing:  ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: #E8DFC2;
}
/* This is the Border around the List Table  */

table.LList {					 
	
	border-width: 1px;
	border-spacing:  ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	text-align: center;
	background-color: #E8DFC2;
}

TD {

	width : 10%;
	font-family: sans-serif;
	font-size: 100%
}

TR {
	font-family: sans-serif;
	font-size: 100%
}

TR.crow {
	font-family: sans-serif;
	font-size: 80%;
	font-weight: medium;
	font-style: italic;
	color: #0000FF;
	background-color: #E8DFC2
}

TR.grow {
	font-family: sans-serif;
	font-size: 120%;
	font-weight: medium;
	font-style: italic;
	color: #0000FF;
	text-align: center;
	background-color: #E8DFC2
}
TD.bld {
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold
}

/* This is the Header Title in the Form */

TD.arow {
	font-family: sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000
}

/* This is the Second "B" Header Title in the Form */

TD.brow {
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #000000;
	background-color: #E8DFC2
}

TD.drow {
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: #E8DFC2
}
TD.erow {
	font-family: sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
	background-color: #E8DFC2
}
TD.lrow {
	width : 6%;
	font-family: sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #E8DFC2
}

/* This is the First Alternating Color Row in the List */

TD.xrow {									
	width: 10%;
	font-family: sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #000000;
	background-color: #E8DFC2 /* #CCFFFF */
}
/* Small Alternating Color for Big Text Fields */
TD.xsrow {									
	width: 10%;
	font-family: sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #000000;
	background-color: #E8DFC2 /* #CCFFFF */
}
/* This is the Second Alternating Color Row in the List */

TD.yrow {
	width : 10%;
	font-family: sans-serif;
	font-size: 65%;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF
}

/* Small Alternating Color for Big Text Fields */
TD.ysrow {									
	width: 10%;
	font-family: sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF /* #CCFFFF */
}
/* This is the Color / Font for a PNOTE in the Form */

TD.pnote {
	font-family: sans-serif;
	font-size: 70%;
	font-weight: bold;
	font-style: italic;
	color: #CC0000;
	background-color: #E8DFC2
}

TD.irow {
	font-family: sans-serif;
	font-size: 80%;
	font-weight: bold;
	background-color: #996633
}

TD.srow {
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC
}

/* This is the Default Text Entry Font / Color in the Form */

TD.form {
	font-family: sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	background-color: #E8DFC2
}

