
/* default font */
p, td
{
	font-family: Arial;
	font-size: 12px;
}

/* default links */
A:link {color:  #772B1A; text-decoration: underline;}
A:visited {color: #FF9933; text-decoration: underline;}
A:hover {color: #CC66FF; text-decoration: underline;}

.FathersDay 
{
	font-family: Tahoma, Verdana, Arial; 
	font-weight: bold; 
	font-size: 12px; 
	color: #111166; 
	text-decoration: none;
} 
A.FathersDay:link {color:  #111166; text-decoration: underline;}
A.FathersDay:visited {color: #111166; text-decoration: underline;}
A.FathersDay:hover {color: #CC66FF; text-decoration: underline;}


.textbox
{
	color:#000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal; 
	height: 18; 
	border-color: #333300;
	border-style:solid; 
	background-color:#FFFFFF; 
	border-width: 1;
}

.button
{
	font-family:Arial;
	font-size: 12px; 
	height: 19px; 
	color: #CC6633;
	border-Width: 1;
	border-Style: solid;
	border-color: #000066;
	background-Color: #FFFFFF;
	cursor: hand;
}