	* { font-family: arial, sans-serif; }
	body, table { font-size: 10pt; margin:0px; }
	h1 { font-size:11px; color:black; margin:0px; text-align:center; }

	a{text-decoration:none;}
	a:link {color: black}     /* unvisited link */
	a:visited {color: #333333}  /* visited link */
	a:hover{text-decoration:underline; color:black;}   /* mouse over link */
	a:active {color: #333333}   /* selected link */ 
	input, select {
		border: 1px solid #FFE08C;
		font-size: 12px;
		color: #749b1a;
		font-weight: bold;
	}

	textarea {
		border: 1px solid #FFE08C;
	}
	#inputstyle {
		font-size: 12px;
		color: #749b1a;
		font-weight: bold;
	}
	
	#buttons
	{
		width:30px;
		height:14px;
		color:black;
	}
	
	#warning
	{
		color:red;
		font-family:arial;
		font-size:10pt;
		font-weight:bold;
	}

	#warning1
	{
		color:red;
		font-family:arial;
		font-size:14px;
		font-weight:bold;
	}

	#table1
	{
		border: 1px dotted #292929;
	}