﻿
.masterBody
{
	border-style: solid;
	border-width: thin;
	
}

 .price
        {
            color: #FF0000;
            font-weight: bold;  
            font-size:large;                      
        }

.tableCellBorder
{
	vertical-align: top;
	border-style: solid;
	border-width: thin;
}

.menuLinkStyle
{
	border-style: solid;
	border-width: 1px;
	height: 89px;
	width: 95px;
}

.textStyle
{
	font-family: Tahoma;
	font-size: 12px;
}

.propertyName
{
	color: #0066FF;
	font-variant: small-caps;
}

h1
{
	font-size: large;
	font-weight: bold;
}

h2
{
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

.ochartTableHead
{
background-color:Gray;
color:White;
font-weight:bold
}

.ochartAltRow
{
background-color:Gainsboro;
}
p
{
	font-family: Tahoma;
	font-size: 12px;
}
