html { 
  padding: 0px;
  margin: 0px;
}

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #9fb6cd;
  margin: 0px;
  padding: 0px;
}

a:link       { text-decoration: underline; color: #cc3300}
a:visited    { text-decoration: underline; color: #cc3300}
a:active     { text-decoration: underline; color: #cc3300}
a:hover      { text-decoration: underline; color: #cc3300}

.big {
  font-size: 13pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal; }

p {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

pre {
  font-size: 12px;
  margin: 10px 30px 15px 30px;
}

li,ol,ul {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}

td {
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
	
.container {
  width:600px;
  margin: 0px auto;
  padding:0px;
  text-align:left;
}

.content {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0px auto;
  text-align: left;
  background-color:#fff;
}

p.join {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px; }

p.flag {
  font-size: 15pt;
  font-weight: bold;
  text-align: center;
  background-color: #EEEEEE;
  border: #CCCCCC solid 1px;
  margin: 20px;
}

blockquote { 
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal; }

h3 {
  text-align: center;
  color: #333399 }

h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #000000 }

h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
  text-align: left;
	margin: 10px 30px 15px 30px;
  color: #000000 }

.h_yellow {
  background-color: #FFFFCC; }

.h_blue {
  background-color: yellow; }

.h_green {
  background-color: yellow; }

.h_pink {
  background-color: yellow; }

.green {
  color: #2e8b57;
}

.blue {
  color: #5d5dc0;
}

p.error {
  background-color: red;
  border: 2px yellow solid;
  padding: 5px;
	color: white;
	font-weight: bold;
}

p.success {
  background-color: blue;
  border: 2px yellow solid;
  padding: 5px;
	color: white;
	font-weight: bold;
}
