ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a:link, a:visited
{
  text-decoration: none;
  color:#727274;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-size: 10pt;
}

h1, h2
{
  display: none;  
}

p {
  margin-top: 12px;
  margin-bottom: 12px;
}

#logo {
  float:left;
  width: 160px;
}

#langs {
  float: left;
  clear: both;
  text-align: center;
  margin-left: 55px;
    
}

#langs li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

#langs li a {
  color: white;
}

.black {
  color: black !important;
}

#container {
  float: left;
  width: 750px;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
}

#banner {
  padding-top: 10px;
  padding-bottom: 10px;
}

#main_menu li {
  display:inline;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  text-transform: uppercase;
  font-weight: bold;
  color: #cccccc;
  font-size: 9pt;
}

#submenu ul {
  margin-top: 5px;
}

#submenu li {
  display:inline;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8pt; 
}

.title {
  margin-top: 25px;
  font-size: 110%;
  text-transform: uppercase;
  font-weight: bold;
}

.subtitle {
  font-weight: bold;
}

.body {
  margin-top: 25px;
  margin-bottom: 10px;
}

.page_images {
  padding: 20px;
}

.page_images a {
  padding: 10px;
  vertical-align: baseline;
}

.subpage {
  font-size: 90%;
  margin-left: 40px;
}

.subpage .title {
  text-transform: none !important;
}

fieldset {
border:1px solid #e5e5e5;
padding: 0px;
margin-top:5px;
margin-bottom:5px;
}

.form-row {
  border-bottom:1px solid #e5e5e5;
  clear:both;
  padding:8px;
}

.form-row-last {
  clear:both;
  padding:8px;
}

label {
  color:#666666;
  display:block;
  float:left;
  font-weight:normal !important;
  padding:0pt 1em 2px 0pt;
  text-align:left;
  width:9em;
}

body
{
  text-align: center !important;
}

body, td
{
  padding: 20px;
}

h1, h2
{
	display: block !important;
}

#menu {
	height: 40px;
	float:right;
}

#menu li
{
  display: inline;
  list-style-display: none;
  font-size: 1.15em;
  padding: 0 20px 0 20px;
}

div#header li.red, a.red:link, a.red:visited, a.red:hover
{
  color: red;
  border-right: none;
}

div#header li.purple, a.purple:link, a.purple:visited, a.purple:hover
{
  color: purple;
}

fieldset
{
	border:none;
}

.noshow {
	visibility: hidden;
}

.bold {
	font-weight: bold;
}