/* general styles */
body
{
	background-color: #DDDDDD;
	background-image: url('./images/header_bg.png');
	background-repeat: repeat-x;
 	font-family: verdana, sans-serif;
	font-size: 10pt;
}

table, table.td
{
 	padding: 3px;
}

td.podcast
{
	border-color: #4444AA;
	border-left-width: 5px;
	border-left-style: double;
 	vertical-align: top;
	width: 440px;
}

td.archive
{
	border-color: #4444CC;
	border-left-width: 5px;
	border-left-style: double;
 	vertical-align: top;
	width: 440px;
}

td.article
{
	vertical-align: top;
	width: *;
}

td.legacy
{
	border-color: #4444EE;
	border-left-width: 5px;
	border-left-style: double;
	vertical-align: top;
	width: 440px;
}

/* link styles */
a:link, a:link:visited
{
	color: #008800;
	font-weight: bold;
	text-decoration: none;
}

a:link:hover
{
	color: #00BB00;
	font-weight: bold;
	text-decoration: underline overline;
}

/* text alignment styles */
.txtcenter 	{ text-align: center }
.txtleft 	{ text-align: left }
.txtright 	{ text-align: right }
.txtindent	{ text-indent: 6px }

/* text size styles */
.txtlarge	{ font-size: 18pt }
.txtmedium	{ font-size: 14pt }
.txtsmall	{ font-size: 8pt }
.txtnormal	{ font-size: 10pt }

/* text format styles */
.txtbold	{ font-weight: bold }
.txtitalic	{ font-style: italic }
.txtunderline	{ text-decoration: underline }
