a:link    {color: #003399; cursor: hand; text-decoration: undeline}
a:visited {color: #003399; text-decoration: undeline}
a:active  {color: #003399; text-decoration: none}
a:hover   {color: #0099cc; cursor: hand; text-decoration: underline}

a.noti:link    {color: #666666; cursor: hand; text-decoration: none}
a.noti:visited {color: #666666; text-decoration: none}
a.noti:active  {color: #666666; text-decoration: none}
a.noti:hover   {color: #999999; cursor: hand; text-decoration: underline}

SELECT 		{
	BACKGROUND: #ffffff;
	COLOR: #08A75;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 1px #cccccc;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	clear : both;
}
INPUT 		{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #008A75;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 1px #cccccc;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset;
	clear : both;
}

TEXTAREA	{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #008A75;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	border: 1px #cccccc;
	border-bottom-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-top-style: outset
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	font : bold;
}
.button2{
	background-color : #BBBBBB;
	color : #FFFFFF;
	font-weight : bold;
	border-style: solid;
	border-width:1px;
	border-color : #999999;
}