body
{
	color:					#2A4853;
	font-size:				10pt;
}
a
{
	font-weight:		bold;
	text-decoration:	none;
	font-family:		Arial;
}
a:hover
{
	text-decoration:	underline;
}
h1
{
	color:				black;
	margin:				0px;
	font-family:		Arial;
}
h2
{
	font-weight:		normal;
	font-family:		Verdana;
	text-decoration:	none;
	margin-top:			5px;
	margin-bottom:		10px;
	color:				#627079;
	border-bottom:		1px solid #627079; 
}
textarea
{
	font-family:			Arial;
	color:					gray;
	border:					1px solid #CCCCCC;
	margin:					5px 0px;
	font-size:				10pt;
	border-left:			1px solid #A7A7A7;
	border-top:				1px solid #A7A7A7;
	border-right:			1px solid white;
	border-bottom:			1px solid #F2F2F2;
	background-image:		url('images/textarea_bg.png');
	background-repeat:		repeat-x;
}
input[type=text], input[type=password]
{
	border-left:			1px solid #A7A7A7;
	border-top:				1px solid #A7A7A7;
	border-right:			1px solid white;
	border-bottom:			1px solid #F2F2F2;
}
input.error
{
	border:					1px dashed red;
}

h3 > a
{
	color:					black;
	font-weight:			normal;
}

#audio_ctrl
{
	vertical-align:			bottom;
	text-decoration:		none;
}
