body {  text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #DDDDDD; 
	font-size: 14px; }

form {  margin-bottom: 0; }

td.items { font-size: 10px; }

td { 	font-size: 14px; }

a.body  { font-size: 14px; }

a.small { font-size: 10px; 
	  font-variant: normal; }

a.sub { font-size: 17px; }

a.top {	font-weight: normal;
	font-size: 17px; 
	font-variant: normal;
	color: #FFFFFF; } 
a.top:link { color: #FFFFFF; }
a.top:visited { color: #D0D0FF; }
a.top:hover { color: #FFDD00; }
a.top:active { color: #88FF88; }

a.links { font-variant: small-caps; }
a.links:visited { text-decoration: none; }

a.sc {  font-variant: small-caps; }

a { 	font-weight: normal; 
	text-decoration: none; 
	font-variant: normal; 
	font-size: 15px; }
a:link  { color: #516430; }
a:visited { color: #304210; }
a:hover { color: #FF0000; }
a:active { color: #00FF00; }

td.title { 	font-size: 24px;
	color: #516430; 
        font-variant: small-caps; 
	font-weight: bold; }

h2 { 	font-size: 15px;
	color: #516430; 
        font-variant: small-caps; 
	font-weight: normal; }


.label { font-variant: small-caps; 
	 background-color: #1C206E;
	 text-align: center; 
	 color: #FFFFFF; 
	 font-size: 14px;
	 font-weight: normal; }

.sc {	font-variant: small-caps; }

li {	list-style-type: square; 
	color: #516430; 
	margin-left: 2.5em;
	padding-left: 0; }

.licontent { color: #000000; }

table.pic { height: 550px; }

textarea {	font-size: 10pt; 
		font-family: courier new; }

input {	font-size: 10pt; 
	font-family: courier new; }

/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
