body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	
	color: #333333;
}

.MainPage {
	width: 950;
}

form {
}



.nav {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
    font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}



input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.contentTableHeader {
	font-family: Georgia, Tahoma, Arial;
	font-size: 18px;

	font-weight: bold;
	font-style: normal;
}
    
.PriceWindow {
	font-family: Verdana, Tahoma, Arial;
	color: #999999;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
}
.PriceSale {
	font-family: Verdana, Tahoma, Arial;
	color: #999999;
	font-weight: bold;
	font-style: normal;
	font-size: 25pt;
}
.PriceCents {
	font-family: Verdana, Tahoma, Arial;
	color: #999999;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
}
.PriceReg {
	font-family: ArialNarrow;
	color: #999999;
	
	font-style: normal;
	font-size: 9pt;
}
.ClearPrice {
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
}

a.MenuConsole:link { font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #990099;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px; }
a.MenuConsole:visited { font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #990099;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px; }
a.MenuConsole:hover { font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #CC0066;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px; }
a.MenuConsole:active { font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #CC0066;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px; }




a.MenuConsoleRight:link { font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000099;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px; }
a.MenuConsoleRight:visited { font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000099;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px; }
a.MenuConsoleRight:hover { font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #CC0066;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px; }
a.MenuConsoleRight:active { font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #CC0066;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px; }

.MenuHeader{
	font-size: 12px;
	font-weight: bold;
	color: #999999; 
	font-style: italic;
}


a {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #993399;
}

.rightPanel {
	background-color: #EBDFFF;
	width: 190px;
}


