a {color: black; text-decoration: none; }
a:hover {color: blue; }

a.nav {
	color: white;
	font-size: 10pt;
}

a.nav:hover { 
	font-weight: bold; 
	text-decoration: none;
	 color: white;
}

table.main, table.nav {
        width: 650px;
        margin-left:auto;
        margin-right:auto;
}

table.nav {
	background-color: black;
}

td.nav {
	text-align: center;
	width: 20%;
}

body {
        background-color: white;
        font-family: century gothic, arial;
        font-size: 10pt;
        text-align:center;
}

body.nav {
	background-color: black;

td {
	vertical-align: top;
}

td, input, textarea {
        text-align: left;
        font-family: century gothic, arial;
        font-size: 10pt;
}

textarea {
        width: 99%;
}

img.val {
	height: 15px;
	width: 15px;
}

iframe {
	border: 0px;
	width: 100%;
	height: 30px;
	overflow: hidden;
}
