/*Four Roses style*/

html, body, input, textarea {	
	margin: 0;
	font-size: 12pt; 
        font-weight:bold ;
	background-color: #ffffff;
	color : #006700;	
	font-family: 'Bradley Hand ITC', verdana, arial;
}
a	{color: #007800; text-decoration: none;}
a:hover	{color: #000000; text-decoration: underline;}

input, textarea {color: #006700;}

table	{font-size:12pt;
         font-weight:bold ;
         color : #006700;
}
tr	{vertical-align: top; }

.myfont { 
	font-family: 'Bradley Hand ITC', verdana, arial;
	font-size: 12pt;
	color : #006700;
	font-weight:bold;
}