body {
    margin: 0;

}
td    {
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
text-align: left;
vertical-align: top }

p   {
color: black;
font-weight: normal;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
text-align: left }

strong {
font-weight: bold }

.navbar {
color: #000;
font-weight: normal;
font-size: 10px;
font-family: Verdana, Arial, sans-serif }

.navbar a:link  { color: #369 !important; text-decoration: underline }

.navbar a:visited  { color: #369 !important; text-decoration: underline }

.navbar a:hover
{ color: #000;
text-decoration: underline }

.navbar a:active
{ color: #fff;
text-decoration: none }

h1        { color: #666; font-size: 11px; font-family: Verdana, Arial, sans-serif; text-align: left; margin: 3px 0 6px }
body { background-color: #fff }
.indentedinformation  {
color: #696969;
line-height: 133%;
margin-left: 16px }

.indentallsides   {
margin-top: 16px;
margin-right: 16px;
margin-left: 16px }

a:link {
color: #4682b4;
text-decoration: underline }

a:visited {
color: #4682b4;
text-decoration: underline }

a:hover {
color: #f00;
text-decoration: underline }

a:active {
color: black;
text-decoration: none }

.colortype {
color: #556b2f }
a img { margin-top: 28px }
hr  {
color: #366 }

.imagemargin   {
margin-bottom: 6px;
margin-left: 9px }

.formbutton   {
font-weight: bold;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
padding: 3px;
border: solid 1px gray }

.forminput {
border: solid 1px gray }

select  {
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
border: solid 1px gray }

	/* use a semi-transparent image for the overlay */
	#overlay {
		background-image:url(http://static.flowplayer.org/img/overlay/transparent.png);
		color:#efefef;
		height:450px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:441px;
		overflow-y:auto;
	}

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(images/lBox/white.png);
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(images/lBox/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
