/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana;
	color: #000000;font-size:10pt
}

/************** text styles *****************/

.black{
	font-size: 10pt;
	font-family:Verdana; color:#000000; margin-left:15; margin-right:15
}

.bold{
	font-size: 10pt;
	font-family:Verdana; color:#000000; margin-left:15; margin-right:15; font-weight:bold
}

.wine{
	font-size: 10pt;
	font-family:Verdana; color:#892E2E; margin-left:15; margin-right:15; font-weight:bold 
}


/***********************************************/
/* 	SIDE BUTTON LINKS                     */
/***********************************************/

.buttons{
	font-size: 10pt;
	font-family:Verdana; color:#FFFFFF; margin-left:0; margin-right:0
}

a:link.buttons {
      color: #FFFFFF;
      text-decoration: none;
}
a:visited.buttons {
      color: #FFFFFF;
      text-decoration: none;
}
a:hover.buttons {
      color: #FFCC00;
      text-decoration: underline
      
}
a:active.buttons {
      color: #CCCCCC;
      text-decoration: none;
}
/***********************************************/
/* NORMAL LINKS                               */
/***********************************************/

a:link {
      color: #333333;
      text-decoration: none;
}
a:visited {
      color: #333333;
      text-decoration: none;
}
a:hover {
      color: #892E2E;
      text-decoration: underline
      
}
a:active {
      color: #333333;
      text-decoration: none
}
