img {
	border: 0;
}

img.headimg {
    vertical-align: middle;
}

img.rightimg {
    vertical-align: middle;
	margin-bottom: 30px;
	margin-top: 30px;
}

h2 {
    font-family: verdana;
    font-size: 80%;
    color: #005D75;
	font-weight: bold;
   }
   
h4 {
    font-family: verdana;
    font-size: 70%;
    color: #005D75;
    font-weight: bold;
    margin:2;
    }
	
p  {
    font-family: verdana;
    font-size: 70%;
	color: #555555;
    font-weight: normal;
	margin:0;
   }
p.center {
    margin-top: 20px;
    text-align: center;
}

p.footertext {
    font-size: 60%;
    text-align: center;
	color: #666666;
}

a.footer {
	color: #666666;
}
   
table.content {
	border: 0px solid;
    width: 100%;
}

tr.menurow {
    height: 40px;
	border: 0px solid;
}

tr.menubottom {
    height: 275px;		/* the * not working here */
}

td {
	border: 0px solid;
}

td.menucell {
    width: 170px;
}

td.menuspacer {
    width: 30px;
}

td.contentright {
    width: 180px;
	text-align: center;
	vertical-align: top;
}

td.contentcell {
    width: *;
	padding: 5px;
	vertical-align: top;
}

td.headleft {
    width: 452px;
	vertical-align: middle;
	text-align: center;
}


/* ======================================== 
    table for audio files
   ======================================== 
*/

table.aud
{
	border-color: #600;
}

th.aud {
	color: #fff;
	background-color: #600;
	text-align: center;
	padding: 0 10px;
}

td.aud {
	background-color: white;
	text-align: center;
	padding: 0 10px;
}


td.audio {
	border-top: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #FFFFFF;
	padding: 10px 6px 10px 6px;
	color: #4f6b72;
	text-align: left;
	vertical-align: top;
	}

td.audio_alt {
	padding: 10px 6px 10px 6px;
	background: #F5FAFA;
	color: #797268;
	text-align: left;
	vertical-align: top;
	}
#col1 {width=20}
#col2 {width=20} 
#col3 {width=100}
#col4 {width=200}
#col5 {width=100}

/* ======================================= */

.alert
{
    font-family: verdana;
    font-size: 70%;
	color: #FF0000;
    font-weight: bold;
