/* 
	Project: Teacher Quest Tampa Bay Web Pilot Program Site
	Author: Diane Matthews
    Date: 12/9/2008
*/


body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
/*	color: #656565; */
}

body.meet {
	background-color: #F2F2F2;
}

a:link,
a:active {
	color: black;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	color: black;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color: #1FAFF9;
	text-decoration: underline;
	font-weight:bold;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight:bold;
	color: #033A8D;
	letter-spacing: .25em;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #000
}


h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #000
}

p, li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000
}

p.meet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

p.home {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000
}

.footer {
	background-color: #64B0EC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #000
}

a.menu:link,
a.menu:active,
a.menu:visited {
	color: black;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none
}

a.menu:hover {
	color: white;
}

tr.menu {
	background-color: #64B0EC;
}

tr.calendar1 {
	background-color: #E8E8E8;
}
tr.calendar2 {
	background-color: #FFFFFF;
}

td.body {
	background-color: #E8E8E8;
	padding: 5px;
}


td.home {
	background-color: #E8E8E8;
	padding:10px;
}

table.jobs {
	background-color: white;
	padding:13px;
	font-size:11px;
}

table.home {
	background-color: #E8E8E8;
	font-size:13px;
	color:#000
}

table.cal {
	background-color: white;
	font-size:13px;
	color:#000
}

table.meet {
	background-color: #F2F2F2;
	font-size:13px;
	color:#000
}


label {
	color:#000
}

em.jobs{
	font-family: Verdana, Geneva, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size: 15px;
	color: #000
}






