body
{
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url(img/bg.gif);
}
#globalBorder
{
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	cursor: default;
	line-height: 16px;
	z-index:1;
}
#mainBody
{
	width: 770px;	
	background-color: #FFF;
	border: 1px solid #F90;
}
a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0078ff;
	text-decoration: none;
}
a:hover
{
	color: #ff9900;
	text-decoration: none;
}
.menu a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
.menu a:hover
{
	color: #000;
}
#topLine a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
 font-weight:;
	text-decoration: none;
}
#topLine a:hover
{
	color: #333;
	text-decoration: underline;
}
#bottomLine a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff9900;
	text-decoration: underline;
}
#bottomLine a:hover
{
	color: #ffaa00;
	text-decoration: none;
}
.img a
{
	border:1px solid #ff9900;
}
.img a:hover
{
	border:1px solid #ff9600;
}
.formInput
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	border: 1px solid #999;
	/*width:200px*/
}
.formButton
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #999;
}
.listMenu
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	list-style-position: outside;
	list-style-image: url(img/bullet.gif);
	list-style-type: none;
	line-height: 14px;
}
