/* Style sheet v1 - GOTHARDT.com */

/* Backgrounds */
.blackback			{background-color:#000000;}
.solidgrayback		{background-color:#AFACC1;}


/* Table Controls */
table.center 		{ margin-left:auto; margin-right:auto; }
td.aligntopleft		{ text-align: left; vertical-align: top; }

/* Text */
.text16			{
				font-family: Times, serif;
				font-size: 16pt;
				color: black;
				}


/* Linking */
a.glink:link 		{ color: #000000; text-decoration:underline; }
a.glink:active 		{ color: #000000; text-decoration:underline; }
a.glink:visited 		{ color: #000000; text-decoration:underline; }
a.glink:hover		{ color: #000000; text-decoration:underline overline; }



/* Padding */
body {
padding: 0;
margin: 0;
} 

/* Images - no borders*/
img				{  border-style: none; }


/* Removed Dotted Border around Links when selected */
	a:active		{ outline: none;	}
	a:focus		{ -moz-outline-style: none; }

/* Overall forces scroll so the jumping doesn't occur */
html { height: 100%; margin-bottom: 1px; }