/* General */

body
{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;	
}

/* Header */

table.header
{
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color: #772ba7;
}

/* Title */

h1
{
	color: #772ba7;
	font-family: Times;
	font-size: 20px;	
	text-align: center;
}

/* Search */

#search
{
	padding-bottom: 50px;
	padding-top: 50px;
/*	text-align: center; */
	padding-right: 5px;
	color: #cccccc;
	font-family: Times;
	font-size: 10px;	
}

.searchsubmit
{
	width: 80px;
}

/* Category */

#choose_cat
{
	color: #772ba7;
	font-family: Times;
	font-size: 18px;
	text-align: left;
}

#categories
{
	color: #cccccc;
	font-family: Times;
	font-size: 18px;
	text-align: left;
}

#categories a:link
{
	color: #a37122;
	text-decoration: none;
}

#categories a:visited
{
	color: #a37122;
	text-decoration: none;
}

#categories a:hover
{
	text-decoration: underline;
}


/* Copyright */

#copyright
{
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	margin-top: 50px;
}

#copyright a:link
{
	color: #000000;
	text-decoration: none;
}

#copyright a:visited
{
	color: #000000;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}
