/** Welcome.js */
/**-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* */
/** copright (c) 2015 Charles Raleigh Porter, III.					*/
/**		(for jQuery 1.11)											*/
/**-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* */

body {
	background-color: 	#ffffff;
	margin-top: 		0px;
	margin-left: 		0px;
	margin-right: 		0px;
	border-left-width: 	0px;
	border-right-width: 0px;
	font-size: 			100%;
	overflow:			auto;	/* added 3/18/15 */
}
div {	font-size: 1em; }
p { 	font-size: 1em; }
span { 	font-size: 1em; }
table {	font-size: 1em; }
tr { 	font-size: 1em; }
td { 	font-size: 1em; }
/* *-=-* *-=-* *-=-*  *-=-*  *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* */
.Copyright {
	position: 	relative;
	border:		none;
	color: 		Black;
	text-decoration:none;
	font-style:	normal;
	font-weight: 	normal;
}
.ExplanOver	{
	position:		absolute;
	border: 		1px solid black;
	background-color: 	white;
	background-image:	url(images/Tile.jpg);
	background-repeat:	repeat;
/*	visibility: 		visible;	 OLD OLD */
	display:		block;	/* Mar, 2015 experiment */
	opacity:		1;		/* Mar, 2015 experiment */
	z-index:		999;	/* Mar, 2015 experiment */
}
.ExplanUnder {
	position:		absolute;
	border: 		1px solid black;
	background-color: 	white;
	background-image:	url(images/Tile.jpg);
	background-repeat:	repeat;
/*	visibility: 		hidden;	 OLD OLD */
	display:		none;	/* Mar, 2015 experiment */
	opacity:		0;		/* Mar, 2015 experiment */
	z-index:		-1;		/* Mar, 2015 experiment */
}
.NoteInnards	{
	position: relative;
	font-family: "'liberation_serifregular', Georgia, 'Lucida Grande', sans-serif";
/*	font-family: 'Times New Roman', Verdana, 'Arial Western', sans-serif;	*/
	font-size: 0.8em;
	text-align: center;
	margin : 1% 1% 1% 1%;
	padding : 1% 1% 1% 1%;
}
.StraightLink {
	color: 		#3366FF;
	text-decoration:none;
	font-style:	normal;
	font-weight:	bold;
	cursor:		pointer;
/*	cursor:		hand;	*/
}
.TblStyle	{
	position:	absolute;
	border: 	none;
/*	font-size: 	1em; 	*/
	font-size: 	82%;
}
.TopBtn {
	color: 		Maroon;
	text-decoration:none;
	font-style:	normal;
	font-size: 	1.2em;
	font-weight:	bold;
	cursor: 	pointer;
/*	cursor:		hand;	*/
	background-color: inherit;
	border:		none;
}
/* *-=-* *-=-* *-=-*  *-=-*  *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* *-=-* */
/* FONTS:
/* These were generated by Font Squirrel (http://www.fontsquirrel.com) on July 10, 2013 
 * - - - These fonts are guaranteed free. */
@font-face {
    font-family: 'liberation_serifregular';
    src: url('liberationserif-regular-webfont.eot');
    src: url('liberationserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationserif-regular-webfont.woff') format('woff'),
         url('liberationserif-regular-webfont.ttf') format('truetype'),
         url('liberationserif-regular-webfont.svg#liberation_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liberation_serifbold';
    src: url('liberationserif-bold-webfont.eot');
    src: url('liberationserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationserif-bold-webfont.woff') format('woff'),
         url('liberationserif-bold-webfont.ttf') format('truetype'),
         url('liberationserif-bold-webfont.svg#liberation_serifbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liberation_serifbold_italic';
    src: url('liberationserif-bolditalic-webfont.eot');
    src: url('liberationserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationserif-bolditalic-webfont.woff') format('woff'),
         url('liberationserif-bolditalic-webfont.ttf') format('truetype'),
         url('liberationserif-bolditalic-webfont.svg#liberation_serifbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liberation_serifitalic';
    src: url('liberationserif-italic-webfont.eot');
    src: url('liberationserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('liberationserif-italic-webfont.woff') format('woff'),
         url('liberationserif-italic-webfont.ttf') format('truetype'),
         url('liberationserif-italic-webfont.svg#liberation_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
