body {
	margin: 0px;
	padding: 0;
	background:  #FFFFFF;
	font-size: 15px;
	color: #545454;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input, textarea, select {
  background-color: #9cf;
  color: #000;
  border: 2px #000;
  padding: 2px;
}
a:link {
	color: #7ACE11;
}
a:hover {
	text-decoration: none;
	color: #7ACE11;
}
#title_type {
  font-size: 22px;
  font-weight: bold;
  font: verdana,arial,helvitica;
}
p.main {
margin:3px 3px 3px 10px;
}
h1 {
	font-weight: bold;
	color: #484848;
	text-transform: uppercase;
	font-size: 24px;
}

a:link {
	color: #171F41;
	font-weight: bold;
}
a:visited {
	color: #171F41;
	font-weight: bold;
  }
a:hover {
	text-decoration: none;
	color: #7ACE11;
}

#search {
background: #005495;
padding: 2px;
}

#header {
  background-image:url('/design/gradient.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top right; 
  background: #14223D;
  font-size: 18px;
  color: #FFF0BF;
  width: 100%;
  height: 120px;
  margin: 0px auto;
  background-image:url('/design/gradient.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:top right; 
}
.head A:link {text-decoration:none; color: #FFC300;}
.head A:hover {background: #003EBA; color: #FFE3BF;}
.head A:visited {text-decoration:none; color: #FFC300;}
.head A:active  {text-decoration:none; color: #FF9000;}




