body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color:#336699;
	border: 1px solid #47463D;
	background-color: #D9E953;
}
h3 {
	font-size: 12px;
	margin-bottom: -10px;
	/*border-bottom: 1px solid #336699;*/
	color:#336699;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size : 11px;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size : 11px;
}	
.heading {
	font-family : Verdana, Helvetica, Arial, Sans Serif;
	font-size : 11px;
	font-weight : bold;
	color : #cccc;
	white-space : normal;
	letter-spacing : normal;
}
div {
	font-family : Verdana, Helvetica, Arial, Sans Serif;
	font-size : 11px;
	font-weight : normal;
	color : #cccc;
	white-space : normal;
	letter-spacing : normal;
}
div.formLabel {
	font-family : Verdana, Helvetica, Arial, Sans Serif;
	font-size : 11px;
	font-weight : bold;
	color : #cccc;
	white-space : normal;
	letter-spacing : normal;
}
				
		a:link, a:visited  {
		font-family : Verdana, Helvetica, Arial, "Sans Serif";
		font-size : 11px;
		font-weight : bold;
		color : #336699;
		text-decoration : none;
		}
		a:hover  {
		color : #0A2945;
		text-decoration : underline;
		}
		
		
		a:link.deleteItem  {
		font-family : Verdana, Helvetica, Arial, "Sans Serif";
		font-size : 11px;
		font-weight : bold;
		color : #red;
		text-decoration : none;
		}
		
		a:hover.deleteItem  {
		font-family : Verdana, Helvetica, Arial, Sans Serif;
		font-size : 11px;
		font-weight : bold;
		color : #red;
		text-decoration : none;
		}
		a:visited.deleteItem {
		font-family : Verdana, Helvetica, Arial, "Sans Serif";
		font-size : 11px;
		font-weight : bold;
		color : #red;
		text-decoration : none;
		}
		

		.textbox  {
        font-family : Helvetica, Arial, Sans Serif;
        font-size : 11px;
        font-weight : normal;
        color : #000000;
        height : ;
        width :160px;
        vertical-align : bottom;
        text-align : left;
		background-color : none;
        }
		
		hr.big {
		color : #cccccc;
		width:100%;
		height:1px
		}
	
		hr.small {
		color : #000000;
		width:50%;
		height:1px;
		}
