html {
	height:100%;
	}
body {
	height:100%;
	background-color:#f2f2f2;
	font: normal 8pt Verdana, Geneva, sans-serif; 
	font-size: 8pt; 
	}

p {
	width:640px
	}

p.heading01 {
	font-family: verdana, arial, sans-serif;
	font-size: 16pt;
	background-color: #4f5050;
	color: white;
	padding-top:20px;
	padding-bottom:5px;
	padding-left:20px;
	}

p.bodytext01{
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #4f5050;
	padding-top:20px;
	}

p.bodyquote01 {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ababab;
	font-style:italic;
	text-align:center;
	}

p.imagecaption01 {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #4f5050;
	text-align: center;
	}

table {
	border-style:none;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

table.menu {
	width:100%;
	}

table.content {
	width:100%;
	height:230px;
	background-color:#ffffff;
	border:1px solid #d3d3d3;
	}

td.logo {
	width:100%;
	/*border:1px solid black;*/
	padding:10px;
	padding-left:0px;
	padding-bottom:10px;
	padding-right:30px;
	}

td.videospace {
	padding:10px;
	text-align:left;
	vertical-align:top;
	}

td.videolink {
	width:110px;
	height:40px;
	padding-left:20px;
	padding-right:20px;
	background-image:url('bgshadow_right10x1px.jpg');
	background-repeat:repeat-y;
	background-position:right;
	}

td.videolinkcurrent {
	width:110px;
	height:40px;
	padding-left:20px;
	padding-right:20px;
	background-color:#f2f2f2;
	background-image:url('bgshadow_right10x1px_a.jpg');
	background-repeat:repeat-y;
	background-position:right;
	}

td.videolinkspacer {
	height:100%;
	background-image:url('bgshadow_right10x1px.jpg');
	background-repeat:repeat-y;
	background-position:right;
	}

td.menulink {
	vertical-align:bottom;
	padding:15px;
	padding-bottom:10px;
	padding-top:0;
	}

td.menulinkcurrent {
	vertical-align:bottom;
	padding:20px;
	padding-bottom:10px;
	font-weight:bold;
	color:#666666;
	}

td.menulinkheader {
	vertical-align:bottom;
	padding:0;
	text-align:right;
	font-size:12pt;
	font-style:italic;
	}

a.menulinkheader:link {
	color:#50597e;
	}

a.menulinkheader:visited {
	color:#50597e;
	}

a.menulinkheader:hover {
	color:#5ec401;
	}

a.menulinkheader:active {
	color:#5ec401;
	}

a.greyed:link {
	color:#e2e2e2;
	}

a.greyed:visited {
	color:#e2e2e2;
	}

a.greyed:hover {
	color:#e2e2e2;
	}

a.greyed:active {
	color:#e2e2e2;
	}

a:link {
	text-decoration:none;
	color:#666666;
	}

a:visited {
	text-decoration:none;
	color:#666666;
	}

a:hover {
	text-decoration:none;
	color:#358be6;
	}

a:active {
	text-decoration:none;
	color:#358be6;
	}