/* ----------------------------------------------------- */
/* General styles for text, links etc                    */
/* ----------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 30px
        text-decoration: none
}

.bodyText, .smallBodyText, .heading {
	color: black;
}

.blueheading {
	color:#003173;
}

.heading, .blueheading {
	font-size: 15px;
        font-weight:bold;
}

.bodyText {
	font-size: 13px
}

.smallBodyText {
	font-size: 11px
}

.header, .footer {
   	font-size: 11px;
        color: silver;
}

.tfs {
   font-size: 11px;
   color: white;
}

a:link, a:visited, a:hover {
        font-size: 11px;
        color: black;
        text-decoration: none;
}

a:hover {
        color: red;
}

a.menuLink:link, a.menuLink:visited, a.menuLink:hover {
	font-size: 11px; text-decoration: none
}

a.menuLink:link, a.menuLink:visited,  {
        color: black 
}

a.menuLink:hover {
        color: red
}

a.heading:link, a.heading:visited, a.blueheading:link, a.blueheading:visited {
   	font-size: 15px;
}

a.sectionLink:link {
	FONT-SIZE: X-SMALL; COLOR: #9C0032; FONT-FAMILY: Arial; FONT-WEIGHT: bold; TEXT-DECORATION: underline; }

a.sectionLink:visited {
	FONT-SIZE: X-SMALL; COLOR: #9C0032; FONT-FAMILY: Arial; FONT-WEIGHT: bold; TEXT-DECORATION: underline; }

a.sectionLink:hover {
	FONT-SIZE: X-SMALL; COLOR: #9C0032; FONT-FAMILY: Arial; FONT-WEIGHT: bold; TEXT-DECORATION: none; }

/* ----------------------------------------------------- */
/* Styles for tables                                     */
/* ----------------------------------------------------- */

tr.head {
   background-color: silver;
}

tr.odd, div.odd {
   background-color: white;
}

tr.even, div.even {
   background-color: #E1E9EF;
}

tr.tfs {
   background-color: #003173;
}

.rowClear { background-color: #ffffff; } /* normal (white) background */
.tableBorder { background-color: #bbbbbb; } /* table styles */
.rowHeader { background-color: #f0f0f0; }

