@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul {
	margin:0px;
}

.greyback {
	background-color:#666;
}

.maintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#606060;
}

.maintextwhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}

.hzline{
	background-image:url(site-images/topline.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.bottomline {
	background-image:url(site-images/bottomline.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.noback {
	background-image:url(site-images/noback.png);
	background-repeat:repeat;
	background-position:top left;
	text-decoration: none;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}


.profilebuttonback {
	background-image: url(site-images/profileback.png);
	background-repeat: repeat;
	background-position: left top;
}
.profilebutton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.profiletext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.noline {
	text-decoration:none;
}

