﻿.htmlsnip
{
	width:100%;
	clear:both;
}
.htmlsnip div.header
{
	color:#003B81;	
	font-size:16px;
	font-weight:bold;
	text-indent:10px;	
}
.htmlsnip .info
{

}
.htmlsnip .highlight
{
	color:#003B81;	
}
.htmlsnip table
{
	border-left: none;
	border-top: none;
	clear:both;
	margin:10px 0px 10px 0px
}
.htmlsnip table th 
{
	padding:10px;
	font-weight:normal;
	color:#ffffff;
	background:url('../images/calendar_bg.gif') repeat-x top left;
}
.htmlsnip table td
{
	border-right:none;
	border-bottom:none;
	padding:2px;
	font-size:11px;	
	font-family:Verdana;
}
.htmlsnip .alt .odd
{
	background:#F1F1F1;
}
.htmlsnip a
{
	color:#000000;
	text-decoration:underline;
}
.htmlsnip a:hover
{
	text-decoration:underline;
}

