﻿body{
margin-top: 2px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 50px;		/* This value sets the distance of the bottom of the  */
                            /* player and the links. In general for 1 line use 38px */
                            /* for 2 lines use 50px, and for 3 lines use 62px    */
background-color: #007D68;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
color: #FFFFFF;
}
/* Following are link color fields */
a
{
	font-size:12px; /* Note, links inherit from parent font information */
	color: #CCCCCC; /* Links not clicked yet */
}
a:visited
{
  color: #CCCCCC;  /* Links that have been visited yet */
}

a:hover
{
  color: #CCCCCC;   /* Links that the mouse is hovering over */
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}

/* Bottom links style information */
#GMLinks
{   
	/* note, links inherit their colors from the 3 link styles above */
	
	color: #999999; /* The color value affects non link text in this section such as copyright */
	font:arial;
	bottom:6px;
	width:98%;	   /* Changing this to 100 may cause scroll bars to appear in FF */
	border-style:none;
	overflow:hidden;
	text-align:center;
	position:absolute;

}

/* This Style section affects the No-Javascript and No-Flash error message appearance */
#innerinfo
{
	
    margin: 50px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
/* This section affects the size of the pixel for any link in the No-JS and No-Flash error messages */
#innerinfo a
{
	font-size: 14px;
	/* You can introduce colors for the links here that will only affect this block */
}

/* This Style section affects only the top "error alert" message in the web page */


/* Do not change flash content information */
#flashcontent{
	height:100%;
	width:100%;
	position:relative;
}

