/* 	GK defaults 
 *	gkdefault.css
 *	Version	1.2
 *	Dated	26 August 2008
 */

html { font-size: 100.01%; }

address, blockquote, body, dd, div, dl, dt, fieldset, form, 
h1, h2, h3, h4, h5, h6, p, menu, textarea  
	{ font-family: 'Tahoma' 'Arial', 'Helvetica', 'Helv', sans-serif; }  

input { font-size: 100%; }

pre 	{ font-family: monospace; }

body	{ background: white;
	color: #333333;
	font-size: 1.0em;
	line-height: 1.2;
	font-family: 'Tahoma' 'Arial', 'Helvetica', 'Helv', sans-serif;
	background-color: #ffffff;
}  

a:link 		{ text-decoration: none; }  
a:active 	{ text-decoration: underline; }  
a:visited 	{ text-decoration: none; }  
a:hover 	{ text-decoration: none; color: #ff0000; }  
a:hover input 	{ text-decoration: none; color: red; }  


.extraHeight {line-height: 150%; }  

.gkl { font-weight: bold; 
	 font-family: 'Lucida Sans', 'Tahoma', 'Arial', sans-serif;
	 color: red; 
	 text-shadow: 2px 2px #000000; }
	 
.right	{ text-align: right;}  
.left	{ text-align: left;}  
.center	{ text-align: center;}  

form	{ display: inline; }

table {border-collapse: separate; }

.red {color: red;}
.greyed {color: grey;}
.bold {font-weight: bold;}
.listSpaced li {
	margin-bottom: 1em;
	}
	
ul.bullet {	
	list-style-type: circle;
	list-style-position: outside;
	}
ul.bullet li {
	padding-bottom: 0.3em;
	}

/* end of GK defaults */
