body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-repeat: repeat;
	border: 0px;
	padding: 0px;
	margin: 0px; 
	background-color:#494844;
	background-image: url(../img/bkgBody.jpg);
}

body td, body th {font-size: 12px;font-family: Arial, Helvetica, sans-serif;}

/* redundant selectors to help NS4 not forget */
h1, h2, h3, h4, {color: #999999; font-family:Tahoma, Arial, sans-serif;
	background: transparent;}
h1 {font-size: 1.4em;} /* they don't see this one */
h2 {font-size: 1.2em; /* subhead */
	border-bottom: 1px dotted #B9B598;}
h3 {font-size: 1.1em;} /* subhead 2 */
h4 {font-size: .9em;} /* subhead 3 */

div, p, th, td, ul, ol, li, dd, dl, dt, a {font-family: Arial, Helvetica, sans-serif;}
ol {list-style-position: outside;
	margin-left: 25px;}
ul {list-style-position: outside;
	margin-left: 20px;}
li {padding-left: -20px;
	padding-bottom: 5px;}
a {color: #001C4F;background: none;text-decoration: underline;}
a:hover {color: #CCC;text-decoration: underline;}
input, textarea, select, option {padding: 1px;
  margin: 0px;}

p {
	margin:0px;
	padding:0px;
}
  
.cmd{
	COLOR:#FFF;
	background-color:#001C4F;
	font-weight: 600;
	font-size: .9em;
}

form {color:#76705E;
	background: none;}
form p {margin-bottom: -10px;}
form h2 {font-size: 1.2em; /* subhead */
	border-bottom: 1px dotted #B9B598;}
form h3 {font-size: 1.1em;} /* subhead 2 */
form h4 {font-size: .9em;} /* subhead 3 */

/* classes */


/* #####  layout  ##### */
#container{
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto; 	
	text-align:left; 
	width: 996px;
}


