a:link {
	background-color: transparent;
	color: #1b4f81;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	background-color: transparent;
	color: #1b4f81;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: transparent;
	color: #31343b;
	text-decoration: none;
	font-weight: bold;
	border: 1px dashed #999999;
}

a:active {
	background-color: transparent;
	color: #1b4f81;
	text-decoration: none;
	font-weight: bold;
}

.bigtitle{font-family:Verdana;font-size:16px;color:#31343b;font-weight:bold;}
.title{font-family:Verdana;font-size:14px;color:#AA0000;font-weight:bold;}
.text{font-family:Verdana;font-size:11px;color:#000000;}
.close{font-family:Verdana;font-size:11px;color:#000000;padding-bottom:10px;}
.txtb{font-family:Verdana;font-size:11px;color:#000000;font-weight:bold;}
.gray{font-family:Verdana;font-size:9px;color:#333333;}

.photo { border: 1px dotted #FF0000; padding-bottom:10px; }

ul {
  list-style: square url(images/bullet.gif); /* wide image for the bullet */
  margin: 8px 0 20px 35px;  /* bullet image is in left margin */
  padding-left: 0px;
}
ul li {
  margin-left: 0;
  padding-left: 0px;     /* distance between marker and text */
  margin-bottom: 5px; /* a little spacing between list items */
}

input {font: 10px Verdana, color: black, font-size: 36px, background: yellow;}
textarea {font: 10px Verdana, color: black;}
select {font: 10px Verdana, color: black;}