

body, table, tr, td, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	border-spacing: 0;
 	border-collapse: collapse; 
	border-style: none;
	padding: 0;
	empty-cells: show;
	vertical-align: top;
	color: #443;
	font-family: Georgia, serif;
	font-size:   12px;
	line-height: 17px;
	font-weight: normal; }

body {
	padding: 30px;
	background-color: #FFF;
	background-image: url("../MEDIA/GLOBAL/Background.gif"); }

a:link, a:link h2, a:link h3 {
	background-color: transparent;
	color: #F30; 
	text-decoration: none; }

a:visited, a:visited h2, a:visited h3 {
	background-color: transparent;
	color: #F30;
	text-decoration: none; }

a:hover, a:hover h2, a:hover h3	{
	background-color: #F30;
	color: #FFF;
	text-decoration: none; }

a:active, a:active h2, a:active h3 { 
	background-color: transparent;
	color: #F30;
	text-decoration: none; }





h1 { }
h2 {
	color: #221;
	font-size:   36px;
	line-height: 36px;
	font-weight: bold; }
h2 .smallcaps {
	text-transform: uppercase;
	font-size: 32px; }
h2+h3 {
	padding-top: 40px; }
h3 {
	padding-bottom: 15px;
	color: #443;
	font-size:   18px; 
	line-height: 20px; }
h3 .smallcaps {
	text-transform: uppercase;
	font-size: 15px; }
/* h1+p, h2+p, h3+p {
	padding-top: 15px; } */
h4 {
	display: inline;
	font-size: 10px; 
	text-transform: uppercase; }
h4:first-letter {
	font-size: 11px; }
h4+p {
	display: inline; }
h4>p {
	display: inline; }
p+h5 {
	padding-top: 15px; }
h5 {
	color: #AA9;
	font-size: 11px; }
h5+h6 {
	padding-top: 15px; }
h6 {
	color: #CCB;
	font-size: 11px; }
p {
	margin:  0;
	padding: 0; }
/* p+p {
	text-indent: 15px; } */
p.indent {
	text-indent: 15px; }
p.nodent {
	text-indent: 0; }
blockquote {
	margin:  0;
	padding: 15px 20px 15px 15px;
	font-size: 11px; 
	font-style: italic; }
code {
	font-size: 10px; }
strong {
	color: #221;
	font-weight: bold; }
.smallcaps {
	/* text-transform: capitalize;
	font-variant: small-caps; */
	text-transform: uppercase;
	font-size: 10px; }




img {
	border: none; }
ol, ul, li {
	margin:  0;
	padding: 0;
	list-style: none; }
dl, dt, dd, p, form, input, address {
	margin:  0;
	padding: 0;
	font-style: normal; }
input {
	background-color: #EEE; }




.box {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #FFF;
	background-color: #FFF;
	padding: 10px; }

.box:hover {
	border: 1px solid #AAA; }




.active a:link {
	background-color: transparent;
	color: #333; 
	text-decoration: none; }

.active a:visited {
	background-color: transparent;
	color: #333;
	text-decoration: none; }

.active a:hover	{
	background-color: transparent;
	color: #333;
	text-decoration: none; }

.active a:active { 
	background-color: transparent;
	color: #333;
	text-decoration: none; }



