/* Northstar. Master Style Sheet, Sep 2003. */

BODY {
	margin: 0px;
	padding: 0px;
}
A {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #9A0000;
}
A:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
DIV, TD {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: medium;
	font-size: 12px;
}

/* Div IDs. (top, right, bottom, left) */

#headermenu {
	background: #9A0000;
	margin: 0px;
	padding: 4px 6px 4px 6px;
	border: none;
	border-width: 0px 0px 0px 0px;
}

/* Text classes. */

.menu {
	font-size: 12px;
	font-weight: bold;
	color: #E6CECE;
}
.menuon {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.title {
	font-size: 18px;
	color: #9A0000;
}
.subtitle {
	font-weight: bold;
	font-size: 14px;
	color: #9A0000;
}
.submenu {
	line-height: 14pt;
	color: #9A0000;
}
.small {
	font-size: 11px;
}
.quote {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #9A0000;
}
.footnote {
	font-weight: medium;
	font-size: 9px;
	color: #9A0000;
}

/* Form classes. */

.element {
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   font-weight: medium;
   font-size: 11px;
   font-style: none;
   padding-left: 2px;
   color: #000000;
   background-color: #FFFFFF;
   border: 1px;
   border-color: #9A0000;
   border-style: inset;
}

.button {
   font-family: Verdana, Arial, Helvetica, Sans-Serif;
   font-weight: medium;
   font-size: 11px;
   font-style: none;
   color: #FFFFFF;
   background-color: #9A0000;
   border: 1px;
   border-color: #000000;
   border-style: outset;
}

/* End. */
