/* CSS Document */

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;	
}

table tr td, table tr th
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;	
}
table.info tr td {border-style:none;}
table.info {border-style:none;}

.box {border: 1px solid black;}
.calnum {color: #FFF;background-color:#336699;font-weight:bold}
.calnum td { color: #FFF; }



.underline {text-decoration: underline;}

.allcaps {text-transform: uppercase;}

.tableborder {border:1px solid black;}

h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#336699;
}
body
{font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;
}

