body, td, .text { font-family : Verdana, Tahoma, Arial, Helvetica; font-size : 70%; color: #003300 }
.huge { font-family: Arial, Helvetica, sans-serif; font-size : 200% }
big { font-family: Arial, Helvetica; font-size : 130%; font-weight : bolder; color : #009900 }
big a { font-family: Arial, Helvetica; font-size : 140%; font-weight : bolder; }
.highlight { font-family: Arial, Helvetica; font-size : 130%; font-weight : bolder }
.bg { background-repeat : repeat-x;}
h1 {
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.categories {
	line-height: 150%;
}
.cancelled {
	text-decoration: line-through;
}
.highlines {
	line-height: 150%;
}
div.green {
	padding: 15px; 
	float: left; 
	background-color: #E6F9D8; 
	width: 180px;
}
.little_text {
	font-family : Verdana, Tahoma, Arial, Helvetica; 
	font-size : 70%; 
	color: #003300
}
/* tabs */
.open_close {
    border: 0px solid red;
    display: none; 
}
div#tabs {
	margin: 0;
	padding: 0;
	border: 0px solid red;
	background: white;
}
div#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#tabs li {
	margin: 3 3 0 0;
	padding: 0;
	background: url(http://www.visualpharm.com/i/norm_right.gif) no-repeat right bottom;
	background-color: #A9E571; /* dark green */ 
}
div#tabs a { 
	display: block; 
	background: url(http://www.visualpharm.com/i/norm_left.gif) no-repeat left bottom;
	padding: 10px 15px;
	text-align: center;
	color: black;
	text-decoration: underline;
	font-weight: bold; 
}
div#tabs .current {
	border-top: 3px solid #E6F9D8; /* light green */ 
	margin: 0 3 0 0;
	background: url(http://www.visualpharm.com/i/norm_right_on.gif) no-repeat right bottom;
	background-color: #E6F9D8; /* light green */ 
}
div#tabs .current a {
	display: block;
	background: url(http://www.visualpharm.com/i/norm_left_on.gif) no-repeat left bottom;
}
/* /tabs */
