/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body {
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	background: #fff;
	color: #000000;
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #e05e2f; background: inherit; }

h1 {
	font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif;
	padding: 7px 0 0 8px;
	margin: 0;
	line-height: normal;
}
h1 a { color: #224071; background: inherit; }
h1 a:hover { color: #e05e2f; background: inherit; }
.orange {
	color: #e05e2f;
	font-weight: bold;
}
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #e05e2f; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {
	margin: 5px;
}

ul { list-style : none; }

/* for all browsers that understand min-width */
.width {width:100%; min-width:980px;}

/* the bodge for IE6 browsers */
* html .minwidth {border-left:980px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-962px; position:relative; float:left; z-index:2;}

/* layout
   ------ */

.page-body {
	width:70%;
	min-width:700px;
	margin: 0 auto;
	border: 1px solid #000000;
}
.bigtable input {
	width: 350px;
	background-color: #E5E5E5;
}
.bigtable  textarea {
	width: 350px;
	background-color: #E5E5E5;
}
.bigtable {
	width: 700px;
	margin: 0 auto;
}

