/*	gkuser.css
 *	The real version of this for a site is held in the site root.
 *	It is edited direct.
 */

body	{ background: white;
	color: #333333;
	font-size: 1.0em;
	line-height: 1.2;
	font-family:  'Arial', 'Helvetica', 'Helv', sans-serif;
	background-color: #ffffff;
}  

a:link 		{ text-decoration: none; color: #0c1f4a;}  
a:active 	{ text-decoration: none; color: #0c1f4a;}  
a:visited 	{ text-decoration: none; }  
a:hover 	{ text-decoration: none; color: #0c1f4a; }  
a:hover input 	{ text-decoration: none; color: red; }  

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-size: 1em;
	}

/*	general classes */
p {}	/* needed, don't know why */
p { margin: 0; }	/* James' request */

ul.bullet, ol.bullet {	
	list-style-type: disc;
	list-style-position: outside;
	}
ul.bullet li, ol.bullet li {
	padding-bottom: 0.3em;
	}
ul.spaced li, ol.spaced {
	padding-bottom: 0.3em;
	}
.fs8em {font-size: 0.8em; }
.fs7em {font-size: 0.7em; }
.red {color: red;}
.bold {font-weight: bold;}
h3.red a {color: red;}
.blockIndent {margin-left: 2em;}
.listSpaced li {
	margin-bottom: 1em;
	}

/* specific to JamesKirk */
.headerMenu {
	margin-left: 2px;
	} 
ul.headerMenu li a, ul.headerMenu li {
	color: black;
	font-weight: 500;
	margin-top: 1.0em;
	}
ul.headerMenu ul {
	margin-left: 0;
	}	
ul.headerMenu ul li {
	color: #333333;
	font-weight: 500;
	margin-top: 0.2em;
	margin-leftxx: 12px;
	}
ul.headerMenu li a:link 	{ text-decoration: none; }  
ul.headerMenu li a:active 	{ text-decoration: none; color: #808080; }  
ul.headerMenu li a:visited 	{ text-decoration: none; }  
ul.headerMenu li a:hover 	{ text-decoration: none; color: #808080; }  

.LPTD {padding-bottom: 3px;}

/* James' requests */
p, h1, h2, h3, h4, h5, h6 { margin: 0; }
body { font-size: 0.8em; }
	