
/*******************************************************************
/
/	General Styles
/
*******************************************************************/
BODY {
	font-size: 		13px;
	font-family: 	verdana,arial;
	line-height:	130%;
	margin-top:		0px;
	}

#text {
	width: 			600px;
	text-align: 	left;
	margin-top:		20px;
	margin-bottom:	10px;
	}

#countdown {
	width: 			600px;
	text-align: 	center;
	margin-top:		10px;
	margin-bottom:	10px;
	}

#copyright {
	width: 			600px;
	text-align: 	center;
	margin-top:		40px;
	margin-bottom:	15px;
	border-top:		1px solid #c0c0c0;
	padding-top:	7px;
	}

H1 {
	font-size:		16px;
	font-weight:	bold;
	display:		block;
	width:			600px;
	border-bottom:	1px solid #000;
	text-align:		left;
	padding-bottom:	5px;
	margin-top:		25px;
	}




/*******************************************************************
/
/	Tables
/
*******************************************************************/
TD.headleft	{
	font-size: 		13px;
	font-family: 	verdana,arial;
	font-weight: 	bold;
	color: 			#000;
	width:			150px;
	}

TD.headright {
	font-size: 		13px;
	font-family: 	verdana,arial;
	font-weight:	normal;
	color: 			#000;
	}



/*******************************************************************
/
/	Alert Bubbles
/
*******************************************************************/
#errorAlert {
	width: 			590px;
	text-align: 	left;
	padding:		10px;
	background:		#F9D5D5;
	color:			#000;
	border:			1px dashed #000;
	margin-bottom:	10px;
	margin-top:		10px;
	}

#successAlert {
	width: 			590px;
	text-align: 	left;
	padding:		10px;
	background:		#79FFCE;
	color:			#000;
	border:			1px dashed #000;
	margin-bottom:	10px;
	margin-top:		10px;
	}

	
	

/*******************************************************************
/
/	Alert Bubbles
/
*******************************************************************/

#navigation {
	width: 			600px;
	text-align: 	left;
	margin-top:		20px;
	margin-bottom:	10px;
	}

#navigation a:visited {
	text-decoration:	underline;
	color:				#0000ff;
	}

#navigation a:link {
	text-decoration:	underline;
	color:				#0000ff;
	}

#navigation a:hover {
	text-decoration:	none;
	color:				#ff0000;
	}
	


