@import "background.css";
@import "print.css";

body
{
	margin: 0px 0px 0px 0px;
	background-color: #424D4A;
}
td, a, p
{
	font-family: Tahoma;
	color: #CCD0D1;
	font-size: 11px;
	text-decoration: none;
}
.Heading
{
	color:#FBD147;
	font-size: 16px;	
}
.Footer
{
	color: #FFFFFF;
}
a:link, a:visited, a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/* Control Specific */
input.submit, input.button, select
{
	text-align:	center;
	background: #eaeaea;
	font-size: xx-small; 
	margin-bottom:	2pt;
	border-top: solid 1px #fff;
	border-bottom: solid 2px #888;
	border-left: solid 1px #fff;
	border-right: solid 2px #888;
	padding: 0.04em;
}

input.file, input.text, input.checkbox, input.radio, select, textarea  {
	border: 1 solid #76B9D2;
	z-index:1;
	font-size: xx-small; 
	padding: 0.15em;
}
/* Ends Control Specific */

/* Rhino Specific Stylesheet DONOT DELETE */
.rhino_heading {
	font-weight : bolder;
}

a.rhino_readmore {	
	color : black;
}

a.rhino_readmore:hover {
	color : red;
}

.error, .required, .rhino_price  {
	font-weight : bold;
	color: Red;
	padding: 2px;
}	

.rhino_option_bold {
	text-decoration: underline;
}


/* End Rhino Specific */           
