/* TEXT */
.title {
	font-family: times new roman, times, serif; font-size: 64px;
	text-decoration: none
	}
.subtitle {
	font-family: times new roman, times, serif; font-size: 30px; font-weight:bold;
	text-decoration:none
	}
.header {
	font-family: times new roman, times, serif; font-size: 21px; font-weight:bold;
	text-decoration: none
	}
.subheader {
	font-family: times new roman, times, serif; font-size: 15px; font-weight:bold;
	text-decoration:none
	}
.text-hilite {
	font-family: times new roman, times, serif; font-size: 15px; font-weight:bold;
	text-decoration:none; color: red
	}
.text {
	font-family: times new roman, times, serif; font-size: 15px;
	text-decoration:none
	}
.text-small {
	font-family: times new roman, times, serif; font-size: 12px;
	text-decoration:none
	}
.note {
	font-family: helvetica, arial, sans-serif; font-size: 11px;
	text-decoration:none; color: #666666
	}
.data {
	font-family: helvetica, arial, sans-serif; font-size: 11px;
	text-decoration:none
	}
.label {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight:bold;
	text-decoration:none
	}
.caption {
	font-family: helvetica, arial, sans-serif; font-size: 11px;
	text-decoration:none; color: #666666
	}

.menu-label {
	font-family: helvetica, arial, sans-serif; font-size: 12px; font-weight: bold
	}	
.menu-item {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold;
	color: #606060
	}	
		
.button {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold
	}
.button-hilite {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold
	}
.button-off {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold;
	color: #666666
	}
	
/* LINKS */
a:link { color: #000066; text-decoration: underline }
a:visited { color: #000066; text-decoration: underline }
a:hover { color: red; text-decoration: underline }
a:active { color: red; text-decoration: underline  }

a.menu-item:link { color: #606060; text-decoration: none }
a.menu-item:visited { color: #606060; text-decoration: none }
a.menu-item:hover { color: red; text-decoration: underline }
a.menu-item:active { color: red; text-decoration: underline  }



/* TABLES */
.colored-header {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold;
	color: white; background-color: red
	}
.grey-header {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold;
	color: white; background-color: #CC9999
	}


.colored-table { background-color: #FFDCCB }

TD.neutral { background-color: #FFFFFF }
TD.colored { background-color: red }
TD.colored-grey { background-color: #CC9999 }
TD.colored-lite { background-color: #FFDCCB }

TR.neutral { background-color: #FFFFFF }
TR.colored { background-color: red }
TR.colored-grey { background-color: #CC9999 }
TR.colored-lite { background-color: #FFDCCB }

/* INPUTS */
INPUT.colored-lite  { background-color: #FFDCCB }
TEXTAREA.colored-lite { background-color: #FFDCCB }

