body {
	margin: 0 40px; padding: 0;
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 0.69em;
	color: #000;
	background-color: #fdf2d2;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.bigtable {
	width: 100%;
	margin-top: 8px;
	background-color: #ffc82e;
	border:#ff256c 1px;
	border-left-style: solid;
	border-right-style: solid;

}

.bar {
	width:100%;
	height: 40px;
	background-color:#ff256c;
	text-align: right;
}

.logo {
	background-image:url(../graphics/logo1.jpg);
	background-position:top center;
	background-repeat: no-repeat;
}

.buttonstable{
	margin-left: auto;
	margin-right: auto;

}
.button {
	background-image:url(../graphics/button.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-color: #ffc82e;
	width: 178px;
	height: 260px;
	vertical-align: top;
}

.button2 {
	background-image:url(../graphics/button2.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-color: #ffc82e;
	width: 178px;
	height: 260px;
	vertical-align: top;
}

.bigmenu {
	color:#FFFFFF;
	font-size: 2.0em;
	margin-left: 16px;
	margin-top: 38px;
}

.smallmenu {
	color:#FFFFFF;
	font-size: 1.05em;
	margin-left: 16px;
	margin-top: 28px;
	margin-right:10px; 
}

.small2menu {
	color:#000000;
	font-size: 1.05em;
	margin-left: 16px;
	margin-top: 14px;
	margin-right:40px; 
}

.small3menu {
	color:#000000;
	font-size: 1.05em;
	margin-top: 16px;
	margin-left:20px
}

.small4menu {
	color:#000000;
	font-size: 0.9em;
	margin-left:20px
}

.small5menu {
	color:#000000;
	font-size: 1.25em;
	margin-left: 16px;
	margin-top: 20px;
	margin-right:40px; 
}


.small2menu a:link{
	color:#ff0059;
}

.small2menu a:visited{
	color:#ff0059;
}

.bigmenu2 {
	color:#000000;
	font-size: 1.8em;
	margin-left: 16px;
	margin-top: 10px;
}

.bigmenu2 a:link{
	color:#ff0059;
	font-weight: bold;
}

.bigmenu2 a:visited{
	color:#ff0059;
	font-weight: bold;
}

.topmenu {
	margin-right: 16px;
	color: #fff;

}

.topmenu2 {
	margin-right: 16px;
	color: #fff;
	font-weight: bold;

}

.jointext{
	width: 620px;
	vertical-align: top;
	background-color:#FFFFFF;
}

.updatesthumbs{
	padding: 5px;
	border: 1px solid #ff0059;
	margin-left: 18px;
}

.bottomborder{
	border-bottom: 1px solid #fea8c6;
	margin-left: 16px;
	margin-right: 56px;
	margin-top: 6px;
}