
a.redsmall:link {color: #ff0000; background: #ffffff; font-style: normal; font-size:12px }
a.redsmall:active {color: #ff0000; background: #ffffff; font-style: normal; font-size:12px }
a.redsmall:visited {color: #ff0000; background: #ffffff; font-style: normal; font-size:12px }
a.redsmall:hover {color: #ff0000; background: #ffffff; font-style: normal; font-size:12px }

a.red:link {color: #ff0000; background: #ffffff; font-style: normal; font-size:26px }
a.red:active {color: #ff0000; background: #ffffff; font-style: normal; font-size:26px }
a.red:visited {color: #ff0000; background: #ffffff; font-style: normal; font-size:26px }
a.red:hover {color: #ff0000; background: #ffffff; font-style: normal; font-size:26px }

.foo {
     color:#ff0000;
	 font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
	line-height: 30px;
	
 }

		body
		{
			margin: 0;
			padding: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 24px;
			color: #000000;
			background-color: #DCDCDC;
			
		}
		
		td, th {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 24px;
			color: #000000;
}

		#container
		{
			margin: 1em auto;
			width: 780px;
			text-align: left;
			border: 1px solid #333;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 24px;  /* overriden by content below */
			color: #000000;
			background-color: #FFF;
			
		}
		
		#banner
		{
		
		}
		
		#banner h1
		{
			margin: 0;
			padding: .5em;
		}
		
		#nav
		{
			float: left;
			width: 162px;
			margin-left: 0px;
			padding-top: 0px;
			background-color: #CCCCCC;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			
		}
		
		#nav p { margin-top: 0; }
		
		#content
		{
			padding-top: 1em;
			margin: 0 2em 0 200px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 18px;   /* was 24px, affects line height of body */
			color: #000000;
			background-color: #FFF
			
		}
		
		#content h2 { margin-top: 0; }
		
		#footer
		{
			clear: both;
			background-color: #666;
			padding: 1em;
			text-align: right;
			border-top: 1px solid #333;
		}
		
		img
		{  border-style: none;
		}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
	line-height: 30px;

	color: #000000;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #000000;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

a {
	color: #3366CC;
	text-decoration: none;
	
}

a:hover { text-decoration: underline; color:3366CC }

</style>