/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; ; color: #000000}

BODY {
  background: #ADC1D4;
  color: #000000;
  margin: 0px;
}

A {
  color: #668CAE;
; font-variant: normal; font-weight: bolder
; font-family: Arial, Helvetica, sans-serif; font-size: 10pt
}

A:hover {
  color: #2A397D;
}

A.headerNavigation { 
  color: #FFFFFF; 
; background-color: #152654
}

A.headerNavigation:hover {
  color: #000000;
; background-color: #FFFFFF
}
SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
RADIO{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #2A397D;
  font-weight: bold;
}
.boxTextBold { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; ; color: #000000; font-weight: bolder}
.boxTextBig { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; ; color: #000000; font-weight: bold}

#roundbox{
  	position:absolute;
  	left:80px;
  	top:202px;
	color:#eeeeee;
	width:300px;
	height:3px;
	overflow:hidden;
}	

