html { background: #eadc9f; }
body	    { color: black; font-size: 13px; font-family: Verdana,Helvetica,sans-serif;  margin: 4px; }
a:link	    { color: #844; }
a:visited   { color: #844; }
a:hover 		{ color: #222; }
td { vertical-align: top; font-size: 13px; }

.c1 { 
  position: absolute;
  top: 50%;
  margin-top: -25%;
	width: 99%;
}
.c2 {  position: relative; margin: auto; width: 800px; }
.c2 table { cell-spacing: 4px; background: white; }

.col1 { width: 50%; padding: 8px; }
.col2 { width: 50%; padding: 0px; text-align: right; }

.footer { font-size: 8px; text-align: right; color: #666; margin-top: 3px; }
.footer a { color: #444; text-decoration: none; }
.footer a:hover { color: #222; }




