body		
	{ 
		background: black;
		color: black;
		font-family: Gill Sans, arial, helvetica, sans-serif;
		font-size: medium
	}
	
.maintab
	{
		border: 1px solid;
		border-color: black;
		background-color: white;
		width: 800px;
		height: 100%;
		padding: 10px
	}
	
td.galtab
	{
		border: 1px solid black;
		font-family: Gill Sans, arial, helvetica, sans-serif;
		background-color: white;
		color: black;
		font-size: 10pt;
		padding: 8px;
		padding-bottom: 40px
	}

td.basictab
	{
		border: 1px solid;
		border-color: black;
		background: white;
		color: black;
		font-family: Gill Sans, arial, helvetica, sans-serif;
		font-size: small;
		padding: 2px
	}

td.arctab
	{
		border: 1px solid black;
		font-family: Gill Sans, arial, helvetica, sans-serif;
		background: white;
		color: black;		
		font-size: 9pt;
		padding: 2px
	}	
	
td.gigtab
	{
		border: 1px solid black;
		font-family: Gill Sans, arial, helvetica, sans-serif;
		background: white;
		color: black;		
		font-size: 10pt;
		padding: 2px
	}	
	
h2
	{
		font-weight: bold;
		background-color: black;
		color: white;
		font-family: Gill Sans, arial, helvetica, sans-serif;
		font-size: small
	}
	
h3
	{
		font-weight: normal;
		font-family: Gill Sans, arial, helvetica, sans-serif;
		font-size: xx-small
	}
	
td.leftbar
	{
		font-family: Gill Sans, arial, helvetica, sans-serif;
		font-size: 9pt;	
		background-color: white;
		text-align: right;
		border-color: black;
		border-style: 1px;
		width: 173px;
		padding: 2px;
		padding-left: 4px
	}
		
td.rightbar
	{
		font-family: Gill Sans, arial, helvetica, sans-serif;
		font-size: 9pt;
		background-color: white;
		text-align: right;
		border-color: black;
		border-style: 1px;
		width: 175px;
		padding: 2px	
	}
		
td.content
	{
		font-family: Gill Sans, arial, helvetica, sans-serif;
		font-size: small;
		width: 401px;
		border: solid 2px;
		border-color: #660033;
		background-color: white
	}
		
.logo
	{
		height: 150px;
		background: black;
		text-align: right;
		align: left;
		width: 401px;	
		color: white;
		font-size: xx-small;
		padding: 5px
	}
	
.mlogo
	{
		height: 45px;
		background: black;
		width: 391px;	
		color: white;
		font-size: 7pt;
		padding-top: 10px;
		padding-bottom: 0px;
		padding-left: 10px
	}
	
.bg_fix
	{
		background-color: black;
		color: white
	}
	
.logo a:link		
	{ 
		color: white;
		text-decoration: none
	}

.logo a:visited
	{
		color: white;
		text-decoration: none
	}

.logo a:hover
	{
		color: white;
		text-decoration: none
	}	

.page_title
	{
		font-size: 14pt;
		font-weight: bold;
		padding-left: 20px
	}


.basic
	{
		padding: 0px;
		background: white;
		color: black;
		font-family: Gill Sans, arial, helvetica, sans-serif;
		font-size: small
	}
	
.basic a:link		
	{ 
		color: #CC0000;
		text-decoration: none
	}

.basic a:visited
	{
		color: #CC0000;
		text-decoration: none
	}

.basic a:hover
	{
		color: #CC0000;
		text-decoration: underline
	}

		
.boxout
	{
		border-color: #660033;
		border-top-style:solid;
		border-width:1px;
		padding: 4px		
	}
	
.share
	{
		font-size: x-small;
		border-color: #660033;
		border-top-style:solid;
		border-width:1px;
		background-color: white;
		padding: 4px	
	}
			
.navbar
	{
		padding-bottom: 100px;
		padding-top: 10px;
		background-color: white;
		border-top: solid 1px;
		border-color: #660033;
		font-weight: bold;
		font-size: 12pt
	}
	
 
.navbar a:link		
	{ 
		color: black;
		background-color: white;
		text-decoration: none
	}

.navbar a:visited
	{
		color: black;
		background-color: white;
		text-decoration: none
	}

.navbar a:hover
	{
		color: #CC0000;
		background-color: black;
		text-decoration: none
	}
	
a:link		
	{ 
		color: #CC0000;
		text-decoration: none
	}

a:visited
	{
		color: #CC0000;
		text-decoration: none
	}

a:hover
	{
		color: #CC0000;
		text-decoration: underline;
		cursor: crosshair
	}

