


.header{
	border-right-style: none; 
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}



.table{
	border: 1px solid;
	border-right-style: solid; 
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #000000;
}



.theader{
	border-right-style: none; 
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: solid;
	color: #000000;
	font-family: verdana; 
	font-size: 10pt;
	font-weight: bold;
	border-color: FFFFFF; 
	background-color: FFFFFF;
}






.monthemptycell {

	border: 1px solid;
	border-right-style: solid; 
	border-left-style: none;
	border-bottom-style:solid;
	border-top-style: none;
	padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	width: 106px;
	height: 100px;
	border-color: #ECF1E4; 
	background-color: #ECF1E4;

}



.monthdatecell{
	border: 1px solid;
	border-right-style: solid; 
	border-left-style: none;
	border-bottom-style:solid;
	border-top-style: none;
	padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 0px;
	width: 106px;
	height: 100px;
	border-color: #000000;
	background-color: ffffff;
}

.montheventcell {
	border: 1px solid;
	border-right-style: solid; 
	border-left-style: none;
	border-bottom-style:solid;
	border-top-style: none;
	padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 0px;
	width: 106px;
	height: 100px;
	border-color: #000000;
	background-color: #FDBF57;
}



.monthtodaycell {
	border: 1px solid;
	border-right-style: solid; 
	border-left-style: none;
	border-bottom-style:solid;
	border-top-style: none;
	padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	width: 106px;
	height: 100px;
	border-color: #000000;
	background-color: #DDE6D0;
}



.tablebody {
	
	font-family: verdana; 
	border-right-style: none; 
	border-left-style: none;
	border-top-style: solid;
	border-color: #FFFFFF;
	background-color: #ffffff;

}



.eventheader{
	border: 1px solid;
	font-family: verdana; 
	font-size: 8pt;
	border-right-style: none; 
	border-left-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #000000;
	color: #000000;
	background-color: #FFFFFF;
}






.tevents1{
	border: 1px solid;
	border-right-style: none; 
	border-left-style: none;
	border-top-style: solid;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}


.hrbar {
	color: #153B9C;
}



.subheader{
	font-family: verdana; 
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}


.bigtext{
	font-family: verdana; 
	font-size: 13pt;
	color: #000000;
}

.midtext{
	font-family: verdana; 
	font-size: 10pt;
	color: #000000;
}


.basictext{
	font-family: verdana; 
	font-size: 8pt;
}


.littletext{
	font-family: verdana; 
	font-size: 8pt;
}

.tinytext{
	font-family: verdana; 
	font-size: 6pt;
}

/*footer */
#footerContent {
	padding: 10px 20% 10px auto;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDE6D0;
}
#footerContent a:link, #footerContent a:visited {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	padding: 2px;
 }
#footerContent a:hover, #footerContent a:active  {
	background-color:#CDDABC;
	text-decoration: none;
	color: #333333;
	padding: 2px;
 }

 
.copyright {
	color: #94AF6F;
	text-align: left;
	font-size: 9px;
} 

a.basiclink:link, a.basiclink:visited{color: #0D6CB6; font-family: verdana; font-size: 10pt; text-decoration: none; font-weight: bold;
	padding: 1px;}
a.basiclink:active, a.basiclink:hover{
	color: #FFF7E8;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
	background: #0D6CB6;
}

a.smalllink:link, a.smalllink:visited{color: #0D6CB6; font-family: verdana; font-size: 8pt; text-decoration: underline; font-weight: bold;}
a.smalllink:active, a.smalllink:hover{color: #5C8727; font-family: verdana; font-size: 8pt; text-decoration: none; font-weight: bold;}



