.formname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}
.formdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;

}
#list {
	list-style: none;

}

#list li {
    float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
	
th {
	font-weight: normal;
	background-color: #D6CFBD;
	width: 140px;
}
#nameanddesc {
	text-align: center;
}

.image  {
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

 ul
{
    list-style-type: none;
    padding: 0;
    margin: 10px;
} 

/*.sort {
	height: 30px;
	width: 100px;  
	background-color: #FFCC99;
	font: bold 80% Arial, Helvetica, sans-serif;
	padding: 5px;
	border-top:thin solid #999;
	border-left:thin solid #999;
	border-bottom: thin solid #BDBD9B;
	border-right: thin solid #D4D0C8;
}

.sort a {
    color: #000000;
    text-decoration: none; 
	
}

a:hover { color: #000000; text-decoration: underline;}

.redtext {color:#FF0000}*/




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */



.cssbutton{
	background-color: #0000FF;
	border: 3px outset #CCCCCC;
	padding: 1px 3px;
	color: #E8E8E8;
	text-decoration: none;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.cssbutton:visited{
color: #E8E8E8;
text-decoration: none;
}

.cssbutton:hover{
border-style: inset;
background-color: #0000FF;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
color: #E8E8E8;
text-decoration: none;
}

.cssbutton:active{
color: #E8E8E8;
text-decoration: none;
}



/*end of dynamic drive css button */

.headingsmall {
	font-size: 14px;
}

