td { 
	font-family: Verdana, Arial, Serif; 
	font-size: 11px; 
	color: #36393F; 
	background-color: transparent; 
}

a:visited { 
	text-decoration: none; 
   color: #101112; 
   background-color: transparent; 
}
a:link { 
   text-decoration: none; 
   color: #101112; 
   background-color: transparent; 
}
a:hover { 
   text-decoration: underline; 
   color: #101112;
   background-color: 
   transparent; 
}

input, textarea, select { 
   font-family: Verdana, Arial, Serif; 
   font-size: 11px; color: #36393F; 
   border: 1px solid #000000;
   background-color: #FFFFFF; 
}
hr { 
   color: #36393F; 
   width: 100%; 
   height: 1px; 
   background-color: transparent; 
}

li {
   padding-bottom: 10px;
}


.small { 
   font-size: 10px; 
   background-color: transparent; 
}
.smaller { 
   font-size: 9px; 
   background-color: transparent; 
}
.big { 
   font-size: 13px; 
   font-weight: bold; 
   background-color: transparent; 
}
.bigger { 
   font-size: 17px; 
   font-weight: bold; 
   background-color: transparent; 
}
.box { 
   background-image: url(gfx/text_bg.gif); 
   background-color: transparent; 
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #000000;
}
.errMsg { 
   font-size: 10px; 
   color: #990000; 
	font-weight: bold;
   background-color: transparent; 
}
.doneMsg { 
   font-size: 10px; 
   color: #000099; 
	font-weight: bold;
   background-color: transparent; 
}
.nob { 
   border: 0px; 
   background-color: transparent; 
}

.bottom {
	font-size: 10px;
	color: #6F7784;
}
.bottom a:link {
	color: #6F7784;
}

