.left		{ text-align: left; }

body
		{ margin-left: 1em;
		margin-right: 1em;
		color: #000000;
		background: #FFFFFF;  	
		font-size: small;
		font-family: Verdana, Arial, Helvetica, Sans Serif }

p,li,ol,ul,i,a,div,tr,td,th
		{ font-size: small;
		font-family: Verdana, Arial, Helvetica, Sans Serif }
p		{ text-align: justify; }

h1,h2,h3,h4,h5,h6
		{ font-family: Verdana, Arial, Helvetica, Sans Serif; }

a:link, a:visited 	{ color: "#0000FF"; text-decoration:"none";}

a:active, a:hover 	{ color: "#FF0000";  cursor:hand; text-decoration:"none";}

.expandToggle { font-family: Verdana, Arial, Helvetica, Sans Serif;
		color: "#000000"; text-style: bold; font-size: 110%; }

h1
		{ font-size: 110%; }

h2
		{ font-size: 100%; }

/* we're just not gonna use these, ok? */
h3
		{ font-size: 110%; }

h4
		{ font-size: 110%; }

h5
		{ font-size: 100%; }


table
		{ background: #EEEEEE; padding: 2pt; }
		
th
		{ background: #dddddd; font-size: 80%; }
		
tr
		{ background: #EEEEEE; vertical-align: top; }

td
		{ background: #EEEEEE;
		vertical-align: top; font-size: 80%; }


/* Title */

.p0, .p1 {    
   font-family: "Wingdings";
   font-size: 100px;
   line-height: 110px;
   color: #dddddd;
   position: absolute;
}

.p0 {
   left: 20px;
   top: 40px;
}

.p1 {
   font-weight: bold;
   left: 30px;
   top: 0px;
}

.p2, .p3 {    
   font-family: "Impact", sans-serif;
   position: absolute;
}

.p2 {
   font-size: 60px;
   line-height: 70px;
   color: #d0d0d0;
   left: 140px;
   top: 10px;
}

.p3 {
   font-size: 50px;
   line-height: 60px;
   color: #c0c0c0;
   left: 200px;
   top: 40px;
   margin-left: 0px;
}

.p4 {
   margin-top: 105px;
}

