/* This style sheet will work for templates Titan, Mercury,
   and Shamrock with modification of the colors. */

body, td, th, p {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

body.contents {
  background-image: url('images/left3.gif');
}

body.header {
  background-image: url('images/top_w_logo_fsco.gif');
}

a {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #3366FF;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #524E81;
	text-decoration: none;
}

ul {
	list-style-image: url('http://images.nowyouknow.com/mybullet.gif')
}

h1 {
	font-family: Veranda, Arial, Tahoma, sans-serif;
	font-size: 32px;
	color: #336699;
	font-style: italic;
}

h2{
	font-family: Tahoma, Veranda, Arial, sans-serif;
	font-style: italic;
	font-size: 16pt;
	color: #C0C0C0;
	border-bottom: 1px solid #005476;
}

h3 {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    color: #2F3D58;
    font-weight: bold;
    border-bottom: 3px solid #5293FE;
}

h4 {
	font-family: Tahoma, Veranda, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2F3D58;
}

h5 {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #2F3D58;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 3px solid #5293FE;
    border-top: 5px solid #899AA4;
    padding: 2px 4px;
}

div.menu a {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

div.menu a:hover {
	color: #01B6FF;
	text-decoration: underline;
}

div.menu p {
	margin-top: 3;
	margin-bottom: 3;
}

div.header p {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 10;
	margin-bottom: 10;
	color: #FFFFFF;
	font-weight: bold;
}

p.largenote {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #336699;
}

.marquee {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}