/*
Some notes on style sheets.
-------------------------------
1. Do not use underscores, spaces, or special characters in  class names
2. Remember, the last item in describing a classe's style must NOT have a semi-colon at the end
3. For a link in a style sheet using a custom class to NOT be underlined, the SPAN tags must fall in between the link tags (<a href=""><span class=""></span></a>)
*/

A:link    { color: #990000; text-decoration: underline }
A:active  { color: #990000; text-decoration: none }
A:visited { color: #990000; text-decoration: underline }

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	background-repeat: no-repeat;
	background-image: url(/sw_image/narrow_oldmainback.jpg)  
	}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000 
	}

.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none 
	}

A.sidelinks:link    { color:#990000; text-decoration:none }
A.sidelinks:active  { color:#990000; text-decoration:none }
A.sidelinks:visited { color:#990000; text-decoration:none }

.sidelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none }

A.layer:link    { color:#990000; text-decoration:none }
A.layer:active  { color:#990000; text-decoration:none }
A.layer:visited { color:#990000; text-decoration:none }

.layer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	line-height: 12pt;
	text-decoration: none 
	}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bolder;
	color: #990000;
	line-height: 20pt;
	text-decoration: none;
	text-align: left 
	}

.highlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #990000;
	text-decoration: none 
	}

.boldtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: bolder;
	font-weight:bold;
	color: #000000;
	text-decoration: none 
	}

.bigredtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt; font-style: normal;
	font-weight: bolder;
	color: #990000;
	text-decoration: none 
	}
	
.sfooter		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none 
	}

.footer		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none 
	}
	
A.footer:link    { color:#990000; text-decoration:none }
A.footer:active  { color:#990000; text-decoration:none }
A.footer:visited { color:#990000; text-decoration:none }

.menuLink {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none; 
	line-height: 11px
	}
A.menulink:link    { color:#FFFFFF; text-decoration:none }
A.menulink:active  { color:#FFFFFF; text-decoration:none }
A.menulink:visited { color:#FFFFFF; text-decoration:none }
	
.regularText {  }
.notes {
	font-size: 10px;
}
.notesbold {
	font-weight: bold;
}
