
body {
scrollbar-face-color: #E2C8A3; scrollbar-shadow-color: red;
scrollbar-highlight-color: red; scrollbar-3dlight-color: #F9B64E; 
scrollbar-darkshadow-color: #FFCC99; scrollbar-track-color: #EDB5B5;
scrollbar-arrow-color: #000000;
}

a {
 text-decoration:none;
 color: black;
 font-size: 12;
 
}

a.menu
  {
    text-decoration: underline;
 }

a:hover
 {
  text-decoration: underline;
 }


.bodytext {
     font-family: verdana,arial,helvetica;
	 font-size: 12;
	 color: #3b3b3b;
	 line-height: 15px
	 }

.bodytextbold {
     font-family: verdana,arial,helvetica;
	 font-size: 12;
	 color: #3b3b3b;
	 line-height: 15px;
	 font-weight: bold
	 }

H3 {
	font-family: verdana,arial,helvetica;
	color: #000000;
	font-size: 14
   }	 
 

.TextBox{
	background-color : #ffe8e8;
	font-family : verdana,Arial, Helvetica, sans-serif;
	font-size : 8pt;
	border : thin ridge;
}


select {
	font-family: verdana,Arial,sans-serif;
	font-size: 11px;
	background-color: #ffe8e8;
	border-color: #cc3333;
}


.summary {
     font-family: verdana,arial,helvetica;
	 font-size: 10;
	 color: #3b3b3b;
	 line-height: 15px
	 }


.CheckBox {
	background-color : #ffe8e8;
}


.specials_title, .specials_link {
	color:#FFFF00;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight:normal;
	text-decoration:underline
	}
	
.specials_body {
	color:#FFFF00;
	font-family: verdana,arial,helvetica;
	font-size: 12px;
	font-weight:normal;
	}	

h2{
	font-size: 12px;
	font-weight: bold;
	color: #B8382D;
	text-align: center;
}


#comments{
	font-size:10px;
	font-style:italic;
	text-align:left;
	border:1px dashed #CC3300;
	background:#FCEFF1;
	width:600px;
	padding:3px;
	}
	
#comments h2{	
	font-size: 12px;
	font-weight: bold;
	color: #B8382D;
	text-align: center;
	margin:0;
}

#comments hr{	
	text-align: center;
	width:450px;
	height:1px;
	margin:2px 0 2px 0;
	color:#CC3333
	}