.calendar  {border:1px solid black;
           border-collapse:collapse;
		   font:11px/16px Verdana;
		   text-align:center;
		   font-weight:bold;
    	   background:#E4E4E4;}
		   
.calendar td {border:1px solid #000000;
           border-collapse:collapse;
		   font:11px/16px Verdana;
		   text-align:center;  }		   

.calendar_unset {font:11px/16px Verdana; width:20px; height:20px; background:#E4E4E4; font-weight: normal; color:silver; font-weight: bold;}
.calendar_info {font:11px/16px Verdana; width:20px; height:20px; background:#E4E4E4; font-weight: normal;}
.calendar_days {font:11px/16px Verdana; width:20px; height:20px; background:#E4E4E4; font-weight: bold;}
.calendar_sel {font:11px/16px Verdana; width:20px; height:20px; background:#333333; color:#FFFFFF;}
.calendar_td {font:11px/16px Verdana; width:20px; height:20px; background:silver;}
.calendar_td:hover {font:11px/16px Verdana; width:20px; height:20px; background:gray;}
		   
.calendar_td a {border-collapse:collapse;
    	     font:11px/16px Verdana;
	    	 text-align:center;
			 color:#333333;
			 text-decoration:none;
			 display:block;
			 }
			 
.calendar_td a:hover {border-collapse:collapse;
    	     font:11px/16px Verdana;
	    	 text-align:center;
			 color:#333333;
			 text-decoration:none;
			 display:block;
			 }	




body
{
	margin: 0 auto;
	padding: 0;
	color: #000000;
	background: #585756 url("/images/bg.gif") repeat;
	font-size: 90%;
	text-align:justify;
	font-family: Verdana, Tahoma;
}

h1, h2, h3 
{
	font-family: georgia, times new roman, times, serif;
	letter-spacing: 0.09em;
}

h4 
{
	font-family: lucida grande, verdana, arial, helvetica, sans-serif;
	margin-bottom: 4px;
}

p 
{
	font-family: times new roman, times, serif;
}

ol 
{
	margin-bottom: 10px;
}

.center 
{
	text-align: center;
}

ul 
{
	list-style: square;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 1em;
	padding-left: 1em;
}

img 
{
	margin: 0;
	padding: 0;
	border: 0;
}

a:link 
{
	color: #333333;
	text-decoration: none;
}
a:visited 
{
	color: #333333;
	text-decoration: none;
}
a:active 
{
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline; color: #000;
}

input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        6px;
margin-bottom:     3px;
}

textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

checkbox 
{
	background-color:  transparent;
	margin:            3px;
	padding:           0;
	border:            0;
}

.block 
{
	font-size: 12px;
	color: #000000;
	padding: 8px 4px 4px 4px;
	width: 720px;
	background:#FFFFFF;
	border: 1px solid #333;
}

hr
{
	border: none 0;
	border-top: 1px solid #000;
	width: 100%;
	height: 1px;

}
