body {
				background				: #eeeeee;
				margin					: 0 0 25px 0;
}

div.nav			{	height					: 20px;
					border-top				: 1px solid #fff;
					vertical-align			: top;
					padding					: 2px 0 0 0;
					font-family				: Verdana, Arial, Helvetica, sans-serif;
					font-size				: 13px;
					font-weight				: bold;
					color					: #fff;
					text-transform			: uppercase;
				}

div.nav_last		{	height					: 18px;
					border-top				: 1px solid #fff;
					border-bottom			: 1px solid #fff;
					vertical-align			: top;
					padding					: 2px 0 2px 0;
					font-family				: Verdana, Arial, Helvetica, sans-serif;
					font-size				: 13px;
					font-weight				: bold;
					color					: #fff;
					text-transform			: uppercase;
				}

div.nav_insch		{	height					: 20px;
						border-top				: 1px solid #2a83aa;
						vertical-align			: top;
						padding					: 2px 0 0 0;
						font-family				: Verdana, Arial, Helvetica, sans-serif;
						font-size				: 13px;
						font-weight				: bold;
						color					: #2a83aa;
						text-transform			: uppercase;
					}

div.nav_last_insch	{	height					: 18px;
						border-top				: 1px solid #2a83aa;
						border-bottom			: 1px solid #2a83aa;
						vertical-align			: top;
						padding					: 2px 0 2px 0;
						font-family				: Verdana, Arial, Helvetica, sans-serif;
						font-size				: 13px;
						font-weight				: bold;
						color					: #2a83aa;
						text-transform			: uppercase;
					}








a 			{	font-family				: Verdana, Arial, Helvetica, sans-serif;
				color					: #fff;	}

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

a:link		{	text-decoration			: underline;	}

a:visited	{	text-decoration			: underline;	}

a:active	{	text-decoration			: underline;
				color					: #ff0000;	}


input {
		font-family				: Verdana, Arial, Helvetica, sans-serif;
		font-size				: 11px;
		color					: #333;
		background-color		: #fff;
		text-decoration			: none;
  		width					: 245px;
		height					: 16px;
		border					: 1px solid #333;

}
		
textarea{
		font-family				: Verdana, Arial, Helvetica, sans-serif;
		font-size				: 11px;
		color					: #333;
		text-decoration			: none;
  		width					: 102px;
		height					: 48px;
		border-width			: 1px;
		border-style			: solid;
		border					: none;
		overflow				: auto;
		border					: 1px solid #333;
}


