body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #736357;
	
	font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; 
	font-size: 12px; 
	color: #FFFFFF;
}
table {
	border: 0px;
	padding: 0px;
}

#resource-list b
{
	font-size: 14px;
}

font.title { 
	font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; 
	font-size: 22px; 
	color: #FFFFFF;
}

font.small { 
	font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; 
	font-size: 8px; 
	color: #FFFFFF;
}

a:hover { font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; font-size: 14px; color: #BAAC9F; text-decoration: none}
a { font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; font-size: 14px; color: #BAAC9F; text-decoration: underline}
a.medium { font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; font-size: 16px; color: #BAAC9F ; text-decoration: underline}
.notice { background-color: #BAAC9F; border: 1px solid #D0CACA; padding: 10px; }
.notice a { color: black; }

#welcome-back-box-container
{
	left: 50%;
	top: 50%;
	position: absolute;
}

#welcome-back-box
{
	position: absolute;
	top: -200px;
	left: -250px;
	background-color: #A19080;
	width: 500px;
	height: 450px;
	border: 1px solid #FFFFFF;
	padding: 10px;
}


input[type="submit"]
{
	font-size: 20px;
	
}