/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body, td, th, ul, p {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;	
/* 	font-family: "Times New Roman", "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-size: 12pt;
}
a, a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
	color: #05759f;
	font-weight: bolder;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans", "Gill Sans MT", sans-serif;
/* 	font-family: "Times New Roman", "Trebuchet MS", Arial, sans-serif; */
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 130%;
	color: #05759f;
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;	
/* 	font-family: "Times New Roman", Arial, Helvetica, sans-serif; */
	font-weight: bolder;
	line-height: 170%;
}
h2 {
	font-size: 120%;
	color: #4F4F4F;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96C832;
	line-height: 150%;
}
h3 {
	font-size: 90%;
	color: black;
/* 	color: #7DAA39; */
	background-color: #E6FFBF;
	width: 98%;
	padding: 1px 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC00;
	line-height: 100%;
}
h4 {
	font-size: 95%;
	font-weight: bolder;
	color: #333333;
	line-height: 200%;
}
h5 {
	font-size: 78%;
	color: #9D9D9D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000080;
	line-height: 150%;
}
h6 {
	font-size: 90%;
	color: #666666;
	line-height: 200%;
}
ul {
 list-style-type: square;
}
ul ul {
 list-style-type: disc;
}
ul ul ul {
 list-style-type: none;
}
hr {
	border-top: 1px dashed #666666;
	width: 100%;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
 }
/***********************************************/
/* Special tag styles                          */
/***********************************************/ 

#leftnav p {
	margin: 0 0 1em 0;
	color: #CC6600;
	font-size: 70%;
	line-height: 140%;
}
#leftnav img {
	display: block;
}
#content p {
	font-size: 90%;
	color: #333333;
	
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
}
.red {
	color: #990000;
}
/***********************************************/
/* Advertisement logos styles                  */
/***********************************************/ 
.compasswin
 {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;	
/* 	font-family: "Times New Roman", "Trebuchet MS", Arial, sans-serif; */
	font-size: 80%;
	color: #FFFFFF;
	background-color: #4ca71f;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 120%;
 }
.espresso
 {
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;	
/* 	font-family: "Times New Roman", "Trebuchet MS", Arial, sans-serif; */
	font-size: 80%;
	color: #FFFFFF;
	background-color: #7ab700;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 120%;
 }
 div.titleText ,.headText{
	color:#600000;
	font-weight: bolder;
}
ul.point >li{
  list-style-type: none;
 }
 
