@import "background.css";
@import "print.css";

body, td {
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
}

A:VISITED, A:LINK, A:FOCUS, A:ACTIVE {
	color : #000000;
}

A:HOVER, A:FOCUS {
	color : Red;
}


h1 {font-size: 16px; color : #274473;}
h2 {font-size: 15px; color : #274473;}
h3 {font-size: 12px; color : #274473;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}


A {
	text-decoration: underline;
	border-style: none none none none;
	border-width: thin thin thin thin;
}

img { 
	text-decoration: none; 
	border-style: none; 
	border-width: medium 
}

/* 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 */         
