BODY {SCROLLBAR-FACE-COLOR: #318aa9; 
SCROLLBAR-HIGHLIGHT-COLOR: #7bcaea; 
SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #efefef; 


}

.greenboldtext{ 
  font-size: small; 
  color: #008080;
  font-weight: bold;
}

a:link {
	font-family: Tahoma ;
	font-size:8pt;
	text-decoration: none;
	color: #1f668a;
	font-weight: bold;

}
a:visited {
	font-family: Tahoma ;
	font-size:8pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;

}
a:hover {
	font-family: Tahoma ;
	font-size:8pt;
	text-decoration: none;
	color: #e80000;
			font-weight: bold;

}
a:active {
	font-family: Tahoma ;
	font-size:8pt;
	text-decoration: none;
	color: #ffc600;
			font-weight: bold;

	}
a.one:link {
	font-family: Tahoma ;
	font-size:8pt;
    font-weight: bold;
	text-decoration: none;
	color: #317697;
}
a.one:visited {
	font-family: Tahoma ;
	font-size:8pt;
	text-decoration: none;
	color: #317697;
	font-weight: bold;

}
a.one:hover {
	font-family: Tahoma ;
	font-size:8pt;
	text-decoration: none;
	color: #c2262d;
	font-weight: bold;

}
a.one:active {
	font-family: Tahoma ;
	font-size:8pt;
	text-decoration: none;
	color: #317697;
	font-weight: bold;

	}
	.select2
{
	background: #ffffff;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	color: black;
	font-family: "Tahoma";
	font-size: 12px;
	text-align: center;
}	
	.select
{

	font-family: "Tahoma";
	font-size: 12px;
	text-align: center;
}
.main {
width:175px;
border:0px solid black;
}

.month  {
background-color:#dadada;
font:bold 12px tahoma;
color:white;
border:0px solid black;

}

.month :hover {
background-color:#c4b406;
font:bold 12px tahoma;
color:white;
border:0px solid black;

}
.daysofweek {
background-color:#ececec;
padding: 2px;

font:bold 10px tahoma;
color:#036689;
border:0px solid black;

}

.days {
font-size: 10px;
font-family:tahoma;
color:black;
background-color: #dbeef5;
padding: 2px;
border:1px solid #FFFFFF;

}

.days #today{
font-weight: bold;
color: red;
}