@charset "utf-8";
/* CSS Document */

body {
	background-color:#996699;
	background-image:url(images/background.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

a {
	color:#5C3266;
}

h2 {
	font-size:16px;
	margin-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-top:0px;
}

.headerbar {
	background-color:#000000;
	height:20px;
}

.header {
	background-color:#5C3266;
	text-align:center;
}

.maincontent {
	background-color:#C3C3E5;
	padding:10px 10px 10px 10px;
	text-align:left;
	vertical-align:top;
	width:640px;
}

.smalllink {
	font-size:11px;
	text-decoration:none;
}

.smalltext {
	font-size:11px;
}

.tab {
	background-image:url(images/tab.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:25px;
	padding-top:8px;
	padding-bottom:8px;
	width:125px;
}

.tablinks {
	color:#C3C3E5;
	font-weight:bold;
	text-decoration:none;
}
