/*      ---------------------------------
       |       Global Declarations       |
	---------------------------------*/

body,td, p {

	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height : normal;
}

P.footer {
	font: 9px Arial, Helvetica, sans-serif;
}

p {
	margin: 0px 5px 5px 15px;
}
ul{
	padding-bottom : 0;
	padding-top : 0;
	margin-top : 0;
	margin-bottom : 0;
}
li{
	margin : 0 2px 2px;
	padding-bottom : 0;
	padding-top : 0;
}

h1 {
	font-size: 20px;
	color : #333399;
	margin: 0px 5px 5px 15px;
	font-family : "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	color : #CC9966;
	margin: 5px 5px 5px 15px;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
}
h3 {
	font-size: 14px;
	color : #CC9966;
	margin: 0px 5px 5px 15px;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
}
h4 {
	font-size: 12px;
	color : #333399;
	margin: 0px 5px 5px 15px;
	font-family : "Times New Roman", Times, serif;
}
h5 {
	font-size: 12px;
	color : Silver;
	margin: 0px 5px 5px 15px;
}
h6 {
	font-size: 16px;
	color : Silver;
	margin: 0px 5px 5px 15px;
}

a:link, a:active {
	text-decoration: none;
	color: #0000CC;
}	

a:visited {
	text-decoration: none;
	color: #333399;
}

a:hover {
	text-decoration: underline;
	color: Blue;
}	

