/* Document settings */

body {background-color:#ffffff; font-family:sans-serif;}

a {text-decoration:underline;}

a:link {color:#696868; cursor:pointer;}

a:visited {color:#696868;}

a:hover {color:#C0C0C0;}

a * {color:#696868;text-decoration:underline;}

sup {font-size:0.5em; vertical-align: 1em;}

sub {font-size:0.5em;}

.tl {position: absolute; white-space: pre; unicode-bidi:bidi-override;}

.ap {position: absolute; border:none;}



/*  CLASS=".td"					Formatting for the text labels underneath the form fields - Erin */

.td {

	text-align: left;				/* This aligns the text label - Erin */

	font-size: 12px;				/* This controls the font size of text labels - Erin */

	font-weight:bold;				/* This makes the text labels bold - Erin */

	color: #696868;				/* This controls the color of the text labels - Erin */

}



/*  CLASS=".formfields"			Formatting for the actual form fields - Erin */

.formfields { 

   font-family: sans-serif;  	/* This controls the font style of text entered into the form fields - Erin */

   font-size: 12px; 				/* This controls the font size of text entered into the form fields - Erin */

   color: #696868; 				/* This controls the color of text entered into the form fields - Erin */

   background-color: #FFFFFF; /* This controls the background color of the form fields - Erin */

   padding: 2px; 					/* This controls the padding within the form fields - Erin */

   height: 13px; 					/* This controls the height of the form fields - Erin */

   width: 175px; 					/* This controls the width of the form fields - Erin */

   border: 1px solid #7F9DB9; /* This controls the border width of the form fields - Erin */

}