body {
	text-align: center;
	font-family:Verdana;
	font-size: small;
	font-style: normal;
	color: #353535;
	background-color: #444444;
	margin-top: 10px;
}

div.main {
	padding: 10px;
	border-style: solid;
	width: 600px; 
	background-color: #F4F4F4;
	border-width: 0px;
	display: inline-block;
}

div.block1 {
	text-align: left;
	padding: 10px;
	background-color: #777777;
}

div.block2 {
	text-align: left;
	padding: 10px;
	background-color: #888888;
}

div.block3 {
	text-align: left;
	padding: 10px;
	background-color: #999999;
}

div.block4 {
	text-align: left;
	padding: 10px;
	background-color: #AAAAAA;
}

div.top {
	padding: 10px;
	border-style: solid;
	border-color: #004E9D;
	border-width: 10px;
	background-color: #3A8AD3;
	text-align: left;
	display: inline-block;
}

div.bottom {
	padding: 10px;
	border-style: solid;
	border-color: #99CB34;
	border-width: 10px;
	background-color: #D5F0A3;
	text-align: left;
	display: inline-block;
}

div.credit {
	font-size: 10px;
	color: #000000;
}

span.date {
	font-family: Courier New;
}

span.status {
	font-family:Arial;
	text-align:left;
	color: #FFFFFF;
}

h3 {
	font-family:Arial;
	text-align:right;
	color: #FFFFFF;
}

/*
form {
	width: 315px;
	text-align:center;
}
*/

p {
	text-align:left;
}

p.about {
	text-align: justify;
	text-justify: newspaper;
}

/*
li { 
	text-align: center;
}
*/

label,input {
	margin-top: 2px;
	height:16px;
}

label {
/*	text-align: right;*/
	width:77px;
/*	background-color: #4897DE;*/
	float: left;
/*	padding-right: 20px;*/
}

textarea {
	margin-top: 2px;
	width:298px;
	height:75px;
	border-width:0px;

	font-family:Verdana;
	font-size: small;
	font-style: normal;	
}

input {
/*	float: left; */

	width:300px;
	border-width:0px;
/*	background-color: #F4F4F4;	*/

	font-family:Verdana;
	font-size: small;
/*	color: #353535;*/
	font-style: normal;	
}
/*
label.last,input.last {
	margin-bottom: 0px;
	height:16px;
}
*/

input.textbox {
	height: 14px;
	width:298px;
}

input.PayPalLogo {
	height: 31px;
	width:62px;
}

span.omenom0 {
	display: block; 
	background-color: #D5F0A3;
}

span.omenom1 {
/*	border-style:dotted;
	border-width:1px 0px 1px 0px; */
	background-color: #E2F9B8;
	display: block; 	
}

div.checkout {
	text-align:right;
}

span.progname {
}

th.option {
	width:150px;
}
th.shortcut {
	width:100px;
}
th.description {
	width:320px;
}
th.date {
	width:90px;
}
th.version {
	width:70px;
}
td {
	vertical-align:text-top;
}
tr {
	background-color: #AAAAAA;
}

A.anker {
	font-family:Arial;
	text-align:right;
	color: #FFFFFF;
	text-decoration: none;
}

A {
	color: #353535;
	text-decoration: underline;
}

a img {
/*	border: solid; */
	border-style: solid;
	border-color: #FFFFFF;
} 

a.credit {
	color: #FFFFFF;
	text-decoration: none;
}

ul.images {
	margin-left: 25px;
	white-space: nowrap;
}
li.images {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}
li.imageslast {
	list-style-type: none;
	display: inline;
	padding-right: 0px;
}

/*
A:link {
	text-decoration: underline;
}

A:visited {
	text-decoration: none;
}

A:active {
	text-decoration: underline;
}

A:hover	{
	text-decoration:underline;
}
*/