body 
{
	padding: 13px;
	margin: 0px;
    	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;  	
	
}

.textarea
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;  
}

#page
{
	width: 100%;
	border-collapse: collapse;	
}

td
{
    	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;   
}

img
{
	border-style: none; 
}

.bullet
{
	color: #FF9900;
}

table#Main
{
	width: 900px;
	background-color: white;
}

td.Header
{
	text-align: center;	
}

td#Body
{
	width: 700px;
	text-align: left;
	vertical-align: top;
}

td#Menu
{
	width: 200px;
	vertical-align: top;
}

.frametitle
{
	font-size: 13px;
	background-image: url(../img/frame.gif);
	width: 100%;
	padding-bottom: 10px; 
	vertical-align: middle;
}

div.sections
{
	padding-left: 30px;
	width: 100%;
}

/* Main menu which is on the left hand side of the page */
table.sidemenu
{
	width: 150px; 
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	border-top-width: 3px; 
	border-top-style: solid; 
	border-top-color: #3399CC; 
	border-bottom-width: 3px; 
	border-bottom-style: solid; 
	border-bottom-color: #3399CC; 	
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: #3399CC; 
	border-left-width: 1px; 
	border-left-style: solid; 
	border-left-color: #3399CC; 	
}

table.sidemenu tr
{
	padding: 0px; 
	margin: 0px;
}

table.sidemenu td
{
	padding: 10px; 
	background-color: #8CB9DF;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	border-bottom-color: #3399CC; 
	border-top-style: solid;
	border-top-width: 1px; 
	border-top-color: #ffffff;
	border-collapse: separate;  
	font-weight: bold; 	
}

table.sidemenu td a
{
    	text-decoration: none;
}

table.sidemenu td a:hover
{
	text-decoration: underline;
}

table.sidemenu td.hover
{
    	background-color: #8CB9FF;
}

table.menu
{
	width: 100%;
}

table.menu tr.spacer
{
	line-height: 0.5;
}

table.menu td.item
{
	text-align: left;
	width: 80%;
}

table.menu td.item3col
{
	text-align: left;
}

table.menu td.subitem
{
	text-align: left;
	font-size: 10px;
}

table.menu td.price
{
	text-align: right;
}

table.menu td
{
	vertical-align: top;
}

div.menutitle
{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 100%;
	font-size: 16px;
}

div.menusubtitle
{
	font-weight: bold;
	text-align: center;
	width: 100%;
	font-size: 12px;
}

div.maintitle
{
	font-weight: bold;
}

div.footer
{
	text-align: center; 
	font-size: 10px;
}

.smalltxt
{
	font-size: 10px;
}

.redstar
{
	color: red; 
	font-weight: bold; 
}