body  { 
	color: #000000; 
	font-size: small; 
	font-family: Verdana, sans-serif; 
	margin: 0; 
	padding: 0;
}
div {
	padding: 0;
	margin: 0;
}
dd a {
	color: #272;
	font-weight: bold;
	text-decoration: none;
}
dd a:hover {
	color: #272;
	font-weight: bold;
	text-decoration: underline;
}
p, li, td {
	font-size: 10pt;
	color: #444;
}
p a {
	color: #272;
	font-weight: bold;
	text-decoration: none;
}
p a:hover {
	color: #272;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 14pt;
}
h2 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}
h3 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 11pt;
}
#wrap {
	padding: 0;
	background: url(picts/bg.jpg); 
}
#header {
	background: #f6f0ec;
}
#head1 {
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #555;
}
#head2 {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #888;
}
#head3  { 
	color: #222; 
	font-size: 14pt; 
	font-family: Verdana, sans-serif; 
	font-weight: bold; 
	text-align: center; 
	text-transform: uppercase; 
}
#nav  { 
	margin: 0; 
	width: 20%; 
	float: left; 
}
#menu {
	background: #4a4;
	font-size: 10pt; 
	text-align: center;
	padding: 8px 12px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	margin-top: 15px;
	margin-left: 20px;
}
#menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#menu1 {
	background: #272;
	color: #fff;
	font-size: 10pt; 
	font-weight: bold;
	text-align: center;
	padding: 8px 12px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	margin-top: 15px;
	margin-left: 20px;
}
#menu1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu1 a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#menu2 {
	padding: 1px 12px;
	font-size: 10pt; 
	text-align: right;
	border-style: none;
	margin: 0;
}
#menu2 a {
	color: #282;
	font-weight: bold;
	text-decoration: none;
}
#menu2 a:hover {
	color: #282;
	font-weight: bold;
	text-decoration: underline;
}
#menu3 {
	border-style: none;
	margin-top: 15px;
	margin-left: 50px;
}
#main {
	float: right;
	width: 70%;
	margin-top: 15px;
	margin-right: 15px;
}
#frame img {
	padding: 4px;
	border: 1px solid #dee;
	border-bottom-color: #ccd;
	border-right-color: #ccd;
	background: #fff;
}
#footer {
	clear: both;
	margin-left: 15px;
	margin-right: 15px;
}
#copy {
	text-align: right;
	font-size: 9px;
	color: #888;
}
#copyl {
	font-size: 9px;
	color: #888;
	float: left; 
}
#notein {
	padding: 8px;
	border-style: solid;
	border-color: #4a4;
	border-width: 2px;
}
#notein h2 {
	text-align: center;
}
#notein p {
	text-align: center;
}

/* ContactUs */
.filledtable {
  background : #272; 
  border-color : #272;

  font-family : Arial, sans-serif;
  font-weight :bold;
  color : #ccc;
  text-decoration : none;
}
.filledtable  a {
	color: #CC0;
}
.forScreen {
}
.forPrinter {
	display : none;
	width: 0;
}

