body, table, td, th {
					font-family: 		arial;
					font-size: 			12px;
					font-weight:		normal;
					color:				#000000;
}

input, textarea, select { 
	font-size: 11px;
}

.hand {
	cursor: pointer;
    cursor: hand;	
}

.medButton, .medButton:link, .medButton:visited {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #535353;
	display:inline-block;
	color:#535353;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
    cursor: hand;

}.medButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	color:#535353;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	background-color:#dfdfdf;

}.medButton:active {
	position:relative;
	top:1px;

}

A:link {font-family: arial; font-size: 12px; font-weight:normal; color: #003366; text-decoration: none}
					
A:visited,  {font-family: arial; font-size: 12px; font-weight:normal; color: #003366; text-decoration: none}

A:active, {font-family: arial; font-size: 12px; font-weight:normal; color: #003366; text-decoration: none}

A:hover  { text-decoration: underline; font-family: arial; font-size: 12px; color: #800000; font-weight: none}

