.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.text-medium {
	font-family: Tahoma, Arial;
	font-size: 14px;
}
.text-hidden {
	font-family: Verdana, Tahoma, Arial;
	font-size: 2px;
    Color: #FFFFFF;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
.sectionheader {
	font-family: Comic Sans MS, Verdana, Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
}
.sectionsubheader {
	font-family: Verdana, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.homepagetext {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
    color:#333333;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
table {
	border: 1px none;


}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
/* Links */
A {
  Color : #000000;
  font-weight: bold;
  text-decoration : underline;
}
A.blue {
  font-family: Verdana, Tahoma, Arial;
  Color : #0066FF;
  font-weight: bold;
  text-decoration : underline;
}
A.invisible {
  font-weight: normal;
  text-decoration : none;
}
A.homepagelinks {
  color: #0000CC;
  font-weight: bold;
  text-decoration : underline;
}
/* Image Hover Effect */
/* Learnt from: http://www.javascriptkit.com/dhtmltutors/cssimage.shtml */
A.image_thumb_white img{
     border: 1px solid black;
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8; /* Fade Image Effect */
}

/* Links - Hovering */
A:hover {
  Color : #FF0000;
  font-weight: bold;
  text-decoration : none;
}
A:hover.blue {
  font-weight: bold;
  text-decoration : none;
}
A:hover.invisible {
  font-weight: normal;
  text-decoration : none;
}
A:hover.homepagelinks {
  color : #0000CC;
  font-weight: bold;
  text-decoration : none;
}
/* Image Hover Effect */
/* Learnt from: http://www.javascriptkit.com/dhtmltutors/cssimage.shtml */
A:hover.image_thumb_white img{
     border: 1px solid white;
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1; /* Fade Image Effect */

}

/* Image Hover Effect */
/* Learnt from: http://www.javascriptkit.com/dhtmltutors/cssimage.shtml */
A:hover.image_thumb_white {
     color: white; /* irrelevant definition to overcome IE bug */
}

.copyright {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     color: #666666;
     font-weight: normal;
     font-size: 9px;
     font-style: none;
}
