body {
	background-color: #C0DCC0;
}
P {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-decoration : none;
 text-align : justify;
}
P.center {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
text-decoration : none;
 text-align : center;
}

P.left {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
text-decoration : none;
 text-align : left;
}

P.right {
 font-size : 12px;
 font-family : times new roman, times;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
text-decoration : none;
 text-align : right;
}

H2 {
 font-size : 14pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #84270E;
 text-decoration : none;
 text-align : center;
}

H3 {
 font-size : 12pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #84270E;
 text-decoration : none;
 text-align : center;
}
H3.left {
 font-size : 12pt;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #84270E;
 text-decoration : none;
 text-align : left;
}
H4 {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #000000;
 text-decoration : none;
 text-align : left;
}
H4.center {
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : bold;
 font-style : normal;
 color : #84270E;
 text-decoration : none;
 text-align : center;
}
UL {
 list-style-type: disk;
 font-size : 12px;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-decoration : none;
 text-align : left;
}

OL {
 font-size : 12px;
 list-style-type: decimal;
 font-family : arial,helvetica,Sans-Serif;
 font-weight : normal,bold,italic;
 font-style : normal,bold,italic;
 color : #000000;
 text-decoration : none;
 text-align : left;
}

Link {
  color : #84270E;
  text-decoration : none;
}
A:link {
color : #84270E;
text-decoration : none;
 }
A:visited {
 color : #84270E;
 text-decoration : none;
}
A:hover {
  color : #666666;
  text-decoration : underline;
}

#navigation, #developer {
	display: none;
}

#logo, #footer {

}

#body {
	background-color: #ECF4EC;
	background-image: url('imgs/gen/globe_bkg.jpg');
	width: auto;
}