body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}
h1 {
	font-size: x-large;
	color: #66CCFF;
	text-decoration: underline;
	padding-left: 12px;
}
h2 {
	font-size: large;
	color: #333333;
	font-weight: normal;
	padding-top: 5px;
	line-height: normal;
	padding-bottom: 0px;
}
p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	vertical-align: bottom;
	margin: 0px 0px 10px;
	padding: 0px;
}
a:active
{ 
	font-size: x-small;	
	font-style: normal; 
	font-variant: normal; 
	color: #FFFF00; 
	text-decoration: none; 
}
a:link 
{ 
	font-size: x-small; 
	font-style: normal;  
	font-variant: normal; 
	color: #006C00; 
	text-decoration: none
}
a:visited 
{ 
	font-size: x-small; 
	font-style: normal;  
	font-variant: normal; 
	color: #006C00; 
	text-decoration: none 
}
a:hover 
{ 
	font-size: x-small; 
	font-style: normal;  
	font-variant: normal; 
	color: #FF0000; 
	text-decoration: none 
}
a:visited:hover 
{ 
	font-size: x-small; font-style: normal;  
	font-variant: normal; 
	color: #FF0000; 
	text-decoration: none 
}

a.menu:active {
	font-size: 16px;
	font-style: normal;
	color: #373C2E;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: normal;
}
a.menu:link {
	font-size: 16px;
	font-style: normal;
	color: #373C2E;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: normal;
}

a.menu:visited {
	font-size: 16px;
	font-style: normal;
	color: #373C2E;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: normal;
}
a.menu:hover {
	font-size: 16px;
	font-style: normal;
	color: #66CCFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: normal;
}
a.menu:visited:hover {
	font-size: 16px;
	font-style: normal;
	color: #66CCFF;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: normal;
}


.PriceLegend {
	font-size: medium;
	color: #66CCFF;
}
.PriceValue {
	font-size: medium;
	color: #333333;
	font-style: italic;
}
.MainHeading {
	font-size: 30;
	color: #66CCFF;
	font-weight: normal;

}
.SubHeading {
	font-size: 22;
	color: #333333;
	font-weight: normal;
	line-height: 30px;
}
.menuSelected {
	color: #66CCFF;
}
