/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial;
	color: #000000;font-size:10pt
}

/************** text styles *****************/

.black{
	font-size: 10pt;
	font-family:Arial; color:#000000; margin-left:5; margin-right:5
}

.title{
	font-size: 12pt;
	font-family:Arial; color:#000000; font-weight:bold; margin-left:5
}

.wine{
	font-size: 10pt;
	font-family:Arial; color:#990033; font-weight:bold; margin-left:5
}

.days{
	font-size: 10pt;
	font-family:Arial; color:#FFFFF2; text-decoration:none; font-weight:bold
}

.dates{
	font-size: 12pt;
	font-family:Arial; color:#000000; text-decoration:none; font-weight:bold
}
/***********************************************/
/* 	MGR STYLES                         */
/***********************************************/

.top{
	font-size: 10pt;
	font-family:Arial; color:#000000;
}

a:link.top {
      color: #000000;
      text-decoration: none;
}
a:visited.top {
      color: #000033;
      text-decoration: none;
}
a:hover.top {
      color: #6600CC;
      text-decoration: underline;
      
}
a:active.top {
      color: #000000;
      text-decoration: none;
}
/***********************************************/
/* NORMAL LINKS                               */
/***********************************************/

a:link {
      color: #990033;
}
a:visited {
      color: #990033;
}
a:hover {
      color: #990033;
      text-decoration: underline; 
}
a:active {
      color: #990033;
}

/***********************************************/
/* NAV SIDE                              */
/***********************************************/

.nav{
	font-size: 8pt;
	font-family:Arial; color:#990033; text-decoration:none;
}
a:link.nav {
      color: #990033; text-decoration:none;
}
a:visited.nav {
      color: #990033; text-decoration:none;
}
a:hover.nav {
      color: #990033;
      text-decoration: underline;
      
}
a:active.nav {
      color: #990033; text-decoration:none;
}