/* CSS Document */
a:link {
	font-family: Garamond, Palatino Linotype, serif;
	font-size: 11pt;
	text-decoration: none;
	color: #6666CC;
}

a:visited {
  	font-family: Garamond, Palatino Linotype, serif;
	font-size: 11pt;
  	color: #6666CC;
  	text-decoration:none	
}

a:hover {
	font-family: Garamond, Palatino Linotype, serif;
	font-size: 11pt;
	color: #FF0000;
	text-decoration: underline;
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	font-family: Garamond, Palatino Linotype, serif;
	font-size: 11pt;
}

a.hidden {
  font-family: garamond, times new roman, serif;
	font-size: 12pt;
  color: #000000;
}
a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}


a.menu {
	color: #0000ff;
	font-family: garamond, times new roman, serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 15px;
	width: 145px;
}

a.menu:hover {
	color: #0000ff;
	font-family: garamond, "times new roman", serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	height: 15px;
	width: 145px;
	}

.box {
	border-style: outset; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
	border-color: #000000 #000000 #666699 #666666; 
	width: 145px;
	}

.about  {
	font-family: Haettenschweiler, Lucida Console;
	text-decoration: underline;
	color: #666699;
	font-weight: bold; 
	font-size: 16pt;
	width: 90%;
}

.header  {
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	border: thin ridge #cccccc;
}

.border
{
   color: black;
   background-color: #FFFFFF;
   border: thin #666666 ridge;
	
}

.clearBorder {
	border: thin #666666 ridge;
	}

.form {
	font-family: Times New Roman, sans-serif;
	color: black;
	padding: 2px;
	margin: 2px;
	}
	
.backBlue {
	background-color: #666699;
	border: thin #666666 ridge;
	border-style: groove;
	font-family: Garamond, Palatino Linotype;
	color: white;
	font-weight: bold;
	font-size: 16px;
	}

.grayUnderline {border-style: inset; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-color: black;}
	
.heading {font-size: 14px; font-weight: 800;}