.background {
	bottom: auto;
}
.menunav {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.err {
	font-weight: bold;
	color: red;
}
.bullets {
	list-style-image: url(images/bullet.gif);
}
.bh1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
bullet {
	background-image: url(images/bullet.gif);
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #334433;
	line-height: 22px;
	border-bottom: 2px solid #334433;
}

.section {
	font-weight: bold;
}

.Heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E1E1E1;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.profile {
	border: 1px solid #edede5;
	background: #f5f5ef;
	color: #333333;
}

.pending {
	border: 1px solid #edede5;
	background: #f5f5ef;
	color: #333333;
	font-weight: bold;
}

.error {
	text-align: center;
	font-weight: bold;
	color: red;
}

td {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #c6c6c6;
}

.thumb {
	width: 138px;
	height: 138px;
	border: 1px solid #333333;
	overflow: hidden;
}

.thumb_name {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.thumb a:link, .thumb a:active, .thumb a:visited {
	text-decoration: none;
}

.thumb a:hover {
	text-decoration: none;
}

/*
	Menu
*/
	#menu {
		width: 100%;
		height: 30px;
		margin: -5px 0px -7px 0px;
		text-align: left;
	}
	
	#menu ul {
		list-style-type: none;
		height: 30px;
		width: 100%;
	}
	
	#menu li {
		padding: 0px 38px 0px 38px;
		height: 30px;
		display: inline;
	}
	
	#menu li a:link, #menu li a:active, #menu li a:visited {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #ffffff;
		text-decoration: none;
	}
	
/*
	Client Login Form
*/
	.client_login {
		background: #eef9d9;
		width: 226px;
		margin-left: -3px;
		padding: 5px;
		text-align: right;
		border: 1px solid #666666;
	}
	
	.client_login h1 {
		margin-top: 0px;
		font-size: 14px;
		font-weight: bold;
		color: #444444;
	}
	
	.client_login label {
		width: 100%;
		font-size: 11px;
		font-weight: bold;
		color: #666666;
	}	

/*
	Admin Login Form
*/
	.admin_login {
		background: #eef9d9;
		padding: 5px;
		text-align: center;
		border: 1px solid #666666;
	}
	
	.admin_login h1 {
		margin-top: 0px;
		font-size: 14px;
		font-weight: bold;
		color: #444444;
		text-align: center;
	}
	
	.client {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
	}
	
/*
	View Profile
*/

	.category {
		font-size: 15px;
		font-weight: bold;
		font-style: italic;
		text-indent: 30px;
	}