
.txt {font-weight:bold;font-family:Times New Roman,Helvetica,sans-serif; font-size:24px; text-align:center; text-decoration:none;color:#333300;}
.txt2 {font-weight:bold;font-family:Times New Roman,Helvetica,sans-serif; font-size:24px; text-align:left; text-decoration:none;color:#333300;}
.txt_black {font-weight:bold;font-family:Times New Roman,Helvetica,sans-serif; font-size:24px; text-align:center; text-decoration:none;}

td {font-family:Times New Roman,Helvetica,sans-serif; font-size:18px; text-decoration:none;}

h1 {font-weight:bold;font-family:Times New Roman,Helvetica,sans-serif; font-size:64px; text-align:center; text-decoration:none;color:#333300;}

a.menu:link, a.menu:visited, a.menu:active	{font-weight:bold;font-family:Times New Roman,Helvetica,sans-serif; font-size:18px; color:#333300; text-align:left; text-decoration:underline;} 
a.menu:hover	{font-weight:bold;font-family:Times New Roman,Helvetica,sans-serif; font-size:18px; color:#EE0000; text-align:left; text-decoration:underline;}

input[type="text"],input[type="file"],input[type="password"],select,textarea {
	background-color	:ffffff;
	color				:#203040; 
	font-size			:14px;
	font-family			:Times New Roman;
	text-decoration		:none;

	border:1px solid;
    border-top-color:#acb2b8;
    border-left-color:#acb2b8;
    border-right-color:#acb2b8;
    border-bottom-color:#acb2b8;
    
    margin:1px;
	}
input[type="submit"] {
	font-size			:14px;
	font-family			:Times New Roman;
	text-decoration		:none;
	text-transform: uppercase;
	color: #000000;
	background-color:#c9ccd1;
	margin:3px;
  	}
input[type="checkbox"] {
	border:0px;
	font-size			:14px;
	font-family			:Times New Roman;
	text-decoration		:none;
	text-transform: uppercase;
	color: #000000;
	background-color:#c9ccd1;
	/*margin:3px;*/
  	}  	

table.price {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
}
table.price th {
	border-width: 1px;
	padding-left: 4px;
	border-style: solid;
	border-color: #000000;
	text-align:left;
}
table.price td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #000000;
	text-align:center;
}


table.order {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
}
table.order th {
	border-width: 1px;
	padding-left: 4px;
	border-style: solid;
<!--	background-color: #333300;-->
	-moz-border-radius: ;
	text-align:center;
	font-size:20px;
}
table.order td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	-moz-border-radius: ;
	text-align:left;
}
