html,body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
A:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
A:hover {
	text-decoration: none;
	color: #FC0091;
}
A:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#fullheight {
	height:100%
}
#headerheight {
	height:70px;
}
.tableheight70 {
	height: 70px;
}
.text_main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}

