body
{
	background: url('images/bg.gif');
}

td
{
	font-family: arial,verdana,helvetica;
	font-size: 9pt;
	color: black;
}

#mainTable
{
	width: 900px;
	border-collapse: collapse;
}

a, a:visited
{
	color: blue;
}

#main
{
	border: 1px solid black;
	background: white;
	padding: 5px;
	width: 750px;
}

.textfield
{
	width: 400px;
}

#category
{
	width: 60%;
}

#category td
{
	background: #D6BAEF;
	border: 1px solid #A366DC;
	width: 33%;
	padding: 5px;
	text-align: center;
}

#category a, #category a:visited
{
	font-size: 15pt;
	color: #A366DC;
	text-decoration: none;
}

#footer td
{
	font-family: verdana,arial,helvetica;
	font-size: 7pt;
	color: #A366DC;
	width: 800px;
	text-align: center;
}

#footer a, #footer a:visited
{
	color: #A366DC;
}

#prof_menu
{
	width: 800px;
	border-collapse: collapse;
}

#prof_menu td
{
	padding: 5px;
	border: 1px solid black;
	text-align: center;
	background: white url('images/prof_menuBg.gif');
}

#prof_menu td a, #prof_menu td a:visited
{
	color: black;
	text-decoration: none;
}