font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: *;
}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	text-align:justify;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	text-align:justify;
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-align:justify;
}

.style4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-align:center;
	color:#ccccCC;
}

a:link {
	color: #0066CC;
	text-decoration: underline;
}

a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #0066CC;
	text-decoration: underline;
}

a:active {
	color: #0066CC;
	text-decoration: underline;
}

.nav:link {
	color: #cccccc;
	text-decoration: underline;
}

.nav:visited {
	color: #cccccc;
	text-decoration: underline;
}

.nav:hover {
	color: #cccccc;
	text-decoration: underline;
}

.nav:active {
	color: #cccccc;
	text-decoration: underline;
	}

body {
	background-color: #CCFFCC;
}

html {
		height: 100%;
		overflow: scroll;
}
	
#flashcontent {
		height: 100%;
}
	

body {
		height: 100%;
}

#navbar-iframe {
        height:0px;
        visibility:hidden;
        display:none;
}