@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;	font-size: 10pt;
	color: #FFFFFF; text-align:left; vertical-align:top;
	/*background-color:#0099FF;*/
	margin: 0px 10px 0px 0px;
}
h1{
	font-size: 24px; /* optional. just to increase the font size. */
	display: block;font-weight:bold;
	color: #FFFFFF; /* shadow color */
	background-color: transparent;
}
h2{ font-family:Arial, sans-serif; font-weight:bold;
	font-size: 20px; /* optional. just to increase the font size. */
	display: block;
	color: #FFFFFF; /* shadow color */
	background-color: transparent;
	font-style:italic;
	padding-bottom:5px;
}

em { font-style:italic;}
ul{ line-height:normal; list-style: disc; list-style-type:disc; padding:0px 0px 0px 20px;}
li{font-weight:bold}
strong{ font-weight:bold}
a {color:#FFFFFF; text-decoration:underline}
