body  {
	font-family: verdana;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

h1  {
    color : #000;
    font-size : 16px;
    font-weight : bold;
}

h2  {
    color : #000;
    font-size : 14px;
    font-weight : bold;
}

h2.grey  {
    color : #000;
    font-size : 14px;
    font-weight : bold;
}


h2.darkgrey  {
    color : #000;
    font-size : 14px;
    font-weight : bold;
}

p.bigwhite  {
    color : #000;
    font-size : 12px;
    font-weight : bold;
}

p  {
    color : #000;
    font-size : 11px;
}

p.small  {
    color : #000;
    font-size : 10px;
}

p.grey  {
    color : #000;
    font-size : 11px;
}

p.greysmall  {
    color : #000;
    font-size : 10px;
}

p.darkgrey  {
    color : #000;
    font-size : 11px;
}

li.black  {
    color : #000;
    font-size : 11px;
}

li  {
    color : #000;
    font-size : 11px;
}

a  {
    font-size : 11px;
    color : #cc9900;
    text-decoration : none;
}

a:hover  {
    text-decoration : none;
    color : #52FFFF;
}

a.recent  {
    font-size : 11px;
    color : #FFCCFF;
    text-decoration : none;
}

a.recent:hover  {
    text-decoration : none;
    color : #FF8F8F;
}

a.index  {
    font-size : 11px;
    color : #8FFFFF;
    text-decoration : none;
}

a.index:hover  {
    text-decoration : none;
    color : #FFFFCC;
}

a.grey  {
    font-size : 11px;
    color : #FFE6CC;
    text-decoration : none;
}

a.grey:hover  {
    text-decoration : none;
    color : #FFCCCC;
}

a.nav  {
    color : #CCCCFF;
    font-size : 12px;
    font-weight: bold
}

a.nav:hover  {
    text-decoration : none;
    color : #FFCCFF;
    font-weight : bold;
}

a.navbig  {
    color : #CCCCFF;
    font-size : 14px;
    font-weight: bold
}

a.navbig:hover  {
    text-decoration : none;
    color : #FFCCFF;
    font-weight : bold;
}

a.navbigorange  {
    color : #CCFFFF;
    font-size : 14px;
    font-weight: bold
}

a.navbigorange:hover  {
    text-decoration : none;
    color : #CCFFE6;
    font-weight : bold;
}

a.navmedium  {
    color : #FF5252;
    font-size : 11px;
    font-weight: bold
}

a.navmedium:hover  {
    text-decoration : none;
    color : #CCFFE6;
    font-weight : bold;
}

a.small  {
    font-size : 10px;
    color : #CCCCFF;
    text-decoration : none;
}

a.small:hover  {
    text-decoration : none;
    color : #FFCCFF;
}

a.subnav  {
    font-size : 10px;
    color : #CCCCFF;
    font-weight : bold;
    text-decoration : none;
}

a.subnav:hover  {
    text-decoration : none;
    color : #FFCCFF;
    font-weight : bold;
}


a.navbiggrey  {
    font-size : 14px;
    color : #CCCCFF;
    font-weight : bold;
    text-decoration : none;
}

a.navbiggrey:hover  {
    text-decoration : none;
    color : #FFCCFF;
    font-weight : bold;
}

hr  {
    color : #CCCCFF;
    height : 1px;
    background-color: #eae2eb;
    border: 0px;
}

hr.dark  {
    color : #CCCCFF;
    height : 1px;
    background-color: #FFFFCC;
    border: 0px;
}

td.navheader  {
    background-color : #FFFFCC;
    text-align : center;
}


td.subnav  {
    background-color : #FFFFCC;
    text-align : center;
}

#main
{
	width: 90%;
	border-top: 3em;
	border-left: 4em;
	padding-left: 2em;
	padding-top: 2em;
	display: inline;
}
#forum
{
	width: 90%;
	border-top: 3em;
	border-left: 4em;
	padding-left: 2em;
	padding-top: 2em;
	display: inline;
}
#discussion1
{
	width: 100%;
	border-top: 3em;
	border-left: 4em;
	padding-left: 2em;
	padding-top: 2em;
	display: inline;
	background-color=E6FFCC;
}
#discussion2
{
	width: 100%;
	border-top: 3em;
	border-left: 4em;
	padding-left: 2em;
	padding-top: 2em;
	display: inline;
	background-color=FFE6CC;
}


