/* set the page background color and margins. */ 
body { margin: 0px; style="background-image:url(backmain.jpg)"
 ; }

/* set the page font formatting. */
body, p, div, td {font-family: verdana; font-size: 9pt; color: #000000; }

/* default link colors */
a:link { font-weight: bold; text-decoration: none; color: #336699; }
a:hover { font-weight: bold; text-decoration: none; color: #336699; }
a:visited { font-weight: bold; text-decoration: none; color: #000000; }
a:visited:hover { font-weight: bold; text-decoration: none; color: #000000; }

/* set input, select and textfield elements sizes */
.SMinput { width: 20px; }
.MDinput { width: 125px; }
.LGinput, select { width: 225px; }
.XLinput, select { width: 300px; }
.SMtext {width: 450px; height: 75px; }
.MDtext {width: 450px; height: 150px; }
.LGtext {width: 450px; height: 200px; }
.XLtext {width: 450px; height: 300px; }


