P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-left : 10px;
	margin-right : 10px;
}

H1 {
	font-family:  Arial, Helvetica, sans serif;
	font-size: 16pt;
	font-weight : bold;
	color : Blue;
	font-style : normal;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 14pt;
	color : #000000;
	margin-bottom : 1%;
}
.clear {	color : #eeeeee;}
.bold { 	font-weight : bold;}
.center { text-align : center; }
.right {	text-align : right;}
.centerbold { text-align : center; 	font-weight : bold; }
.rightbold { text-align : right; font-weight : bold;}
.italic { font-style : italic; }
.copyr {font-family : Verdana, Arial, Helvetica, sans-serif; 	font-size : 8pt; }

 
.blue {	color : #0000ff;}
bluebold { color : #000099; font-weight : bold; }
.red {	color : #cc0000;}
.redbold {	color : #cc0000; font-weight : bold;}
.green {	color : #009900;}
.greenbold {   color : #009900; font-weight : bold; }


A:link { color: #0000ff; font-family : Verdana, Arial, Helvetica, sans-serif; text-decoration : underline; }
A:visited { color: #009900; text-decoration : underline; }
 A:hover { color : #FF0000; }
 A:active {	color: #00cc00; text-decoration : underline;}

#tour a:link {
	color : #0000ff;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
#tour a:visited {
	color: #009900;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
#tour a:hover{
	color : #ff0000;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
#tour a:active {
	color : #00cc00;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
 #cover A:link {
	color : #0000ff;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}
 #cover A:visited {
	color: #009900;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}
 #cover A:hover {
	color : #ff0000;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}
 #cover A:active {
	color : #00cc00;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}
 
 
#navbar A {
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight : bold;
}
#navbar A:link { color : #000000;}
#navbar A:visited {  color: #000099;}
#navbar A:hover {	color : #ff0000;}
#navbar A:active {  color: #00ff00; }

OL {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	list-style-type : decimal;
	list-style-position : outside;
	line-height : 2.5ex;
}

UL {
	list-style : disc outside;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-bottom : 1%;
}
LI.a {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	list-style-type : lower-alpha;
	list-style-position : outside;
}
LI.plain {
	list-style-type : none;
}
