/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */

@import "skin1_colors.css";

#innerLeftColumn, #innerContentColumn, #tabs {
	font-family: verdana, arial, sans-serif;
	/*font: 10pt verdana, arial, sans-serif;*/
	font-size: 10px;
}
/*** Masthead ***/
#masthead h1 {
	font-family: verdana, arial, sans-serif;
}

h3{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
}


/*** Footer ***/
#innerFooter {
	font-family: Georgia, "Times New Roman", serif;
}

em 	{
	font: italic 900 12px arial
}
/*** Table Headers  ***/
th, td, input, select, legend, label{
  font-family: verdana, arial, sans-serif;
  /*font: 10pt verdana, arial, sans-serif;*/
  font-size: 10px;
}
textarea{
    font-family: helvetica, arial, sans-serif;
  	font-size: 10px;
}
/*---for input type submit/button design @ladeveza --*/
.btn, .btnleft, .btnright, .btnRowed{
    font-family: arial, sans-serif, helvetica ;
	font-size: 10px;
	font-weight:bold;
}

