body
 {
 	background-color: #414A53;
 	margin: 0px;
 	font-family: Arial;
	font-size:12px;
 }
 
a
 {
 	text-decoration: underline;
	color:#414A53;
	font-size:13px;
 }

a:hover
 {
 	text-decoration: none;
	color:#414A53;
	font-size:13px;
 } 
hr {color:#999999;} 
button { border-style:none; margin:0px;}
form {display:inline;}
td, textarea, input, select {
	font-family: Tahoma;
	font-size: 12px;
	color: #7D8381;
	font-weight: normal;
}
h1 { color:#000000;  display:inline; font-size:16px; margin:0px; border-bottom:1px dotted #d5d5d5;}
h2 {
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	color:#000000;
	padding:0px;
	margin:0px;
	display:inline;
}
img {margin:5px;   border:1px solid #D5D5D5; }
h3, h4 {color: #1e5ca9;}

p {padding-left:15px;}
.button
{border-style:none;}

#website
{	width:1060px;
	background-color:#FFFFFF; 
	border:2px solid #D5D5D5;
	margin-right:auto;
	margin-left:auto;}
#header {
  width: 1050px;
}

#content {
  width:1050px;
  padding:1px;
 
}
#footer {
  left: 0px;
  width: 1060px;
  border:1px solid #d5d5d5;
  clear:left;
}
