

	BODY, TD {
		color : black;
		font-family : Verdana;
		font-size : 11px;
	}

	input {
		font-family: Verdana;
		font-size: 11px;
		color: navy;
		
		border-color:
	silver;
		border-width: 1px;
	}
	textarea {
		font-family: Verdana;
		font-size: 11px;
		color: navy;
		width: 200px;
		border-color:
	silver;
		border-width: 1px;
	}
	input.long {
		font-family: Verdana;
		font-size: 11px;
		color: black;
		width: 380px;
		border-color:
	silver;
		border-width: 1px;
	}
	input.short {
		font-family: Verdana;
		font-size: 11px;
		color: navy;
		width: 120px;
		border-color:
	silver;
		border-width: 1px;
	}
	input.small_short {
		font-family: Verdana;
		font-size: 11px;
		color: navy;
		width: 30px;
		border-color:
	silver;
		border-width: 1px;
	}
	input.short2 {
		font-family: Verdana;
		font-size: 11px;
		color: navy;
		width: 111px;
		border-color:
	silver;
		border-width: 1px;
	}

	A {
		color : red;
		font-family : Verdana;
		font-size : 11px;
		text-decoration : none;
	}

	A:HOVER {
		color : orange;
		font-family : Verdana;
		font-size : 11px;
		text-decoration : underline;
	}
	A.side_menu {
		color : navy;
		font-family : Verdana;
		font-size : 11px;
		text-decoration : none;
	}

	A.side_menu:HOVER {
		color : white;
		font-family : Verdana;
		font-size : 11px;
		text-decoration : underline;
	}
	A.small {
		color : orange;
		font-family : Verdana;
		font-size : 9px;
		text-decoration : none;
	}

	A.small:HOVER {
		color : navy;
		font-family : Verdana;
		font-size : 9px;
		text-decoration : underline;
	}
	A.menu {
		color : orange;
		font-family : Verdana;
		font-size : 11px;
		text-decoration : none;
	}

	A.menu:HOVER {
		color : navy;
		font-family : Verdana;
		font-size : 11px;
		text-decoration : underline;
	}
	A.white {
		color : white;
		font-family : Verdana;
		font-size : 11px;
		text-decoration : none;
	}

	A:HOVER {
		color : #CC9966;
		font-family : Verdana;
		font-size : 11px;
		text-decoration : underline;
	}
	BODY
	{
		SCROLLBAR-FACE-COLOR: #efefef;
		SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
		SCROLLBAR-SHADOW-COLOR: #d1d1d1;
		SCROLLBAR-3DLIGHT-COLOR: #ffffff;
		SCROLLBAR-ARROW-COLOR: gray;
		SCROLLBAR-DARKSHADOW-COLOR: #d1d1d1;
		SCROLLBAR-BASE-COLOR: #8a4b2f
	}
	input.button {
		color : #484848;
		font-family : Verdana;
		font-size : 11px;
		text-decoration : none;
		background-image : url(images/bk.jpg);
		border : thin solid Gray;
		width : 80px;
	}
	input.button2 {
		color : #484848;
		font-family : arial;
		font-size : 9px;
		text-decoration : none;
		background-image : url(images/bk.jpg);
		border : thin solid Gray;
		width : 75px;
	}

