BODY {
	background-color : white;
	color : #000000;
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11pt;
}

td {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 11pt;
}

a {
	text-decoration: none;
	color: #cc0000;
}

a:hover {
	text-decoration: underline;
	color: red;
}


/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px solid #b22222;
	background: #f4f4f4 url(none) no-repeat;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #454743;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #5c5c5c;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 1px solid #0074e3;
	background: url(none) no-repeat #ffffff;
	color: #454743;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 1px solid #00519f;
	background: url(none) no-repeat #ffffff;
	color: navy;
	font-weight: bold;
}


