
/* Standard CSS for FiberSat Global Services - Vortex. */
/* Copyright (C) 2003 by FiberSat Global Services */

/* Generic elements */

body
	{
	background: #ffffff url('images/vortexwebbgwm.jpg') fixed;
	color: #000000;
	margin: 0;
  font-size: 8pt;    
  font-family:Arial, Sans Serif; 
  background-image:url('images/vortexwebbgwm.jpg'); background-attachment:fixed
  }
  
a:link, a:visited
	{
	color: #003399;
	}

a:active
	{
	color: #666666;
	}
  
a:hover
	{
	color: #A80056;
	}

img.noborder
	{
  border: none;
	}

h1
	{
	color: #000000;
	font-size: 12pt; 	
	}

h2
	{
	color: #000000;
	font-style: normal; 
	font-size: 18pt; 
	font-weight: normal; 
	}

h3
	{
	color: #000000;
	font-weight: normal; 
	font-style: normal; 
	font-size: 14pt; 
	vertical-align: none; 
	text-align: none;    
	}

h4
	{
	color: #000000;
	font-size: 12pt; 
	font-weight: normal; 
	font-style: normal; 
	}

h5
	{
	color: #000000;
	font-style: normal; 
	font-size: 10pt; 
	font-weight: normal;   
	}

h6
	{
	color: #000000;
	font-weight: normal; 
	font-style: normal; 
	font-size: 8pt;   
	}
	
hr
	{
	border-top: none;
	border-right: none;
	border-bottom: thin solid #000000;
	border-left: none;
	}

/* Uncomment the following two sections to see table borders for debugging */
/*
table
	{
	border: thin dotted #660066;
	}
th, td
	{
	border: thin dotted #006666;
	}
*/

table.header
	{
	width: 100%;
	margin-bottom: 1px;
	border-bottom: 2px solid #A80056;
	}

table.header td.left
	{
	text-align: left;
  width: 33%;
	}

table.header td.center
	{
	text-align: center;
	font-size: 14pt;
  width: 33%;
	}

table.header td.center sup
	{
	font-size: 8pt;
	}

table.header td.right
	{
	text-align: right;
  padding-right: 0.5em;
	}

table.header td.right-logo
	{
	text-align: right;
	}

table.middle
	{
  width: 100%;
	}

table.middle td.content
	{
	padding: 1em;
	font-size: 8pt;
	}

	
	
table.main
		{
    background: #555555;
		font-size: 8pt;
		margin-top: 0em; 
		margin-bottom: 0em;
    }
    
table.filter
	{
	font-size: 8pt;
	}
		
table.filter th
		{
    text-align: left;
		background: #777777;
		vertical-align: top;
		padding: .2em;
		padding-left: .45em;
		padding-right: .5em;
    }
	
table.filter tr
		{
    vertical-align: top;
		background: #999999;
    }

table.filter td
		{
    background: #dddddd;
		vertical-align: top;
		padding: .2em;
		padding-left: .45em;
		padding-right: .5em;
    }
	
	
	
	
table.main
		{
    background: #888888;
		margin-top: .2em; 
		margin-bottom: 0em;
    }
		
table.main th
		{
    text-align: left;
		background: #DDDDDD;
		vertical-align: top;
		padding: .2em;
		padding-left: .45em;
		padding-right: .5em;
    }
	
table.main tr
		{
    vertical-align: top;
    }

table.main td
		{
    background: #EEEEEE;
		vertical-align: top;
		padding: .2em;
		padding-left: .45em;
		padding-right: .5em;
    }
