body.admin   { margin: 10; font-family: Verdana; font-size: 10pt; }
body         { margin: 0; font-family: Verdana; font-size: 10pt; }
select       { font-family: Verdana; font-size: 10pt; }
table        { font-family: Verdana; font-size: 10pt; }
td           { font-family: Verdana; font-size: 10pt; color: #666666; }
input        { font-family: Verdana; font-size: 10pt; }
textarea     { font-family: Verdana; font-size: 10pt; }
p            { font-family: Verdana; font-size: 10pt; }
p.admin      { font-family: Verdana; font-size: 10pt; color: #208E8D; }
li           { font-family: Verdana; font-size: 10pt; }
ul           { font-family: Verdana; font-size: 10pt; }
div          { font-family: Verdana; font-size: 10pt; }
form         { font-family: Verdana; font-size: 10pt; }
select       { font-family: Verdana; }
ul			 { list-style-type: circle; }

a:link       { color: #666666; }
a:visited    { color: #666666; }
a:active     { color: #666666; }
a:hover      { color: #C0C0C0; }

a.admin:link       { color: #666666; }
a.admin:visited    { color: #666666; }
a.admin:active     { color: #666666; }
a.admin:hover      { color: #000000; }

a.wndetail   { color: #666666; 
			   text-decoration: none; }
a.wndetail:link    { color: #666666; 
			   text-decoration: none; }
a.wndetail:visited { color: #666666; 
			   text-decoration: none; }
a.wndetail:active  { color: #666666; 
			   text-decoration: none; }
a.wndetail:hover   { color: #666666; }

a.wn         { color: #C07629;
			   text-decoration: none;
			   font-weight: bold; }
a.wn:link    { color: #C07629;
			   text-decoration: none; }
a.wn:visited { color: #C07629;
			   text-decoration: none; }
a.wn:active  { color: #C07629;
			   text-decoration: none; }
a.wn:hover   { color: #C07629;
			   text-decoration: underline; }

div.wndetail   { color: #666666; }
div.wn   { color: #C07629; font-weight: bold; }
			   
a.uddetail   { color: #666666; 
			   text-decoration: none;
   			   font-size: 14pt; }
a.uddetail:link    { color: #666666; 
			   text-decoration: none;
   			   font-size: 14pt; }
a.uddetail:visited { color: #666666; 
			   text-decoration: none;
   			   font-size: 14pt; }
a.uddetail:active  { color: #666666; 
			   text-decoration: none;
   			   font-size: 14pt; }
a.uddetail:hover   { color: #666666;
   			   font-size: 14pt; }

a.ud         { color: #C07629;
			   text-decoration: none;
			   font-weight: bold;
   			   font-size: 14pt; }
a.ud:link    { color: #C07629;
			   text-decoration: none;
   			   font-size: 14pt; }
a.ud:visited { color: #C07629;
			   text-decoration: none;
   			   font-size: 14pt; }
a.ud:active  { color: #C07629;
			   text-decoration: none;
   			   font-size: 14pt; }
a.ud:hover   { color: #C07629;
			   text-decoration: underline;
   			   font-size: 14pt; }

/* calendar */

.calcenter{
	text-align: center;
	margin:0px;
	padding:0px;
}

td.calendar {
	padding:0px 2px 1px 2px;
	color: #333;
	font-size:9px;
	text-align: center;
}
td.calendarwk {
	padding:0px 2px 1px 2px;
	color: #999;
	font-size:9px;
	text-align: center;
}
	
td.calendarday {
	padding:0px 2px 1px 2px;
	color: #000000;
	font-size:9px;
	text-align: center;
 	background: url(images/cal_daybg.gif) no-repeat center;
}

td.calendarmn {
	padding:0px 2px 1px 2px;
	color: #666;
	font-size:9px;
	font-weight: bold;
	text-align: center;
}
td.calendarlarrow {
	text-align: center;
	border: none;
}
td.calendarrarrow {
	text-align: center;
	border: none;
}

td.calendarwk a {
	padding:0px 2px 1px 2px;
	color: #000000;
	font-size:9px;
	text-align: center;
 	background: url(images/cal_evtbg.gif) no-repeat center;
}

td.calendarwk a:visited {
	padding:0px 2px 1px 2px;
	color: #000000;
	font-size:9px;
	text-align: center;
 	background: url(images/cal_evtbg.gif) no-repeat center;
}

td.calendar a{
	padding:0px 2px 1px 2px;
	color: #000000;
	font-size:9px;
	text-align: center;
 	background: url(images/cal_evtbg.gif) no-repeat center;
}

td.calendar a:visited{
	padding:0px 2px 1px 2px;
	color: #000000;
	font-size:9px;
	text-align: center;
 	background: url(images/cal_evtbg.gif) no-repeat center;
}
/* end calendar */