@charset "utf-8";
/* CSS Document */
body {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 85%;
}


div#content h2 {
	color: #CCCCCC;
	font-size: 14px;
	}
div#content h3 {
	color: #CCCCCC;
	font-variant: small-caps;
	}
	
div#footer p {
	margin: 2px 0;
	margin-top: 20px;
	font-size: 0.8em;
	color : #333333;
	text-align: center;
	vertical-align: text-top;
	}
	
div#footer a {
color:#333333
}
	
a {
	color: #CC6666;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #CC66CC;
	text-decoration: underline;
	}
	
div#content li {
	padding-left: 20px;
	}
div#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	color: #FF6668;
	}h1 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 20px;
	color: #9ACCFF;
}

.contact{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-left: 10px;
}
.flag {
	text-align: right;
	margin: 5px;
	float: right;
}

