    BODY 
		{
		font-family:Verdana, tahoma;
		font-size: 11px;
		color: #444444;
		text-decoration: none;
		font-weight : normal;
		font-style: normal;
		background:#e7edf8;
		}   
	b {color:#444444}
	.title {font:14px Verdana, Arial, Helvetica, sans-serif; color:#f27b1d; font-weight: bold;}
	.subtitle {font:13px Verdana, Arial, Helvetica, sans-serif; color:#f27b1d; font-weight: bold;}
    li {padding-bottom:4px;line-height:15px;text-align:left;font-family:Verdana;font-size: 11px;}
	th, td, tr {font-family: Verdana; font-size: 10px; text-decoration: none; font-weight: normal;}	   
	a	{color : #F27B1D; text-decoration : underline;font-family:Verdana; font-weight:normal; font-style:normal;}
	a:link	{color : #F27B1D; text-decoration : underline; font-size: 11px;font-family:Verdana; font-weight:normal; font-style:bold;}
	a:visited	{color : #F27B1D; text-decoration : underline; font-size: 11px;font-family:Verdana; font-weight:normal; font-style:bold;}
	a:active  {color : #F27B1D; text-decoration : underline; font-size: 11px;font-family:Verdana; font-weight:normal; font-style:bold;}
	a:hover	{color : #000000; text-decoration : underline; font-size: 11px;font-family:Verdana; font-weight:normal; font-style:bold;}

	.inputtext 
		{
		color: #333333;
		background-color: #FFFFFF;
		background-image: url('../images/bg_txt.jpg'); 
		background-repeat: repeat;
		font-family:Verdana;
		font-size: 10px;
		border: #888888 1px solid;
		height: 17px;
		width: 200px;
		}	
	.inputselect 
		{
		color: #333333;
		background-color: #FFFFFF;
		font-family:Verdana;
		font-size: 10px;
		border: #888888 1px solid;
		height: 17px;
		}	
	.inputtextarea{
		color: #333333;
		background-color: #FFFFFF;
		font-family:Verdana;
		font-size: 10px;
		border: #888888 1px solid;
		font-weight : bold;
		}	
	.inputbutton 
		{
		color: #333333;
		background-color: #EEEEEE;
		background-image: url('../images/bg_btn.jpg'); 
		background-repeat: repeat;
		font-family:Verdana;
		font-size: 9px;
		cursor: pointer;
		border-bottom:  0px solid;
		border-left:  0px solid;
		border-right:  0px solid;
		border-top:  0px solid;
		height: 19px;
		width: 60px;
		font-weight : bold;
		}
