#center {
	position:absolute;
	top: 50%;
	left: 50%;
	width:696px;
	margin-top: -230px; /*set to a negative number 1/2 of your height*/
	margin-left: -348px; /*set to a negative number 1/2 of your width*/
	overflow: auto;
}

.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height:17px;
}

.calendar {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #919089;
	font-style: normal;
}

.calendar td {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bolder;
	border: 1px solid #919089;
	font-style: normal;
}

a.nav{
	margin: 0px 0px 0px 7px;
	text-decoration: none;
	color: #000000;
	
}

a:hover.nav {
	margin: 0px 0px 0px 7px;
	text-decoration: none;
	color:#ACAFA4;
}

p.nav{
	margin: 12px 55px 2px 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	white-space: nowrap;
}

em{
	font:normal normal 7pt arial;
}

.textboxes {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	border: 1px solid #9BA35D;
}

.textboxes_noBorder {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}

.preview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	color: #AE631F;
}

a.preview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;		
	color: #AE631F;
}

a:hover.preview {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
	color: #AE631F;
}

.cellOn {
	background-color:#D9DBC1;
}

.cellOff {
	background-color:#ECEDE0;
}
