	A:link {
		text-decoration: underline;
	}
	A:active {
		text-decoration: underline;
		color : blue;
	}
	A:hover{color:blue; }
	BODY {
		font-family: Verdana;
	}
	
	h2 {
	color: 679866;
	}

	Table{
		font-family: tahoma;
	}
	.headline
	{
		color: Black;
		font-size: medium;
		font-weight: normal;
		letter-spacing: 2px;
	}
	.nodec {
		text-decoration: none;
		color: black
	}

	.menu {
		color: white;
		font-size: smaller;
	}
	.cssBorder {
		BORDER-BOTTOM: black 1px solid;
		BORDER-LEFT: black 1px solid;
		BORDER-RIGHT: black 1px solid;
		BORDER-TOP: black 1px solid;
		PADDING-LEFT: 2px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	.smallbold {
		font-size: smaller;
		font-weight : bold;
	}
	.setwidth400
	{
		width : 400px;
		color: 972550;
	}
	.smalltext{
		font-size : smaller;
	}
	.margin15{
		margin-left : 15px;
	}

	.margin25{
		margin-left : 25px;
	}
	.margin25w{
		margin-left : 25px;
		width : 200px;
	}

	.errorcode{
		color : red;
	}

	.space{
		letter-spacing : 2px;
	}
	
	.width4 {
	width: 400px;
	}

