body	{	
	background: #330099;
	font-size:	12pt;
	font-weight:	normal;
	color: #ffffff;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	comic sans, tempus sans, sans-serif;
	font-size-adjust:	.58;
	margin-top:0;
	margin-left:0;
	}	

p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	/* inherit from body */	
	margin-left:	8%;
	margin-right:	5%;
	padding-left:	0;
	padding-right:	0;
	}	

small	{	
	font-size:	8pt;
	}	

big	{	
	font-size:	1.17em;
	}	

pre	{	
	font-family:	'monotype.com', courier new, monospace;
	}	

ol li	{	
	list-style-type:	decimal;
	}	

ol ol li	{	
	list-style-type:	lower-alpha;
	}	

ol ol ol li	{	
	list-style-type:	lower-roman;
	}	

form {
  margin: 0px;
}	

input, select, textarea { 
	    	font-family : arial, helvetica, sans-serif ; 		/* formtextface */
			font-size : 11px ;					/* formtextsize (include units) */
			margin-top : 3px ;					/* formverticalmargin (include units) */
			margin-bottom : 3px ;					/* formverticalmargin (include units) */
			background : #ffffff ;					/* formbgcolor */
			color : #000000 ; }					/* formtextcolor */

img {
	border:0px;
}

table		{
margin-top:0;
margin-left:0;
}

table, tbody, tr, td	{	
	background; transparent;
	font-color: #ffffff;
	color: #ffffff;
	font-size:	12pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	comic sans, tempus sans, sans-serif;
	font-size-adjust:	.58;
	vertical-align:  top;
	}	

pre, code, tt	{ font-size:	12px; }
		
h1	{	
	font-family:	comic sans, tempus sans, sans-serif;
	font-size-adjust:	.4;
	font-size:	2.0em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-left:8;
	}	
		
h2	{	
	font-family:	comic sans, tempus sans, sans-serif;
	font-size-adjust:	.4;
	font-size:	1.75em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-left:8;
	}	
		
h3	{	
	font-family:	comic sans, tempus sans, sans-serif;
	font-size:	1.58em;
	font-weight:	600;
	font-style:	italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-left:8;
	}	
		
h4	{	
	font-family:	comic sans, tempus sans, sans-serif;
	font-size-adjust:	.4;
	font-size:	1.33em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-left:10;
	}	
		
h5, dt	{	
	font-family:	comic sans, tempus sans, sans-serif;
	font-size-adjust:	.4;
	font-size:	1.17em;
	font-weight:	600;
	font-style:	italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-left:8;
	}	
		
h6	{	
	font-family:	comic sans, tempus sans, sans-serif;
	font-size-adjust:	.4;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.1em;
	font-variant:	small-caps
	}	
		
tfoot, thead	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	comic sans, tempus sans, sans-serif;
	font-size-adjust:	.4;
	}	
		
th	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	comic sans, tempus sans, sans-serif;
	font-size-adjust:	.4;
	}	

		
a:link	{	
	text-decoration:	none;
	font-weight:	bold; 
	color:	#ffcc00;
	background:	transparent;
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#cc3333;
	background:	transparent;
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#336600;
	background:	#ffff99;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#ffcc00;
	background:	#990000;
	}	