body, td, h1, h2, h3 {
	font-family: arial, verdana;
	font-size: 11px;
	color: #000000;
}

td.menu {
	color: #FFFFFF;
	font-weight: bold;
}

td.menu a {
	color: #FFFFFF;	
	text-decoration: none;
}

td.menu a:hover {
	color: #000066;
}

td.body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	padding: 10px;
	color: #000066;
	text-align: justify;
}

a {
	color: #000066;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	margin-left: 20px;
	margin-top: 30px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin-left: 50px;
	color: #000066;
}

h3 {
	font-size: 11px;
	color: #000066;
	font-weight: normal;
	margin-left: 50px;
	font-style: italic;
}

p {
	margin-left: 50px;
	margin-right: 60px;
	line-height: 1.6;
}


td.contact {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   100px;

  border:  0px solid black;
  padding: 2px 5px;

  background: #ff8800;

  text-decoration: none;
  font-family: Arial, Verdana, Sans-Sherif;
  font-weight: bold;
  font-size: 11px;
  color:   #FFFFFF;
}

div.sample_attach { text-align: center; height: 15px; padding-top: 5px; }

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
a.sample_attach:hover { color: #000066;}
div#sample_attach_menu_child             { border-bottom: 0px solid black; }


