body         { font-family: Verdana; font-size:9pt; color:#333333;
}
p            { font-size: 9pt; color:#333333;
}
li
{
    font-size: 9pt;
    color: #333333;
}
ul { margin-top:0;
    margin-bottom:0}
td           { font-size: 9pt; 
color:#333333
}
.subcategorytext   { text-decoration:none;font-size: 8pt; color:#000000  }
:hover.subcategorytext 
{
	text-decoration:underline;
}
.maincategorytext  { text-decoration:none;font-size: 8pt; color:#660066; font-weight:bold  }
:hover.maincategorytext 
{
	text-decoration:underline;
}
.subcategorytext2  {text-decoration:none; 
					font-size: 10pt; 
					color:#000000; 
					font-weight:bold }
:hover.subcategorytext2 
{
	text-decoration:underline;
}
.informationAndBasketText
{
	text-decoration:none;
	color:Blue;
}
:hover.informationAndBasketText
{
	text-decoration:underline;
}
.OuterTbl
	{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
.blackLink
{
	text-decoration:none;
	color:#000000;font-weight:bold
}
:hover.blackLink
{
	text-decoration:none;
	color:Black;font-weight:bold
}
H1
{
    font-weight: bold;
    font-size: 13pt;
    color: Navy;
    font-family: Verdana;
    margin:0;
    text-align: left;
}
H2
{
    font-weight: bold;
    font-size: 11pt;
    color: Navy;
    font-family: Verdana;
    margin:0;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.infoCell 
{
    font-weight:bold;
    background-color:#415090;
    color:White;
    font-size:11pt;
}

div.rounded 
{
 padding-bottom:15px;
 background-image: url(Images/200pxbottom.gif);
 background-repeat:no-repeat;
 background-position:bottom center;
}
div.rounded h3 {
 padding-top: 15px;
 background-image: url(Images/200pxtop.gif);
 background-position:top;
 background-repeat:no-repeat;
}
div.rounded h3, div.rounded p {
  padding-left: 5px;
}