/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #000000;
	text-align: left;
	font: 101%/1.3 Arial, Helvetica, sans-serif;
}

a{
	color: #CC6600;
	text-decoration: none;
}

a:link{
	color: #336699;
	text-decoration: none;
}

a:visited{
	color: #336699;
	text-decoration: none;
}

a:hover{
	color: #CC6600;
	text-decoration: underline;
}

h1{
	color: #000000;
	margin: 20px 0px 0px;
	padding: 0px;
	font-size: 101%;
	font-weight: bold;
}

h2{
	color: #666666;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 91%;
	font-weight: bold;
}

h3{
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 91%;
	font-weight: bold;
}

h4{
	font-size: 91%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
ul{
	list-style-type: square;
	
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}
table {
	border: none;
}
tbody {
	border: none;
}
td {
	border: 0px none;
}
