/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */



/* ----- base default font size, type, and line height ----- */
html body{
	font: 62.5%/1.4em Arial, Helvetica, sans-serif;
	color:#600
}
html>body{
	font: 62.5%/1.4em Arial, Helvetica, sans-serif;
	color:#600
}
#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #600;
	background-color: #FC9;
}
#JT_copy{
	padding:10px 10px 10px 10px;
	color:#600;
}
#JT_close_left{
	background-color: #FC9;
	text-align: left;
	padding:10px 10px 10px 10px;
}
#JT_close_right{
	background-color: #FC9;
	text-align: left;
	padding:10px 10px 10px 10px;
}
.jTip{
	cursor:help;
}
