body, td, th, p, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
}
body {
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}

textarea  {
	font-size: 12px;
}

a:visited, a:link, a:active {
	color : #000000;
	cursor:hand;
	cursor:pointer;
	
}
a:hover, a:focus {
	color : Blue;
	cursor:hand;
	cursor:pointer;
}

h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}

/* Rhino Specific Stylesheet DONOT DELETE */

input.button, input.submit {
	text-align:center;
	background: #eaeaea;
	border-top: 1px solid #888;
	border-bottom: solid 2px #888;
	border-left: solid 1px #888;
	border-right: solid 2px #888;
}

.imgblock {
	/*display: block;*/
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 2px;
	text-decoration: none;
}

img { 
	border-style: none; 
}

.rhino_heading {
	font-weight : bold;
}

.error, .required, .rhino_price  {
	font-weight : bold;
	color: Red;
}
/* End Rhino Specific */   