P {
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : Black;
	margin-top: 5px;
}

TD {
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	color : Black;
}

LI {
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : Black;
}

H1  {
	font-size : 18pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : navy;
	}
	
H2  {
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #FFFFFF;
}

H3  {
	font-size : 12px;
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #FFFFFF;
}

body  {
	font-size : 10px;
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	color : Black;
}

sup  {
	font-size : 7pt;
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	color : Black;
	vertical-align: super;
}

sub  {
	font-size : 7pt;
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	color : Black;
	vertical-align: sub;
}


P.medium {
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	color : Black;
}

LI.medium{
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	color : Black;
}

LI.small {
	font-size : 8pt;
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
}
	
P.small {
	font-size : 8px;
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
}

TD.small  {
	font-size : x-small;
}

ul {  
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif; 
	font-size: 11px} 

dl {  
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif; 
	font-size: 11px} 

dt {  
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif; 
	font-size: 11px} 
A:active  {
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	color : navy;
	text-decoration : underline;
}

A:link  {
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	color : navy;
	text-decoration : underline;
}


A:visited  {
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
	color : #000000;
	text-decoration : underline;
}

A:Hover  {
	color : #0080C0;
	font-family : Verdana, Georgia, Arial, Helvetica, sans-serif;
 	text-decoration: underline;
}
.heading {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold}
/* ____________________________ breadcrumbs _______ */
a.crumb:link {
  color: #00945a;
  text-decoration: none;
}

a.crumb:visited {
  color: #00945a;
  text-decoration: none;
}

a.crumb:active {
  color: #C0C0C0;
  text-decoration: none;
}

a.crumb:hover {
  color: #FC7201;
  text-decoration: underline;
}
/* ____________________________ Calendar formatting _______ */
.calendarHeader { 
    font-weight: bolder; 
    color: #CC0000; 
    background-color: #FFFFCC; 
}

.calendarToday { 
    background-color: #FFFFFF;
}

.calendar { 
    background-color: #FFFFCC;
}
.deadline {
	color: red;
	font-weight: bold;
}
/*
	Notice that IE has a display problem if the help link is on
	the last line of a container with no padding. If this is the
	case increase the padding bottom to at least 1px
*/

a.helpLink {
	color:				Green;
	text-decoration:	none;
	border-bottom:		1px dashed Green;
	cursor:				help;
}

a.helpLink:hover {
	color:				Red;
	text-decoration:	none;
	border-bottom:		1px dashed Red;
}

.help-tooltip {
	position:	absolute;
	width:		250px;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}


.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}
.bg {background-image: url("icons/bg.gif"); background-repeat: repeat-y; background-position: center center}
