/* hide from ie on mac \*/
html, body {
	height: 100%;
	overflow: hidden;
}
body {
	background: #CCCCCC;
	background-image: url(../TNVV_back_filled.jpg);
	background-repeat: repeat-x;
	text-align:center; 
	overflow:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}
#base{
	/*position:absolute;*/
	width:900px;
	height: 640px;
	overflow:hidden;
}
#containerDiv {
	text-align:left; 
	/*position: relative;*/
	margin:auto;
	width: 900px; /* or whatever */
	height: 640px;
	top:50px;
	overflow:hidden;
}
html {
	overflow-x: hidden;
}
body, td, th {
	color: #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
}
textarea{
	width:450px;
	height:100px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.pagetitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.sectiontitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006;
}
.bigbutton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006;
}
.pagetitle a{
	color:#FFF;
}
