/* Cascading Style Sheet - Defaults */



/* Default backgrounds - Overridden by individial */

/* background settings if defined below           */

body 		{ background: 005599; }



/* Hypertext Link Properties */

a:link		{ color: CCCCCC; text-decoration: none; font-weight: bold; ; font-family: "Trebuchet MS"; font-size: medium}

a:visited	{ color: FF0000; text-decoration: none; font-weight: bold; ; font-family: "Trebuchet MS"; font-size: medium}

a:active	{ color: 00FF00; text-decoration: none; font-weight: bold; }

a:hover		{ color: 00FF00; text-decoration: overline; font-weight: bold; }

a:hover		{ color: 00FF00; text-decoration: underline; font-weight: bold; ; font-family: "Trebuchet MS"; font-size: medium}



/* Main body classes */

.body		{ background: 005599; ; font-family: "Trebuchet MS"; font-size: medium; color: #FFFF00}

.body-text	{ color: FFFF00; font: "Trebuchet MS"; font-size: medium; }

.body-high  { color: FF00FF; font-size: medium; font-style:normal; font-variant:normal; font-weight:normal }

.Subhead    { color: FFFF00; font: "Trebuchet MS"; font-size: large; }

.Heading    { color: FFFF00; font: x-large "Trebuchet MS"; }

