	a:link, a:visited {
		text-decoration: none;
		color: #467DB5;
	}

	a:hover {
		color: #0C3F56;
		text-decoration: underline;
	}

#link_underline a:link { color: blue; text-decoration: underline; }
#link_underline a:visited { color: blue; text-decoration: underline; }
#link_underline a:hover { color: red; text-decoration: underline }

	.smalltext {
		font-family: ms sans serif;
		font-size: 11px;
	}

	.gift_welcome_text {
		font-family: verdana;
		font-size: 13px;
		color: #000000;
		font-weight: bold;
	}

	.text {
		font-family: verdana;
		font-size: 11px;
		line-height: 150%;
		old_color: #808080;
		color: black
	}

	.text_black {
		font-family: verdana;
		font-size: 12px;
		color: #000000;
	}

	.text_black_small {
		font-family: verdana;
		font-size: 11px;
		color: #000000;
	}

	.text_Large {
		font-family: verdana;
		font-size: 14px;
	}

	.enterText {
		font-family: courier new;
		font-size: 14px;
	}

	.field {
		font-family: verdana;
		font-size: 11px;
		color: black;
		border: 1 solid gray;
	}

	.select {
		font-family: verdana;
		font-size: 11px;
	}

	.button {
		background-color: #CFCFCF;
		border: 1 solid gray;
	}

	.button_blue {
		background-color: #467DB5;
		border: 1 solid gray;
		color: #FFFFFF;
	}

	.button_red {
		font-weight: bold;
		background-color: #FF0000;
		border: 1 solid gray;
		color: #FFFFFF;
	}

	.button_small {
		font-family: arial;
		font-size: 10px;
		background-color: #CFCFCF;
		border: 1 solid gray;
	}

	.button_small_delete {
		font-family: arial;
		font-size: 10px;
		background-color: #FCEAA4;
		border: 1 solid gray;
	}

	.button_small_modify {
		font-family: arial;
		font-size: 10px;
		background-color: #7BB3FC;
		border: 1 solid gray;
	}


	#menulinks a:link {
		text-decoration: none;
		color: #68625F;
	}

	#menulinks a:visited {
		text-decoration: none;
		color: #68625F;
	}

	#menulinks a:hover {
		text-decoration: none;
		color: #4F5BC9;
		border-top: 1 solid silver;
	}



	td {
		font-family: verdana;
		font-size: 12px;
		color: #000000;
	}

