body {margin:0; 
	  padding:0; 
	  background-color:#C59682}

td.copy {background-image:url(images/copybg.jpg); 
         text-align:center; 
         height:54px; 
         font-family:Verdana,sans-serif; 
         color:#595959; 
         font-size: 7pt}

td.text {background-image:url(images/textbg.jpg); 
         font-family:Verdana,sans-serif; 
         color:#000000; 
         font-size: 9pt; 
         height:363px; 
         padding-right:2em;; 
         padding-left:4em; 
         padding-top:2.75em; 
         padding-bottom:3em}
         
td.text3 {background-color:#FFFFFF;
         font-family:Verdana,sans-serif; 
         color:#000000; 
         font-size: 9pt; 
         padding-right:8em;; 
         padding-left:8em; 
         padding-top:0; 
         padding-bottom:3em}   
         
td.text4 {background-color:#FFFFFF;
         font-family:Verdana,sans-serif; 
         color:#000000; 
         font-size: 9pt; 
         padding-right:1em;; 
         padding-left:1em; 
         padding-top:0; 
         padding-bottom:1em}         
         
td.text2 {font-family:Verdana,sans-serif; 
         color:#000000; 
         font-size: 9pt; 
         padding-right:2em;; 
         padding-left:2em; 
         padding-top:2em; 
         padding-bottom:2em}  
         
td.text2_d {font-family:Verdana,sans-serif; 
         color:#000000; 
         font-size: 9pt; 
         padding-right:2em;; 
         padding-left:2em; 
         padding-top:0; 
         padding-bottom:2em}         
         
td {font-family:Verdana,sans-serif; 
         color:#000000; 
         font-size: 9pt}         

a.copy:link {color: #595959;
 font-size:7pt;
 font-family:Verdana,sans-serif}
       
a.copy:visited {color: #595959;
 font-size:7pt;
 font-family:Verdana,sans-serif}
 
a:link {color: #034C80;
 font-size:9pt;
 font-family:Verdana,sans-serif}
       
a:visited {color: #034C80;
 font-size:9pt;
 font-family:Verdana,sans-serif}


/* 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; }