/* Body */

body {
height: 100%;
margin-top: 1%;
padding: 0;
background-color: #181818;
font-family:sans-serif;
font-size:14px;
text-align:center;
}

/* hide from ie on mac \*/
html {
height: 100%;
overflow: auto;
}
	
#flashcontent {
height: 75%;
}
/* end hide */
	
/* Links */

a:link {color: #CCFFFF; text-decoration: none; background-color:transparent;}
a:visited {color: #66FFFF; text-decoration: none; background-color:transparent;}
a:hover {color: #66CCCC; text-decoration: none; background-color:transparent;}
a:active {color: #00CC99; text-decoration: none; background-color:transparent;}

/* Text */

p, h1, h2, a , table {
font-family: Helvetica,Arial,sans-serif;
text-align: center;
color: #FFFFFF;
}

p {
font-size: 12px;
}

/* Headings */

h1 {
font-weight: bold;
letter-spacing: 1px;
font-size: 16px;
}

h2 {
font-weight: bold;
letter-spacing: 1px;
font-size: 18px;
}

#textleft {
text-align: left;
margin-left: 2%;
}
