	
/* hide from ie on mac \*/
html {
height: 100%;
overflow: hidden;
}
a:link {
	color: #CCFFCC;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CCFF99;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
 color: #99FF99;
 font-weight: bold;
}
#links {
	float: right;
	padding-right: 50px;
	font-family: Verdana, Geneva, sans-serif;
}
a {
 font-weight: bold;
}
a:active {
color: #6699FF;
}
.email {
	color: #CCCCCC;
	float: right;
	
}
.email a {
	color: #CCCCCC;
	text-decoration: none;
	
}
.email a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
}
#flashcontent {
	height: 100%;
	margin-top: -60px;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #666666;
	font-size: 12px;
	color: #FFFFFF;
	}
	p {
text-align: justify;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 600px;
margin: auto;
padding: 30px 50px 20px;
color: #ccc;
word-spacing: 1px;
}


.alert {
 font-size: 14px;
 color: #CCCCCC;
 font-weight: bold;
}
.whitetext {font-size: 12px; color: #FFFFFF; }
   
