body, td, textarea, input, select{

	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: small;
}
body{
	margin: 10px;
	overflow: auto;
	background-color: #dfdfdf;
}
img{
	border: none;
	border-width: 0px;
}
a, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color:#cc0000;
}
select, input{
	vertical-align: middle;
}
form{
	display: inline;
	margin:0px;
}
.formListing{
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
.formListing td{
	vertical-align: middle;
	padding: 5px 15px 15px 0px;
}
.formListing th{
	text-align: left;
	vertical-align: top;
	padding: 5px 15px 15px 0px;
	line-height: 22px;
}
.err{
	color: #cc3300;
	background-color: #dcd82c;
	border: 1px solid #000099;
	font-weight: bold;
	padding: 10px 10px 10px 40px;
	text-align: left;
	background-image: url(/images/err.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5%;
	margin-right: 10%;
}
#mainTable{
	background-color: white;
	background-image: url(/images/logobg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 750px;
	margin: auto;
}
#topTD{
	border-top: 1px solid black;
}
#bottomTD{
	border-bottom: 1px solid black;
}
#leftTD{
	border-left: 1px solid black;
}
#rightTD{
	border-right: 1px solid black;
}
#menu img{
	margin-bottom: 20px;
}
#menu{
	width: 170px;
	float: left;
}
#menu a{
	display: block;
	padding-left: 23px;
	padding-top: 11px;
	margin-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: medium;
	color: #000066;
	border-bottom: 3px double #dfdfdf;
}
#menu a:hover, #menu a:active{
	background-image: url(/images/globsmall.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ba1302;
}
#menu #logoLink{
	border:0px none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding-right: 10px;
	background-image: none;
}
#menu #firstLink{
	border-top: 3px double #dfdfdf;
	padding-top: 5px;
	padding-top: 8px;
}
#submenu{
	border-bottom: 3px double #dfdfdf;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#submenu a{
	border: 0px none;
	font-size: small;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-right: 0px;
}
#submenu a:hover, #submenu a:active{
	background-image: none;
}
#mainDiv{
	border-left: 2px dotted gray;
	float: left;
	padding-left: 15px;
	width: 540px;
}
#banner{
	border-bottom: 2px dotted gray;
	margin-left: -15px;
	margin-bottom: 15px;
	padding-left: 30px;
	line-height: 40px;
	height: 47px;
	font-size: x-large;
	color: silver;
}
address{
	font-size: x-small;
	text-align: center;
}
fieldset{
	padding-left: 10px;
	margin-bottom: 30px;
	margin-right: 20px;
}
legend{
	margin-bottom: 10px;
	border: 1px outset;
	padding: 3px 10px;
	font-weight: bold;
	background-color: #ffffcc;
	color:#cc0000;
}
.contactControll{
	width: 200px;
}
h1{
	color:#cc0000;
	border-bottom: 3px double #dfdfdf;
	margin-right: 30px;
	font-size: large;
}
ul, p{
	margin-right: 30px;
	text-align: justify;
}
.prices{
	font-weight: bold;
}
.prices del{
	font-weight: normal;
}
.prices span{
	color: red;
	font-size: medium;
}
.orderLink{
	font-weight: bold;
	display: block;
	font-size: 15px;
	border: 2px solid blue;
	padding: 3px 5px;
	background-color: #ffffcc;
	color: #cc0000;
	float: left;
}
.orderLink:hover{
	border: 2px solid #cc0000;
	color: blue;
}
pre{
	margin-top: 0px;
	font-size: 12px;
	font-family: Courier New;
	overflow:auto; 
	width:485px;
	background-color: #ffffef;
	padding: 5px;
	border: 1px solid gray;
	display:none;
}
.codeSampleToggler
{
	margin-bottom: 5px;
	font-weight: bold;
	cursor: pointer;
	color:blue;
	text-decoration: underline;
}