
.body {
		font-weight: none;
  font-family: 'Nato Sans', sans-serif;

}


.style2 {
	color: #Dc143c;
	font-weight: none;
  font-family: 'Noto Sans', sans-serif;
}

.style3 {
	color: #DC143c;
	font-weight: none;
  font-family: 'Open Sans', sans-serif;

}

.style4 {
	  font-family: 'Nato Sans', sans-serif;
	font-weight: none;
}

.style5 {
	color: #FF3333;#FF
  font-family: 'Nato Sans', sans-serif;

}

.style8 {
	color: #FFFFFF;
	  font-family: 'Nato Sans', sans-serif;
}

.mydiv { 

display: inline;

}

.hidden {

display: none;

}

a,
a:link,
a:visited {
	color: #002395;
	text-decoration: none;
}

a:active,
a:hover {
	color: #Dc143c;
	text-decoration: none;
}

/* Menu */
div#menu {
	border: 1px solid #0088CE;
	background: #0088CE;
	float: right;
	width: 175px;
	margin-left: 5px;
	margin-bottom: 5px;
}

div#menu h4 {
	text-align: center;
	font-weight: bolder;
	margin: 0px;
	padding: 4px;
	color: #fff;
}

div#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#menu ul li {
	border-top: 1px solid #33c;
}

div#menu ul li span {
	display: block;
	font-style: italic;
	text-align: center;
	  font-family: 'Nato Sans', sans-serif;
	color: #fff;
	font-size: 10pt;
	padding: 2px;
	_width: 100%;
}

div#menu ul li a {
	display: block;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	  font-family: 'Nato Sans', sans-serif;
	font-size: 10pt;
	_width: 100%;
}

div#menu ul li a:link,
div#menu ul li a:visited {
	background: #dcdcdc url(../images/arrow_off.gif) no-repeat center right;
	color: #339;
}

div#menu ul li a:hover,
div#menu ul li a:active {
	background: #ffbcb9 url(../images/arrow_on.gif) no-repeat center right;
	color: #000;
}

div#menu hr {
	display: none;
}

/* Scheduling Tool */
.a { background: #fafafa; }
.b { background: #ededff; }

a.signup span { display: none; }
a.signup { display: block; width: 120px; height: 30px; background: url(../images/sign_up.gif) no-repeat; }

ul.sm { padding-left: 18px; }
p.sm, span.sm { font-size: 80%; }

.error { color: #f00; }

#cal td {
	font-size: 12px;
}