@charset "utf-8";
/* CSS Document */
body {
	background-image: url(img/clouds.jpg);
	background-color: #9CF;
	background-repeat: no-repeat;
}
a {  
	text-decoration: none;
}
.Nav-Tag {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-align: center;
	color: #CCC;
}
.Text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #DDD;
	text-align: left;
}
.Text-Link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #BBB;
}
.Text-Dark {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.Header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #FFC;
}
.Sub-Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #ffc;
}
.Space {
	font-size: 9px;
}
.Tiny {
	font-size: 4px;
}
.Text-Left {
	text-align: left;
}
