body {
 font-family : "Century Gothic",sans-serif;
 font-size: 14px;
 background-color: #636467;
 line-height: 1.6em;
 color: #ccc;
}
h2 { font-size: 14px; font-weight: bold; }
img { border: 0px none; }
table { margin: auto; }
td { text-align: left; }
input,textarea, select {
	font-family : "Courier New",monospace;
	font-size: 14px;
	color: #fff;
/*	font-weight: bold;*/
	border: none;
	background-color: #555;
}
.mandatory_field {
	background-color: #655;
}
.error_text {
	color: #f99;
}
.footnote {
	text-align:left;
	font-size: 12px;
}
#netbook_sized_frame {
	padding-top: 30px;
	padding-bottom: 20px;
	margin:auto;
	width:768px;
/*	height:400px;*/
/*	border: 1px solid #333;*/
	text-align: center;
}
.footer_line {
/*	position: absolute;*/
/*	bottom: 0px;*/
	padding-top: 5em;
	font-size: 10px;
}
a:link { color: #c2cd23; }
a:hover { color: #c2cd23; }
a:active { color: #c2cd23; }
a:visited { color: #c2cd23 /*#ffd200;*/; }