/* 	GK defaults 
 *	gkdefault.css
 *	Version	1.5
 *	Dated	25 June 2009
 */

html { font-size: 100.01%; }

/* all elements inherit the font-size of body by default */
abbr, acronym, address, blockquote, button, caption, cite, code, col, colgroup,
dd, del, dfn, div, dl, dt, fieldset, form, frame, frameset, iframe, input, ins,
isindex, kbd, label, legend, li, menu, noframes, noscript, object, ol, optgroup,
option, p, pre, q, s, script, select, span, strike, sub, sup, table, tbody, td,
textarea, tfoot, th, thead, tr, tt, ul, var {font-size: inherit; }

h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 117%;}
h4 {font-size: 100%;}
h5 {font-size:  83%;}
h6 {font-size:  67%;}
big{font-size: 117%;}
small, sub, sup {font-size: 83%;}

address, blockquote, body, dd, div, dl, dt, fieldset, form, 
h1, h2, h3, h4, h5, h6, p, menu, textarea  
	{ font-family: '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:  '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: gray;}
.bold {font-weight: bold;}
.listSpaced li {
	margin-bottom: 1em;
	}

br.spaced	{margin-bottom: 0.7em;}

/*	added 20090625: this is similar in effect to wrap='virtual' */
textarea	{ white-space: pre; }

/* end of GK defaults */
