body {
	background-color:#FFFAD0;
	margin:0px;
	padding:0px;
	padding-top:16px;
}
body,td,p,li,th{
	color:#777777;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
a {
	color: #8174C3;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	color: #FFE50B;
	text-decoration: underline;
	font-weight:bold;
}
.smalltext{
	font-size:10px;
}
.redtext{
	color: #D23809;
}
.bluetext{
	color: #8174C3;
}
.yellowtext{
	color: #FFE50B;
}
.greentext{
	color: #68A400;
}

.copyright {
	font-size: 10px;
	color: #9B8BEA;
}
a.copyright {
	font-size: 10px;
	color: #FFE50B;
	text-decoration: underline;
	font-weight:bold;

}
a.copyright:hover {
	font-size: 10px;
	color: #8174C3;
	text-decoration: underline;
	font-weight:bold;
}
.menu {
	font-size: 12px;
	color: #FFE50B;
	font-weight:bold;
}
a.menu {
	font-size: 12px;
	color: #FFE50B;
	text-decoration: none;
	font-weight:bold;
}
a.menu:hover {
	font-size: 12px;
	color: #9B8BEA;
	text-decoration: none;
	font-weight:bold;
}
.submenu {
	font-size: 12px;
	color: #FFE50B;
	font-weight:normal;
}
a.submenu {
	font-size: 12px;
	color: #FFE50B;
	text-decoration: none;
	font-weight:normal;
}
a.submenu:hover {
	font-size: 12px;
	color: #9B8BEA;
	text-decoration: none;
	font-weight:normal;
}
.inputbox50{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#6B60A2;
	font-size: 14px;
	font-weight: normal;
	width:50px;
}
.inputbox100{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#6B60A2;
	font-size: 14px;
	font-weight: normal;
	width:100px;
}
.inputbox150{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#6B60A2;
	font-size: 14px;
	font-weight: normal;
	width:150px;
}
.inputbox200{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#6B60A2;
	font-size: 14px;
	font-weight: normal;
	width:200px;
}
.inputbox250{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#6B60A2;
	font-size: 14px;
	font-weight: normal;
	width:250px;
}
.inputbox300{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	color:#6B60A2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width:300px;
}
.inputbutton{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:2px;
	background-color:#9B8BEA;
	color:#FFE50B;
	font-size: 14px;
	font-weight: bold;
}
.inputbuttonhover{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:2px;
	background-color:#6B60A2;
	color:#FFE50B;
	font-size: 14px;
	font-weight: bold;
}

