body
{
	background-color: #101020;
	font-family: arial;
	color: #DDDDDD;
}
table.TCore	/* The table surrounding everything */
{
}
td.FLogo /* The cell with the logo */
{
}
img.NHAFv2_bImg	/* Pictures as buttons (e.g. the logo) */
{
	cursor: hand;
	border: solid 1px #000000;
}
td.LPHeader	/* Table Top (top border/menu) */
{
	border: solid 1px #000000;
	background-color: #202020;
	padding: 2px 5px 2px 5px;
	color: #DDDDDD;
	font-size: 12px;
}
td.TTop	/* Table Top (top border/menu) */
{
	border: solid 1px #000000;
	background-color: #2020AA;
	padding: 2px 5px 2px 5px;
	color: #DDDDDD;
	font-size: 12px;
}
td.CHeader /* Forum Categories & headers */
{
	border: solid 1px #000000;
	background-color: #EE2020;
	padding: 3px 5px 3px 5px;
	color: #DDDDDD;
	font-size: 16px;
	font-weight: 900;
}
td.LHeader	/* Showing current loc. (e.g. "Programming -> C++ -> Threads") */
{
	border: solid 1px #000000;
	background-color: #303050;
	padding: 2px 5px 2px 5px;
	color: #DDDDDD;
	font-size: 12px;
}
td.LHeader2	/* Highlighted LHeader */
{
	border: solid 1px #000000;
	background-color: #4040a0;
	padding: 2px 5px 2px 5px;
	color: #DDDDDD;
	font-size: 12px;
}
td.MPage	/* Mainpage Background */
{
	border: solid 1px #000000;
	background-color: #303070;
	padding: 5px 5px 5px 5px;
	color: #DDDDDD;
	font-size: 12px;
}
td.VUHeader	/* ViewUser Header cells = LHeader, noborder */
{
	background-color: #303050;
	padding: 2px 5px 2px 5px;
	color: #DDDDDD;
	font-size: 12px;
}
td.VUContent	/* ViewUser Content cells = MPage, noborder */
{
	background-color: #303070;
	padding: 5px 5px 5px 5px;
	color: #DDDDDD;
	font-size: 12px;
}
td.FInfo	/* For the 'Extra Information' field at the button of the forum pages */
{
	border: solid 1px #000000;
	background-color: #303050;
	padding: 2px 3px 2px 3px;
	color: #DDDDDD;
	font-size: 11px;
}
td.FHeader	/* Forum name link, field. Forum link using a.Header (below) */
{
	color: #dddddd;
	font-family: Arial;
	font-size: 10;
	background-color: #202020;
	border: solid thin #050505;
	padding: 3px 5px 3px 5px;
}
td.FCHeader /* Forum Count Header - Thread & Reply count */
{
	text-align: center;
	border: solid 1px #000000;
	background-color: #2020AA;
	padding: 2px 5px 2px 5px;
	color: #DDDDDD;
	font-size: 16px;
	font-weight: bolder;
}
input.textfield	/* For form inputs with the 'textfield' class */
{
	background-color: #202020;
	border: solid 1px #2020ff;
	color: #cccccc;
}
select	/* For form inputs with the 'textfield' class */
{
	background-color: #202020;
	border: solid 1px #2020ff;
	color: #cccccc;
}
textarea /* For textareas */
{
	background-color: #202020;
	border: solid 1px #2020ff;
	color: #cccccc;
}
input.button	/* For form inputs with the 'button' class */
{
	font-weight: bold;
	border-bottom: solid thin #202060;
	border-right: solid thin #202060;
	border-top: solid thin #2020cc;
	border-left: solid thin #2020cc;
	background-color: #2020a0;
	color: #f0f0bb;
}
td.info1	/* For the thread list */
{
	color: #cccccc;
	font-family: Arial;
	font-size: 13;
	font-weight: bold;
	background-color: #303050;
	border: solid thin #050505;
	padding: 3px 5px 3px 5px;
}
td.info2	/* For the thread list */
{
	color: #cccccc;
	font-family: Arial;
	font-size: 13;
	font-weight: bold;
	background-color: #303070;
	border: solid thin #050505;
	padding: 3px 5px 3px 5px;
}
td.info3	/* Un-Read posts/threads */
{
	color: #cccccc;
	font-family: Arial;
	font-size: 13;
	font-weight: bold;
	background-color: #5050c0;
	border: solid thin #050505;
	padding: 3px 5px 3px 5px;
}
td.TContent	/* Thread content (ViewTopic.asp) */
{
	color: #cccccc;
	font-family: Arial;
	font-size: 12;
	background-color: #303068;
	border: solid thin #050505;
	padding: 5px 5px 5px 5px;
}
td.THeader	/* Thread content (ViewTopic.asp) */
{
	color: #cccccc;
	font-family: Arial;
	font-size: 12;
	background-color: #3030CC;
	border: solid thin #050505;
	padding: 5px 5px 5px 5px;
}
td.USpace	/* Left bar showing the users (ViewTopic.asp) */
{
	color: #cccccc;
	font-family: Arial;
	font-size: 12;
	background-color: #101030;
	border: solid thin #050505;
	padding: 10px 10px 10px 10px;
}
td.RNUField /* Used on the register page */
{
	color: #cccccc;
	font-family: Arial;
	font-size: 12;
	text-align: left;
}
td.editTools /* BBCode 'help' for the text editors */
{
	color: #cccccc;
	font-family: Arial;
	font-size: 12;
	border: solid 2px #101030;
	text-align: center;
}
hr
{
	color: #FFFFFF;
	height: 1px;
}
hr.SigLine
{
	text-align: left;
	color: #DDDDDD;
	width: 200px;
	height: 1px;
}
a:link
{
	color: #dede9e;
}
a:visited
{
	color: e0e070;
}
a:hover
{
	text-decoration: none;
	color: ff7070;
}
a:active
{
	text-decoration: none;
	color: ff7070;
}
a.header:link
{
	color: #dede9e;
	font-family: Arial;
	font-weight: 900;
	font-size: 14;
}
a.header:visited
{
	color: #dede9e;
	font-family: Arial;
	font-weight: 900;
	font-size: 14;
}
a.header:hover
{
	text-decoration: none;
	color: #ffffff;
	font-family: Arial;
	font-weight: 900;
	font-size: 14;
}
a.header:active
{
	text-decoration: none;
	color: #ffffff;
	font-family: Arial;
	font-weight: 900;
	font-size: 14;
}
