﻿@charset "utf-8";
/* CSS Document */

		
		div#content div#div h2 {
			font-size: 110%;
			color: #000000;
			margin-bottom: 0.7em;
			margin-top: 0em;
		}
		
		div#content div#div h3 {
			font-size: 110%;
			color: #cb990d;
			margin-bottom: 1em;
			margin-top: 1em;
		}
		div#content div#div p#alert {
		background: #f8fafc url(../../../_images/icon_exclamark.gif) center no-repeat;
		background-position: 15px 50%; /* x-pos y-pos */
		width:250px;
		text-align: left;
		padding: 5px 5px 5px 45px;
		border-top: 2px solid #cb990e;
		border-bottom: 2px solid #cb990e;
			
			}
		
		
		div#content div#div table#price {
			color:#000000;
			width:520px;
			
			}

		div#content div#div table#price tr#th td {
			color:#ffffff;		
			background-color:#cb990d;
			font-weight:bold;
			text-align:center;
			}
		
		div#content div#div table#price tr#shade td  {
			background-color:#F5F5F5;
			text-align:center;
			}

		div#content div#div table#price tr#noshade td  {
			background-color:#E6E6E6;
			text-align:center;
			}

		div#content div#div table#price tr#month_id td {
			font-weight:bold;
			margin-top:0.3em;
			background-color:transparent;
					
		}


		div#content div#div table#price td#negative {color:#FF0000;}

		div#content div#div table#price td#nonegative {color:#000000;}

		div#content div#div span#date {font-weight:bold}
		
		
