/*import feedback form styles*/
@import url("feedback.css");
body{
	margin:0px;
	padding:0px;
}
.main-title {
	font-family : Arial, Helveltica, sans-serif;
	font-size : 14px;
	/*color : #819BCA;*/
	/*this is actually a match of the leftnav*/
	color : #4066b3;
	font-weight : bold;}
p {
	font-family : Arial, Helveltica, sans-serif;
	font-size : 13px;
	color : #333333;}
td {
	font-family : Arial, Helveltica, sans-serif;
	font-size : 13px;
	color : #333333;}
	
DD  {
	font-family : Arial, Helveltica, sans-serif;
	font-size : 13px;
	color : #333333;}

.body {
	font-family : Arial, Helveltica, sans-serif;
	font-size : 13px;
	color : #333333;}

a {
	color:#003399;}

a:link {
	color : #003399;
	text-decoration : underline;}

a:link:hover {
	/*color : #2164D9;*/
	color : #cc0000;
	text-decoration : none;}

.sidenav {
	font-family : Arial, Helveltica, sans-serif;
	font-size : 11px;
	color : #333333;
	font-weight : normal;
	text-decoration : none;}

.sidenav-link {
	font-family : Arial, Helveltica, sans-serif;
	font-size : 11px;
	color : #003399;
	font-weight : bold;}

.sidenav-link:hover {
	text-decoration : none;}

.caption {
	font-family : Arial, Helveltica, sans-serif;
	font-size : 11px;
	color : #333333;
	font-weight : normal;
	text-decoration : none;}

.rightnav {
	font-family : Arial, Helveltica, sans-serif;
	font-size : 11px;
	color : #333333;
	font-weight : normal;
	text-decoration : none;}

.rightnav-link {
	color : #003399;
	font-size : 11px;
	font-weight : bold;
	text-decoration : underline;}

.rightnav-link:hover {
	text-decoration : none;}

.main-rightnav {
	font-family : Arial, Helveltica, sans-serif;
	font-size : 11px;
	color : #333333;
	font-weight : normal;
	text-decoration : none;}

.main-rightnav-link {
	font-family : Arial, Helveltica, sans-serif;
	font-size : 11px;
	color : #003399;
	font-weight : bold;}

.main-rightnav-link:hover {
	text-decoration : none;}
/*Generic Red For Alerts, etc.*/
.red-bold {
color : #ff0000;
font-weight: bold;
}
/*added from audio.css */
.header_body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.audio
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}


.audio_title
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.hints_title
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.tableOdd {

	background-color: #E7EAF2;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

	text-decoration: none;

}

.tableEven {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #000000;

	text-decoration: none;

	background-color: #F8F8F8;

}
