/* ~ Page attributes ~ */



html,body {
	font: normal 12px/15px Courier, mono;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/global/background.jpg) no-repeat;
	width: 790px;
	height: 540px;	
	}

#nav {
	top: 80px;
	left: 150px;
	width: 490px;
	height: 330px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	}

/* ~ Fonts ~ */

h2 {
color: #FF0000;
margin: 0px;
padding: 0px 0px 20px 0px;
font-size: 16px;
}

.red {
	color: #FF0000;
}

/* ~ Back ~ */

#back a {
	width: 150px;
	height: 22px;
	top: 400px;
	left: 0;
	position: absolute;
	display: block;
	background: url(../images/global/back.gif) no-repeat;
	}	
	
#back a:hover {
	background-position: -200px 0px;
	}	
	



/* ~ Links ~ */



a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #FF0000;
	border: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
	border: none;
}	

/* ~ Forms ~ */

.txtfield_small {
	width: 175px;
	height: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.txtfield_mid {
	width: 175px;
	height: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

.txtfield_long {
	width: 300px;
	height: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.txtfield_multi {
	width: 300px;
	height: 125px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

.field_title {
	width: 100px;
	float: left;
}

/* ~ Misc ~ */



.hide {
	display: none;
}


.signout {
	width: auto;
	height: 15px;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 10px;
	}
