/* ------------------------------------------------------------------ */
/*                    Redefinition of HTML tags                       */
/*                     (from original style sheet)                       */
/* ------------------------------------------------------------------ */

A {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #BB9684;
	text-decoration: none;
}
A.large {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #BB9684;
	text-decoration: none;
}

a:hover.large {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #BB9684;
	text-decoration: underline;
}
A:HOVER	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #412C29;
	text-decoration: underline;
}



/* ------------------------------------------------------------------ */
/*                Newly Redefined HTML tags                       */
/* ------------------------------------------------------------------ */
body, p, td, li {
	font-family: Arial, Verdana, Helvetica, sans-serif; color:#412C29; font-size : 14pt;

}

pre {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 12pt;
}

/* ------------------------------------------------------------------ */
/*                             Custom Classes                               */
/*   (named according to function, not appearance)  */
/* ------------------------------------------------------------------ */



/* Provides clues to the user, editing tips, etc. */
.hint { 
	font-size : xx-small;
}


/* Editing style for user-entry fields */
.edit {
	font-family : "Courier New", Courier, "Lucida Console", serif;
	font-size : 10pt;
}

