body {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	color : BLACK;
}
td {
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	color : BLACK;
}


a:link    {	color : MEDIUMBLUE;	text-decoration : none; }
a:visited {	color : MEDIUMBLUE;	text-decoration : none; }
a:hover   {	color : MAROON;	text-decoration : underline overline;  background-color : KHAKI; }
a:active  {  }

label { border-bottom : 1px dotted MEDIUMBLUE; cursor : hand; }


.header {
		border-top : 1px solid CRIMSON;
		border-bottom : 1px solid CRIMSON;
		background-color : LIGHTGOLDENRODYELLOW;
		font-weight : bold;
		letter-spacing : 1px;
		color : CRIMSON; 
}

.textline {
		border : 1px solid MEDIUMSEAGREEN;
		background-color : MINTCREAM;
		font-family : Arial,Helvetica,sans-serif;
		color : BLACK; 
}

.textbox {
		border : 1px outset MEDIUMSEAGREEN;
		background-color : MINTCREAM;
		font-family : Arial,Helvetica,sans-serif;
		color : BLACK; 
}

.button {
		border-bottom : 1px solid BLACK;
		border-right : 1px solid BLACK;
		border-top : 1px solid ghostwhite;	 		
		border-left : 1px solid ghostwhite;
		background-color : red;
		height : 20px;
		font-size : 11px;
		font-weight : bold;
		color : WHITE;
}

.big {
		font-size : 16px;
		font-weight: bold;
		color : BLUE;
}

.no_screen  { display : none; }
#no_screen  { display : none; }

