@import "background.css";
@import "print.css";



TD,p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : 5C5D61;
}

.Whitefont {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : white;
}

.Yellowfont {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #F4B434;
}

A:LINK {
	color : black;
	font-family : Arial;
	font-size : 11px;
	text-decoration:none;
}
A:VISITED {
	color : black;
	font-family : Arial;
	font-size : 11px;
	text-decoration:none;
}
A:HOVER {
	color : black;
	font-family : Arial;
	font-size : 11px;
	text-decoration:none;
}

A.menu:LINK {
	color : black;
	font-family : Verdana;
	font-weight : bold;
	font-size : 7pt;
	text-decoration:none;
}
A.menu:VISITED {
	color : black;
	font-family : Verdana;
	font-weight : bold;
	font-size : 7pt;
	text-decoration:none;
}
A.menu:HOVER {
	color : black;
	font-family : Verdana;
	font-weight : bold;
	font-size : 7pt;
	text-decoration:none;
}
.headmenu {
	color : White;
	font-family : Verdana;
	font-weight : bold;
	font-size : 8pt;
}
.head2 {
	color : #CB0207;
	font-size : 10pt;
	font-weight : bold;
}
.header {
		color : #9c3d76;
	font-family : Arial Narrow, Arial;
	font-size : 20pt;
}
.subhead {
	color : #576A94;
	font-family : Arial;
	font-weight : bold;
	font-size : 10pt;
}
.srchhead
{
	font-family: Arial, Verdana, Gill Sans MT, ms-sans-serif;
	font-size : 9.6pt;
    color:white;
    font-weight:bold;
}

.srch
{
	color:white;
}

.pagehead
{
	font-family: Arial, Verdana, Gill Sans MT, ms-sans-serif;
	font-size : 12pt;
    color:#ffffff;
    font-weight:bold;
}

.MenuSelected
{
	background-repeat : repeat-x;
	background-image : url(grafx/MenuBarbackgroundSelected.gif);
	height: 30px;
	color: #220000;
	font-weight:bold;
	font-size: 7.0pt;
	padding-top : 2px;
	text-align:center;
}

.MenuOut
{
	background-repeat : repeat-x;
	background-image : url(grafx/MenuBarbackground.gif);
	height: 30px;
	color: white;
	font-weight:bold;
	font-size: 7.0pt;
	padding-top : 2px;
		text-align:center;
		cursor:hand;
}

.MenuOver
{
	background-repeat : repeat-x;
	background-image : url(grafx/MenuBarbackgroundMO.gif);
	height: 30px;
	color: white;
	font-weight:bold;
	font-size: 7.0pt;
	padding-top : 2px;
		text-align:center;
		cursor:hand;
}

.SubMenuSelected
{
	height: 20px;
	color: #000044;
	font-weight:bold;
	font-size: 7.0pt;
		background-color : #b4b4b4;
		width:136px;
}

.SubMenuOut
{
	height: 20px;
	color: black;
	font-weight:bold;
	font-size: 7.0pt;
	cursor:hand;
	background-color : #eeeeee;
		width:136px;
}

.SubMenuOver
{
	height: 20px;
	color: black;
	font-weight:bold;
	font-size: 7.0pt;
	background-color : #c2c2d5;
		cursor:hand;		width:136px;
}

.LinkMenuOver
{
		color: white;
		text-decoration:none;
}

.LinkMenuOut
{
		color: white;
		text-decoration:none;
}

.SubLinkMenuOver
{
		color: black;
		text-decoration:none;
}

.SubLinkMenuOut
{
		color: black;
		text-decoration:none;
}

.btn, input, select
{
	font-family: Arial, Verdana, Gill Sans MT, ms-sans-serif;
	font-size : 8.6pt;
		color:black;
	background-color:white;
	border-bottom-width : thin;
	border-color : #888888;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-style : 1px;
}

.content
{
	padding-bottom : 3px;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 3px;
    text-align : justify;
}

.fadebanner
{
	padding-bottom : 3px;
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 3px;
		font-family: Arial, Verdana, Gill Sans MT, ms-sans-serif;
	font-size : 20pt;
	font-weight:bold;
	text-align:center;
	width:360px;
	height:20px;
}

@media print 
{
	.noprint {display: none;}
}
li
{
list-style=disc;
}


img { 
	text-decoration: none; 
	border-style: none; 
	border-width: medium 
}
font { 
	font-family: Tahoma; 
	font-size: 10px; 
	text-decoration: none; 
	border-style: none; 
	border-width: medium 
}
a { 
	font-family: Tahoma; 				
	font-size: 10px; 
	text-decoration: none; 
	border-style: none; 
	border-width: medium 
}

A:VISITED, A:LINK, A:HOVER, A:FOCUS, A:ACTIVE {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: underline;
	border-style: none;
	border-width: medium;
	color : Black;
}







body{
		font-family: Arial, Verdana, Gill Sans MT, ms-sans-serif;
	font-size : 8.6pt;
	color:#000000;
}

/* Rhino Specific Stylesheet DONOT DELETE */
.rhino_heading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bolder;
}

a.rhino_readmore {	
	color : black;
}

a.rhino_readmore:hover {
	color : red;
}

.required {
	color: Red;
	font-weight : bolder;
	font-size : small;
	vertical-align : middle;
}

input.submit, input.button, input.submit {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1 solid #76B9D2;
	z-index:1;
}

input.file {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1 solid #76B9D2;
}

input.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1 solid #76B9D2;
}

input.checkbox {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input.radio {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1 solid #76B9D2;
}

select {
	font-size: 10px;
	border: 1 solid #76B9D2;
	z-index:1;
}

.error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-size: 10px;
	padding: 5px;
}	

.rhino_price {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red;
	font-size: 10px;
	font-weight : bolder;
}

.rhino_option_bold {
	text-decoration: underline;
}


/* End Rhino Specific */                
