	a:link {
			text-decoration: none;
			color: #990000;
		}     /* unvisited link */
	a:visited {text-decoration: none; color: #990000;}  /* visited link */
	a:hover {text-decoration: underline; color: #00FFFF;}   /* mouse over link */
	a:active {text-decoration: none; color: #CCCCCC;}   /* selected link */

body
{
	color: #000000;
	background-image: url(textures/3.gif);
	margin:0px;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p
{
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}

td.sidebar
{
	color: #FFFFFF;
	width: 150px;
	height: 80%;
	background-color: #660033;
        border-bottom: 1px solid #3C001E;
}

table.heading
{
	margin-bottom: 5px;
	width: 100%;
	background: url(images/headbg.gif);
}

td.generalmain
{
	text-align: center;

}

td.general
{
	text-align: center;
	vertical-align: top;

}

table.menu a
{
		font-size: 10pt;
                background-color: #660033;
        	border-bottom: 1px solid #CCCCCC;
        	margin: 0;
        	width: 150px;
		height: 24px;
		padding-left: 20px;
		color: #FFFFFF;
}


table.menu a:visited, a.visited
{
	color: #FFFFFF;
}

table.menu a:hover
{
        background: #993366;
	color: #00FFFF;
}


h1
{
	font-size: 14pt;
}

h2
{
	font-size: 12pt;
}

textarea.input
{
	border: 2px solid #660033;
	font-size: 10pt;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
}

.input
{
	border: 2px solid #660033;
	font-size: 10pt;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
}

p.arse a:visted, a:hover
{
	color: #FFFFFF;
}

	a.arse:link {
			text-decoration: none;
			color: #FFFFFF;
		}     /* unvisited link */
	a.arse:visited {text-decoration: none; color: #FFFFFF;}  /* visited link */
	a.arse:hover {text-decoration: underline; color: #cccccc;}   /* mouse over link */
	a.arse:active {text-decoration: none; color: #CCCCCC;}   /* selected link */