@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;		
}

p {
	font-family: inherit;
	font-size: 14px;
	text-align: left;
	padding-bottom: 15px;
}

h1 {
	font-family: inherit;
	font-size: 26px;
	font-weight: lighter;
	color: #FFF;
	text-align: left;
	padding-top:10px;
	padding-left:20px;
	letter-spacing: 1px;
}

h2 {
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
}

.flags h2 {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.flags li {
	font-size: 12px;
	line-height:120%;
}

h3 {
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-bottom: 15px;
}

h4 {
	font-family: inherit;
	font-size:24px;
	font-weight:bold;
	padding-top:15px;
	padding-top:15px;
	padding-bottom: 15px;
}

a:link {
	font-family: inherit;
	color:#e31f7e;
	text-decoration: underline;	
}      
a:visited {
	font-family: inherit;
	color:#e31f7e;
	text-decoration: underline;
}
a:hover {
	font-family: inherit;
	color:#f19b00;
	text-decoration:underline;
}  
a:active {
	font-family: inherit;
	color:#8F008F;
	text-decoration:underline
}

#headerContact {
	font-family: inherit;
	font-size: 18px;
	font-weight: normal;
	color: #e31f7e;
	text-align: right;
	width: 235px;
}


.mainNav {
	font-size: 22px;
	font-weight: lighter;
	color: #FFF;
}

.mainNav a:link {
	color:#FFF;
	text-decoration: none;	
}      
.mainNav a:visited {
	color:#FFF;
	text-decoration: none;
}
.mainNav a:hover {
	color:#FFF;
	text-decoration:underline;
}  
.mainNav a:active {
	color:#0000FF;
	text-decoration:underline
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;		
}

ul.c {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
#footer {
	font-family: inherit;
	font-size: small;
	color: #999;
}

#footer a:link {
	font-family: inherit;
	text-decoration:none;
	color: #000;
}
#footer a:visited {
	font-family: inherit;
	text-decoration:none;
	color: #000;
}
#footer a:hover {
	font-family: inherit;
	text-decoration:underline;
	color: #000;
}
#footer a:active {
	font-family: inherit;
	text-decoration:underline
}
