/* CSS Document */

/* default font size*/
@import url(small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
	font-family:"Gill Sans", verdana, arial, sans-serif;
  	font-size: 11px;
}

h1 {
  font-size: 120%;
  font-weight: bold;
}

h2 {
  font-size: 100%;
  font-weight: bold;
}
h3{
  font-size: 100%;
  font-weight:normal;
  text-decoration:none;
  margin-left:0px;
  padding-left:0px;
}

h1.mainTitle {
	font-size:160%;
	font-weight:normal;
}