body, table, td, p, div, ul, ol, li, span, form, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	vertical-align: top;
}
td.login {
	vertical-align: middle;
}

/* for the calendar */
td.tdLight {
	background-color: #eeeeee;
}
td.tdDark {
	background-color: #dddddd;
}
td.tdLightRed {
	background-color: #ffdddd;
}
td.tdDarkRed {
	background-color: #eecccc;
}
td.tdHover {
	background-color: #F7F9EB;
}

tr.trLight {
	background-color: #eeeeee;
}
tr.trDark {
	background-color: #dddddd;
}
/*********************/

input.login {
	border: 1px solid #666666;
	font-size: 10px;
	padding: 2px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color : #336699;
	text-decoration : none;
}
a:hover {
	color: #009966;
	text-decoration: underline;
}
.text { 
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none 
}
.title { 
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
li.titles {
	padding-top: 2px;
	padding-bottom: 2px;
}
.bottomTd {
	font-size: 10px;
	color: #0061AD;
	vertical-align: bottom;
}
.bottomText {
	font-size: 10px;
	color: #0061AD;
}
.bottomText:link {
	color: #0061AD;
}
.bottomText:visited {
	color: #0061AD;
}
.bottomText:hover {
	color: #00A04B;
	text-decoration: underline;
}
.underlinedText {
	text-decoration: underline;
}
.wide {
	width: 300px;
}
#copy {
	font-size: 11px;
}
