body
{
	margin:0px;
	font-family: Arial,Verdana,Tahoma,Helvetica,Sans-serif,sans-serif;
	background-color: #FFFFFF;
}
a
{
	color:#000EAD;
}
a:hover
{
	color:#FFD900;
	background-color:#000EAD;
}
.contbtn
{
	background-image:url(limages/btn.gif);
	background-repeat:no-repeat;
	background-color:#000EAD;
	width:170px;
	height:40px;
	cursor:pointer;
	font-family:"Lucida Calligraphy",Arial;
	font-size:16px;
}
.contbtn:hover
{
	background-image:url(limages/btnmo.gif);
	background-repeat:no-repeat;
	background-color:#000EAD;
	width:170px;
	height:40px;
	cursor:pointer;
	font-family:"Lucida Calligraphy",Arial;
	font-size:16px;
}
.topbtn
{
	background-image:url(limages/topbtn.gif);
	background-repeat:no-repeat;
	background-color:#000EAD;
	width:170px;
	height:40px;
	cursor:pointer;
	font-family:"Lucida Calligraphy",Arial;
	font-size:16px;
}
.topbtn:hover
{
	background-image:url(limages/topbtnmo.gif);
	background-repeat:no-repeat;
	background-color:#000EAD;
	width:170px;
	height:40px;
	cursor:pointer;
	font-family:"Lucida Calligraphy",Arial;
	font-size:16px;
}
.nullbtn
{
	background-image:url(limages/topbtnnull.gif);
	background-repeat:no-repeat;
	background-color:#000EAD;
	width:170px;
	height:40px;
	cursor:pointer;
	font-family:"Lucida Calligraphy",Arial;
	font-size:16px;
}