/***********************************************/
/* HTML and Selector tag styles */
/***********************************************/
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333333;
}

.footer a,.footer a:link {
	color: #6699CC;
	text-align: center;
	font-size: 10px;
}

.footer a,.footer a:visited {
	color: #6699CC;
	text-align: center;
	font-size: 10px;
}

.footer a,.footer a:hover {
	color: #6699CC;
	text-align: center;
	font-size: 10px;
}

a:link {
	color: #CC6600;
}

a:visited {
	color: #CC6600;
}

a:hover {
	color: #996600;
}

/***********************************************/
/* Classes */
/***********************************************/

.footer {
	color: #6699CC;
	text-align: center;
	font-size: 10px;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	color: #FF6600;
}

.cellcolor1 {
	background-color: #E4EEE9;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 704px;
     height: 470px;
     margin-top: -235px; /* half of the height */
     margin-left: -352px; /* half of the width */
     }