body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
/*	color: #990099;*/
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: x-large;
	color: #990099;
}
h2 {
	font-size: large;
	color: #990099;
}
#main	{
	padding: 10px 50px 40px 20px;
	
}
.copyright {
	font-size: 0.7em;
	position: relative;
	left: 50px;

}

.header	{
/*	background-image: url(images/header.jpg);
	background-repeat: no-repeat;*/
}

	/*  MENU START */

#menucontainer {
	width: 150px;

}
#menu a	{
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cc66ff;
	padding-right:20px;
	padding-left: 20px;
	padding: 5px;
	text-decoration: none;
	border: 1px solid;
	border-color: #FFFFFF #660066 #660066 #FFFFFF;
	display: block;
}
#menu a:hover	{
	text-decoration: none;
	border-color: #660066 #FFFFFF #FFFFFF #660066;
}
	/* MENU END */
