body {
  color : #000; 
  font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size : 10pt;	 
}

P. div, td {
	vertical-align: top;
	font-size : 10pt;	 
}

.spanstyle {
	position:absolute;
	visibility:visible;
	top:-50px;
	font-size:10pt;
	font-family:Verdana;
      font-weight:bold;
	color:black;
}

H1 {
    font-family : 'Times New Roman',Times,serif;
	font-size: 20pt;
	color: #2E3192;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	line-height: normal;
}

H2 {
    font-family : 'Times New Roman',Times,serif;
	font-size : 18pt;	
	font :  18pt;	
	font-weight : bold;
	margin-bottom : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	padding-top : 5px;
	line-height: normal;	
}

H3 {
	font-size : 16pt;	
	color : #00438C;
	font :  16pt;
	font-weight : bold;	
	margin-bottom : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	padding-top : 0px;	
	line-height: normal;	
}

H4 {
	font-size : 13pt;	
	color : #00584A;
	font :  13pt;
	font-weight : bold;	
	margin : 0px;
	padding : 0px;
}

.tiny {
	font-size : 7pt;
	line-height : 9pt;
}

.smaller {
	font-size : 8pt;
	line-height : 9pt;
}

.small {
	font-size: 10pt;
}

.caption {
	font-size: 10pt;
	font-style: italic;
}

.regular {
	font-size : 11pt;
}

.largish {
	font-size : 13pt;
	line-height : 14pt;
}

.large {
	font-size : 13pt;
	line-height : 15pt;
}

.teal {
	color : #4F818F;
}

.blue {
	color : #0054A6;
}

.red {
	color: #FF0000;
}

.ltred {
	color : #C5667B;
}

.ltteal {
	color : #92B1A1;
}

/*.green {
	color : #24744B;
}*/

.green {
	color : #456D58;
}

.vividteal {
	color : #008A77;
}

.darkgreen {
	color : #00584A;
}

.brown {
	color : #875522;
}

.hotpink {
	color : #EC008C;
}

.darkpink {
 	color : #C73152;
} 

.purple {
 	color : #814890;
}

.white {
	color: #EEEEEE;
}

.black {
	color : #000000;
}

.burgundy {
	color : #802833;
}

.orange {
	color : #F38C25;
}

.dustyrose {
	color: #C15F5E;
}

.footer {
	color: #333333;
	font-size : 10pt;
}

.strike {
	text-decoration: line-through;
}

.smallCaps {
	font-variant: small-caps;
}


A:Link {
	color: #0054A6;
	text-decoration : underline;
	background : transparent;
}

A:VISITED {
	color: #802833;
	text-decoration : underline;
	background : transparent;
}

A:Hover{
	color: #00584A;
	text-decoration : underline;
	}
	
/* used for home page announcement */	
div.announcement {
	float: right;
	width: 200px;
	font-size: 12pt;
	font-weight: bold;
	border: 1px dotted #000;
	padding: 8px;
	text-align: center;
}	
	
