body {
	font-family: Tahoma;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
	font-family: Tahoma;
	color: #0033CC;
	text-decoration: none;
}
a:link {
	font-family: Tahoma;
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	color: #FF0000;
	text-decoration: none;
}


/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px outset #999999;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: tahoma;
	font-style: normal;
	font-size: 12px;
	color: #051a80;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma;
	font-style: bold;
	font-size: 12px;
	color: #051a80;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 1px solid #000000;
	/** remember to change image path **/
	background: url(none) no-repeat #eeeeee;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 1px solid #000000;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #000000;
}

