h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-large;
	font-style : normal;
	font-variant : small-caps;
	font-weight : bold;
	color : #0063CE;
}
h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
}
h3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	color : #333333;
	font-weight : bold;
	margin-left : 10px
}
p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	color : #333333;
	text-align : left;
	margin-left : 10px
}
td{
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-style : normal;
	font-variant : normal;
	color : #333333;
	text-align : left;
	margin-left : 0px
	margin-right : 0px
	margin-top : 0px
	margin-bottom : 0px
}
a{
	color : #333333;
	text-decoration : none;
}
a:hover{
	color : Red;
	text-decoration : underline;
	
}
ul{
	list-style : square inside url(image/bullet.gif);
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	color : #333333;
	text-align : left;
}
table(
	margin-left : 0px
	margin-right : 0px
	margin-top : 0px
	margin-bottom : 0px
}
tr(
	margin-left : 0px
	margin-right : 0px
	margin-top : 0px
	margin-bottom : 0px
}
