body { font-family: Verdana, Arial; font-size: 8pt; color: #888888; background-color: #FFFFFF; margin-left: 10px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; }
// P { font-family: Verdana, Arial; font-size: 8pt; color: #888888; }
td { font-family: Verdana, Arial; font-size: 8pt; color: #888888; }

.topbar { FONT-FAMILY: Courier New, Courier, mono; FONT-SIZE: 10pt; font-weight: bold; COLOR: #BF6000; }
.topbar A:link { COLOR:#CC6600; TEXT-DECORATION: none; }
.topbar A:visited { COLOR: #CC6600; TEXT-DECORATION: none; }
.topbar A:active { COLOR: #CC6600; TEXT-DECORATION: none; }
.topbar A:hover { COLOR: #000000; TEXT-DECORATION: none; }

.leftBox { BACKGROUND: url(../../images/common/pianoinside2.gif) #D6D6D6 no-repeat left top; }
//.quote { font-family: Georgia, Times New Roman, Times, serif; font-size: 20pt; font-weight: bold; color: #000000; }
.quote { font-family: GARTON, Georgia, Times New Roman, Times, serif; font-size: 25pt; font-weight: normal; color: #000000; src: url(/GARTON0.eot); }
.copyright { FONT-FAMILY: Courier New, Courier, mono; FONT-SIZE: 9pt; COLOR: #666666; }

.nav { FONT-FAMILY: Courier New, Courier, mono; FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #FFFFFF; text-transform: uppercase; }
.nav A:link { COLOR:#FFFFFF; TEXT-DECORATION: none; }
.nav A:visited { COLOR: #FFFFFF; TEXT-DECORATION: none; }
.nav A:active { COLOR: #3366CC; TEXT-DECORATION: none; }
.nav A:hover { COLOR: #000000; TEXT-DECORATION: none; }

a:link       { COLOR: #BF6000; text-decoration: underline; }
a:visited    { color: #BF6000; text-decoration: underline; }
a:active     { color: #FFCC00; text-decoration: none; }
a:hover      { color: #000000; text-decoration: none; }

h1           { font-family: Georgia, Times New Roman, Times, serif; font-size: 16px; font-weight: bold; color: #666666; letter-spacing: 3px; background-image: url('../../images/common/line.gif'); background-repeat: no-repeat; background-position: right bottom; }
h2           { font-family: Verdana, Arial; font-size: small; font-style: italic; font-weight: bold; color: #333333; margin-bottom: 3px; background-image: url('../../images/common/line.gif'); background-repeat: no-repeat; background-position: right bottom; }
h3           { font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt; font-weight: bold; margin-bottom: 12px; }
h4           { font-family: Georgia, Times New Roman, Times, serif; font-size: 10pt; font-style: italic; margin-bottom: 10px; }
h5           { font-family: Georgia, Times New Roman, Times, serif; font-size: 8pt; font-weight: bold; margin-bottom: 8px; }
h6           { font-family: Georgia, Times New Roman, Times, serif; font-size: 8pt; font-style: italic; font-weight: bold; margin-bottom: 8px; }

@font-face { font-family: Garton; font-style:  normal; font-weight: normal; src: url(/GARTON0.eot); }

/**** FORMS *****/
.formholder  {vertical-align:top;}
form {text-align:left;margin:0;padding:0;}
select, option{text-align:left;}
checkbox {border: none;}
input, select, textarea {
	color: #666;
	background:#fff; /**/
	border:1px solid #666;
	padding:1px;
	clear:right;
	margin:.2em 0;
	font-size: 11px;
}
textarea {overflow: auto;}
input:hover,textarea:hover,select:hover {
 border:1px solid #09c;
} 
/*td input[type=text],th input[type=text],textarea{	width:98%;}*/
input[type=submit]{ 
 padding:5px;
 background:#ddd;
 font-weight:bold;
 text-align:center;
 color:#09c;
 border:1px solid #09c;
 float:right;
}
input[type=submit]:hover {
 border:1px solid #666;
 color:#000;
}
input.butt {float:right;}
input.small {width:60px;}
input.wide, select.wide,label.wide{width:200px;}
/*input, select{width:200px;} 	
label{margin-right:4px;display: inline-block;width:200px;vertical-align:top;}*/
label{margin-right:4px;display: inline-block;width:160px;vertical-align:top;}
fieldset{
	position: expression('relative');  /*Fixes IE problem with fieldset+legend boundaries */
	padding: 6px;
	background-color:#FCFCFC;
	/*width:390px;*/
	text-align:left;
	display:inline;
	vertical-align:top;
	margin:10px;
	font-weight:bold;
}
/*fieldset {margin:1em 0;border:none;font-weight:bold;}*/
legend{color:#09c;padding:5px 0;font-size:1.4em;}


