
body {
	font-size:		12pt;
 margin:			0px;
 padding:			0px;
 color:				black;
	font-family:			verdana, arial, helvetica, sans-serif;
	background-color:		white;
}

a {
 color:				#09c;
	text-decoration:	none;
}
a:link		{color:#09c;}
a:visited	{color:#07a;}
a:hover		{background-color: transparent;}

h1 {
 margin:		0px 0px 0px 20px;
 color:			#aaa;
	font-size:		12pt;
	margin-top:		30px;
	margin-bottom:	10px;
}

.text1 {
  font-size:		10pt;
  color:		#000000;
  text-align:		justify;
  padding-left:		40px;
  padding-right:	20px;
  background-color:	transparent;
}

.header	  {
 padding: 3px 10px 3px 20px;
	background-image:	url("../images/lightblue_to_alpha.png");
	 background-repeat:	repeat-y;
	 background-color:	transparent;
	 border-top:  1px solid #000;
	 border-bottom:  1px solid #000;
}
.right {
 padding: 5px 10px 3px 10px;
	text-align:	right;
	 font-size:		8pt;
}

.footer {
 padding: 1px 10px 1px 20px;
	text-align:	right;
	 background-image:	url("../images/alpha_to_lightblue.png");
	 background-repeat:	no-repeat;
	 background-repeat:	repeat-y;
	 background-position:right;
	 background-color:	transparent;
	 background-align: right;
	 font-size:		8pt;
	 border-top:  1px solid #000;
	 border-bottom:  1px solid #000;
}

.version {
 color:		#999900;
}

samp {
 color:			#999900;
	font-size:		9pt;
}

.small {
  font-size:		10pt;
}

.tiny {
  font-size:		8pt;
}

.tdm {
  font-size:		8pt;
	padding-left: 20px;
}

.date {
  font-size:		8pt;
  color:		#009900;
}

table, th, td {
	vertical-align: top;
}

table.screenshot {
 width:		100%;
}

td.screenshot {
 padding:		1em;
	vertical-align:	middle;
	text-align:		center;
	font-style:		italic;
}

img { 
	border-style:		none;
}
