body {
	background: #6699FF;
	color: #FFF; }
a:link,a:active,a:visited {
	color: #FFF; 
	text-decoration: underline; }
a:hover {
	color: #000;
	text-decoration: none; }

h1,h2,h3 {
	font-family: Geneva; 
	color: #EEF; 
	font-weight: bold; }

h1 { font-size: 13pt; }
h2 { font-size: 12pt;}
h3 { font-size: 10pt; }

td,th { text-align: left; }

input,select,textarea {
	font-size: 8pt;
	font-family: Verdana;
	background: #cfcfcf !important;
	border: 1px inset #9b3066; }

	.body {
		width:760px;
		margin:0px auto;
		text-align:left; }
	
	.body table {
		font-size:8pt;
		font-family:Verdana; }

	td.req,td.label,td.field {
		vertical-align: top; }
	
	td.req {
		color: #000;
		text-align: right; }
		
	td.comment {
		color: #CDF;
		font-style: italic; }

// QUOTE
	
	.quote {
		width: 100%; }
	
	.quote table {
		width: 100%; }


// ADMIN

	.menu {
		font-size:7pt;
		font-family:Verdana;
		font-weight:bold;
		text-align:left; }
	.menu a:link,.menu a:visited {
		text-decoration: none; }
	.menu a:hover {
		color: #CCDDFF;
		text-decoration: underline; }
	
	.subMenu {
		font-size:7pt;
		font-family:Verdana;
		font-weight:bold;
		text-align:right; }
	.subMenu a:hover,.subMenu a:link,.subMenu a:visited {
		text-decoration: none; }
	.subMenu a:hover {
		color: #CCDDFF;
		text-decoration: underline; }
	
		
