/******************************************************************************

  Author: Rob Layton
  File Name: design.css
  Date: 1/1/2007

  Revision History
  Date			Author			Reason for Change
  -----------------------------------------------------------------------------
  11/23/2008	Rob Layton		background to red
  								switch blue and red / red - pimary
  12/11/2009	Rob Layton		separate color aspects
  -----------------------------------------------------------------------------
  
  red - FF0000
  blue - 3366FF
  
******************************************************************************/

/* Fonts */
.bold {
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
}

.header {
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
}

.black {
	font-family:Tahoma;
	font-size:11px;
}

.news {
	font-family:Tahoma;
	font-size:11px;
}

.main {
	font-family:Tahoma;
	font-size:11px;
}

.policy {
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
}

.primary {
	font-family:Tahoma;
	font-size:11px;
}

.secondary {
	font-family:Tahoma;
	font-size:11px;
}

/* Links */
a {
	font-family:Tahoma;
	font-size:11px;
}

a:hover {
	font-family:Tahoma;
	font-size:11px;
}

.links_active {
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
}

#sites li a {
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
}

#links_notes li a {
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
}
