td {color:black;
font-size:9pt;
font-family:Tahoma,sans-serif}

td.copy {color:#0054A6;
font-size:8pt;
font-family:Arial,sans-serif}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066CC;
	margin-bottom: 5px;
	padding-right: 5px;
}


td.toptext {color:black;
font-size:9pt;
font-family:Tahoma,sans-serif;
padding: 25px}

td.itext {
	color:black;
	font-size:9pt;
	font-family:Tahoma,sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

td.bottom {color:black;
font-size:9pt;
font-family:Tahoma,sans-serif;
padding: 25px;
padding-top: 0px}
.tagline {
	font-family: Tahoma, sans-serif, "Trebuchet MS";
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.projectlist {
	font-family: Tahoma, sans-serif, "Trebuchet MS";
	font-size: 11px;
	list-style-type: decimal;
	font-weight: bold;
	padding-bottom: 5px;
}
li	{
	font-style: normal;
	font-weight: normal;
	white-space: normal;
	margin-top: 4px;
	margin-bottom: 0px;
	list-style-position: outside;
	margin-right: 15px;
	}

UL	{
	margin-top: 0;
	margin-bottom: 0;

	}





 a.copy:link {color: #0054A6;
 font-size:8pt;
 font-family:Arial,sans-serif}
       
 a.copy:visited {color: #0054A6;
 font-size:8pt;
 font-family:Arial,sans-serif}

  a:link {
	color: #0066CC;
	text-decoration: none;
}
       
 a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}         
 
 

/* This document contains examples of styles that should be useful for making
 * forms with the template system. You could copy them into your stylesheet,
 * and modify them to suit your design */



/* Here's an example of a set of styles you might use to change the captions of
 * form fields to indicate which are required, which are optional, and which
 * have been filled incorrectly (e.g. not filled at all) */
*.required_caption { text-align: right; vertical-align: top; font-weight: bold; }
*.error_caption { text-align: right; vertical-align: top; font-weight: bold; color: red; }
*.optional_caption { text-align: right; vertical-align: top; }

/* You can have as many sets of these styles as you need. In some cases it does
 * not work to change the color/boldness of text (such as when you have a
 * pulldown with no caption. Perhaps these styles for changing the background
 * color would be useful in such cases. */
*.required_bg { text-align: right; font-weight: bold; }
*.error_bg { background-color: red; text-align: right; padding: 2px; }
*.optional_bg { text-align: right; }

*.required_left_caption { text-align: right; font-weight: bold; }
*.error_left_caption { text-align: right; font-weight: bold; color: red; }

*.form_field { vertical-align: top; align:left; }
*.template { color: red; font-size: 26px; }

*.required_right_caption { text-align: left; font-weight: bold; }
*.error_right_caption { text-align: left; font-weight: bold; color: red; }

*.required_center_caption { text-align: center; font-weight: bold; }
*.error_center_caption { text-align: center; font-weight: bold; color: red; }

span.required { font-weight: bold; }
span.error { font-weight: bold; color: red; }
