/*
 * Originally created and copyrighted by Martin Helas and 
 * Stefan Pfetzing of The Oroborus Project.
 *
 * Modifications copyrighted by Paul Estep for the PonkTV web site.
 * Copyright (C) 2003 Paul Estep
 */

/* basic html */

body {
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:5px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	text-decoration: none;
	font-family: Nimbus Sans L, Verdana, sans-serif, Helvetica;
	font-size: 10pt;
}

p,ul,li {
	font-size: 10pt;
	text-align: justify;
	font-weight: 500;
}

h1 {
	font-size: 18pt;
	text-align: center;
	font-weight: 500;
}

h2 {
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

h4 {
	font-size: 7pt;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
}

h5 {
	font-size: 5pt;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
}

a.Menu {
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}

a:hover.Menu {
	color: #000000;
	font-size: 10pt;
	text-decoration: underline;
}

a {
	color: #000000;
	font-size: 10pt;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	font-size: 10pt;
	text-decoration: underline;
}

hr {
	width:98%;
	color:#68f473;
	height:1px;
	text-align:center;
	border:0px;
}

/* extended html */

.Main {
	vertical-align: top;
}

.MainFrame {
	background-color: #C0C0C0;
} 

.MainTitle {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
} 

.MainMenu {
	background-color: #68f473;
	text-align: center;
}

.MainNode {
	background-color: #FFFFFF;
}

.MainList {
	font-size: 10pt;
	font-weight: 500;
	text-decoration: underline;
}

.MainBold
{
	font-weight: bold;
}
