body {
	background-color: #FFFFFF;
    margin: 10px;
}
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
	color: #414141;
}
strong {
	color: #525252;
}
a:link,a:active,a:visited {
	color : #CCCCCC; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline; color : #FFFFFF;
}

a:hover.darklink, a:link.darklink, a:active.darklink, a:visited.darklink {
	color: #577a05;
}

table.footer { 
	width: 972px; 
	background-color: #414141; 
	background-image: url(images/bottom_chalk.jpg);
	background-repeat: repeat-y;
}
td.footer { 
	vertical-align: top;
	color: #E5E5E5;
	padding: 12px;
	line-height: 150%;
	font-size: 11px;
}


td.greenbar {
	width: 600px;
	height: 60;
	background-color: #9dc54e; 
	background-image: url(images/green60.gif);
	font-size: 24px;
	letter-spacing: 5px;
	color: #FFFFFF;
	padding: 0px 50px;
}


td.orangebar {
	width: 600px;
	height: 60;
	background-color: #edad45; 
	background-image: url(images/orange60.gif);
	font-size: 24px;
	letter-spacing: 5px;
	color: #FFFFFF;
	padding: 0px 50px;
}


table.header { 
	width: 972px;
	height: 130px;
	background-color: #414141; 
	padding: 0px;
}
td.header { 
	width: 824px;
	height: 91px;
	background-image: url(images/top_chalk1.jpg);
	vertical-align: top;
	text-align: right;
	color: #E5E5E5;
	line-height: 150%;
	padding: 12px;
	font-size: 11px;
}

ul {
	padding: 8px;
	margin: 8px;
}

td.leftbox {
	line-height:150%;
	background-color:#E8E8E8;
}

td.thinLine 		{ background-color: #FFFFFF; border: #D5D5D5; border-style: solid; border-width: 0px 1px 1px 0px; }
th.thinLine 		{ background-color: #FFFFFF; border: #D5D5D5; border-style: solid; border-width: 0px 1px 1px 0px; }
table.thinLine		{ border: #D5D5D5; border-style: solid; border-width: 1px 0px 0px 1px; }

td.cart { 
	background-color: #FFFFFF;
	border: #D5D5D5; 
	border-style: solid; 
	border-width: 0px 1px 1px 0px;
	font-size: 11px;
}
th.cart { 
	background-color: #FFFFFF;
	border: #D5D5D5; 
	border-style: solid; 
	border-width: 0px 1px 1px 0px; 
	font-size: 10px;
}
table.cart { 
	border: #D5D5D5; 
	border-style: solid; 
	border-width: 1px 0px 0px 1px; 
}

#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #888888;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 100px;
    left: 50%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 1px;
	position: relative;
    border-color:#777777;
    top: -70px;
    left: -90px;
    z-index: 1000;
    height: 140px;
    width: 180px;
    padding: 0px;
	text-align: center;
}

