body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
ul.person_list{
	list-style-image: url("images/person_list_ico.png");
}

/* Headings */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3366FF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3366FF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3366FF;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366FF;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

/* Table */
table#list {
	border-collapse: collapse;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color:#c2d7e7;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Menu Bars */
td.menu_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:left
}
td.menu_title2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:left
}
td.menu_text{
	color: #a0a0a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left
}

/* Links */
a:link {
	color: #0000FF; 
	text-decoration: none; 
	border-bottom: 0px dotted #0000FF;
}
a:hover {
	color: #0000FF; 
	text-decoration: none; 
	border-bottom: 1px dotted #0000FF;
}
a:visited {
	color: #0000FF;
	text-decoration: none; 
	border-bottom: 0px dotted #0000FF;
}
a:active {
	color:#0000FF;
	text-decoration: none; 
	border-bottom: 0px dotted #0000FF;
}

/* Gray Text */
a.gray_text:active {
	font-size:10px;
	color:#666666;
	border-bottom: 0px none #666666;
}
a.gray_text:link {
	font-size:10px;
	color:#666666;
	border-bottom: 0px none #666666;
}
a.gray_text:hover {
	font-size: 10px;
	color:#666666;
	border-bottom: 1px dotted #666666;
}
a.gray_text:visited {
	font-size: 10px;
	color:#666666;
	border-bottom: 0px none #666666;
}

/* images */
div.img
{
  margin: 10px;
  border: 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #777;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

div.img_caption{
	color: #a0a0a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a.icon:active { 
	border-bottom: none;
}
a.icon:link{ 
	border-bottom: none;
}
a.icon:hover { 
	border-bottom: none;
}
a.icon:visited { 
	border-bottom: none;
}

/* Footer */
a.footer:link { 
	color:#007030;
	border-bottom: 0px dotted #007030;
}
a.footer:active { 
	color:#007030;
	border-bottom: 0px dotted #007030;
}
a.footer:hover{ 
	color:#007030;
	border-bottom: 1px solid #007030;
}
a.footer:visited { 
	color:#007030;
	border-bottom: 0px dotted #007030;
}
