/* CSS taken from the beautiful project management site: nokahuna.com */

			@font-face {
			font-family:"normaltext";
			src:url(../fig2/comic.ttf) format("truetype");
			}
			
			@font-face {
			font-family:"headers";
			src:url(../fig2/qhyts.ttf) format("truetype");
			}

			h1,h2,h3{
				color: #515961;
			}
			
			h1{
				font-size: 26px;
			}

			h2{
				font-size: 18px;

			}
			
			.regForm {
			 	margin: 0;
			}
			
			input {
			font-size: 1.4em;
			}
			
			div.regForm fieldset {
				border-width: 0;
				padding:0;
				margin: 0;
			}
			
			div.regForm label {
				display: block;
				margin: 0.5em 0;
				color: #666;
			}
			
			#editTask.regForm textarea, #editMessage.regForm textarea {
				height:12em;
				margin-left: 0;
			}
			
			.regForm textarea {
				font-size: 1.2em;
				height:5em;
				width: 100%;
				_width: 90%;
			}
			
			.regForm input[type="submit"] {
				font-size: 1.4em;
				}

			p,li,ol {
				line-height:1.5em;
				font-family:verdana;
				font-size: 12px;
				text-align: justify;
			}

			#moreinfo {
			  border: 1px solid #DDD;
			  padding: 0.5em 1em 0.2em 1em;
			  -webkit-border-radius: 3px;
			  -moz-border-radius: 3px;
			  background-color: #f7f7f7;
			   color: #666;
			     margin-top: 0.3em;
			}

			a {
			color: #4074CC;
			outline-width: 0px;
			text-decoration:none
			}
			
			a:hover {
			color: #4074FF;
			outline-width: 0px;
			}
						
			body {
				margin:30px auto 70px;
				width:80%;
				font-family: arial, sans-serif;fre
				font-size: 0.9em;
				padding:0px;
				background-color:#868A99;
				/*_background-color: #333623;*/
			}
