body,td,th,p {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #333333;
}

p {  text-align:justify; }


p.audio {
	
	text-align:right;
	font-family:Arial;
	font-size:10px;

}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000099;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Gil Sans, Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 18px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
	font-size: 12px;
	color: #333333;
}

.fields {
	border:0px;
	width:200px;
	background-color:#cccccc;
}

.fields:hover {
	background-color:#dddddd;
}

.fields:focus {
	background-color:white;
}


textarea { height:150px; }

.copy {
	color:#999999;
	font-size:9px;
	padding:3px;
}