body
{
	margin-top:0%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:0%;
	}
H1
{
font-family: times;
font-weight: bold;
font-size: 36pt;
color: #00B9B9;
margin-left: 0%;
margin-right: 0%;
}
H2
{
font-family: times;
font-weight: bold;
font-size: 16pt;
color: #000000;
margin-left: 0%;
margin-right: 0%;
}
H3
{
font-family: times;
font-weight: bold;
font-size: 14pt;
color: #000000;
margin-left: 0%;
margin-right: 0%;
}
H4
{
font-family: times;
font-weight: bold;
font-size: 12pt;
color: #000000;
margin-left: 0%;
margin-right: 0%;
}
H5
{
font-family: times;
font-weight: bold;
font-size: 10pt;
color: #000000;
margin-left: 0%;
margin-right: 0%;
}
H6
{
font-family: times;
font-weight: bold;
font-size: 7pt;
color: #00B9B9;
text-align:left;
}
li 
{ 
list-style-image: url('images/lii_dot.jpg');
color: #00B9B9;
margin-left:5%;
margin-right: 5%; 
line-height:190%;
font-family: times;
font-size: 12pt;
}
a {font-family:times; font-size:14pt}
a:link {color:#00B9B9;}
a:visited {color: #00B9B9;}
a:hover {text-decoration: none; color: #ff9900;
font-weight:bold;}
a:active {color: red;text-decoration: none}
}
blockquote {
background-image: url('images/shadetulip.jpg');
background-repeat: no-repeat;
width: 300px;
padding-left: 20px;
padding-right: 20px;
Padding-top: 20px;
padding-bottom: 20px;
}

/* player styling */ 
#player {     
	background-image:url('http://static.flowplayer.org/img/home/flow_eye.jpg');
    width:400px;     
    height:300px;     
    display:block;     
    text-align:center;     
    margin:15px auto 
}  
    
/* play button */ 
#player img {     
    margin-top:110px;             
    border:0px; 
}  

/* style for the player's wrapper element */ 
#player_wrap {     
	background:#ccc url('/img/global/gradient/h600.png') repeat-x 0 0;
	width:745px;     
	border:2px solid #fff;     
	outline:1px solid #789;         
	-moz-outline-radius:4px;     
	margin-bottom:15px     
}  

/* override buffer color from controls-apple.css */ div.controls div.buffer {     
background-color:#789; 
}