/* Stuff that applies everywhere */
body {
	background:#D5D5D5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

a { font-weight:bold; }
a:link {text-decoration:none; color:#0000FF}     /* unvisited link */
a:visited {color:#0066FF; text-decoration:none;}  /* visited link */
a:hover { text-decoration:underline; color:#0066CC;}   /* mouse over link */
a:active {color: #0066FF; text-decoration:underline;}   /* selected link */

table.alpha {background:#FFFFFF; padding:0px; width:800px;}
table.beta { width:100%; text-align:center;}

	/*Custom Form Button */
button { font-size:8pt; background-color:0066FF; color:ffffff; border-color:#FFFFFF; padding:3px; font-weight:bold }

/* Stuff for Section A */
td.a { text-align:center; width:1000px; background:url(images/hsv-map.gif); height:100px;}

/* Stuff for Section B */
td.b {text-align:center; background:#FFFFFF; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#333333;}
td.b2 { background-color:#FFFFFF; }

/* Stuff for Section C */
td.c {text-align:center; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#333333; }

/* Stuff for Section D */
td.d {text-align:center;  }

/* Stuff for Section E */
td.e { vertical-align:top; width:200px; border-right-style:solid; border-right-width:1px; border-right-color:#333333; padding:3px; }
td.e2 {padding-left:1em; text-indent: -1em; font-size:14px}

/* Stuff for Section F */
td.f {padding:10px; width:80%;}

/* Stuff for Section G */
td.g { text-align:center; font-size:11px; border-top-style:solid; border-top-width:1px; border-top-color:#333333}
