/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
form{
	margin:0px;
	padding:0px;
}
body,table,div,tr,td{
	font-size:12px;
	line-height:150%;
	word-wrap:break-word;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF3333;
}
a:active {
	text-decoration: none;
	color: #FF3333;
}
a.b{
	color: #fff;
	text-decoration: none;
}
a.b:hover {
			text-decoration: underline;
			color: #FF3333;
}
.menu{
    width:125px;
	height:36px;
	line-height:36px;
	text-align:center;
	float:left;
}
.menu a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.menu a:visited {
	text-decoration: none;
	color: #ffffff;font-weight:bold;
}
.menu a:hover {
	text-decoration: underline;
	color: #ff0000;font-weight:bold;
}
.menu a:active {
	text-decoration: none;
	color: #ffffff;font-weight:bold;
}


#foot {
	height: 40px;
	width: 980px;
	background-color: #FF99CC;
}
.fnt14{
    font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
