@import url(undo.css) all;

body
{
	font-family: 'Lucida Grande', Geneva, Verdana, sans-serif;
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
	/* Set the base font size using KEYWORDS */
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #333;
	line-height: 140%;
}

a
{
	font-weight: 600;
	background-color: inherit;
	text-decoration: none;
}

a:link
{
	color: #0066b3;
	border-bottom: 1px #9CA8A1 dotted;
}

a:visited
{
	color: #628CC5;
	border-bottom: 1px #999 dotted;
}

a:hover, a:focus,  a:active
{
	color: #fff;
	border-bottom: 1px #000 solid;
	background: #999;
}

a img { border: none !important; }
p { margin: 0.33em 0 1em 0; font-size: 100%; 	line-height: 1.4;
} 
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }

h6
{
	font-size: 0.85em;
	margin: 0.5em 0 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, 'New Century Schoolbook', 'Bitstream Vera Serif', Utopia, 'Times New Roman', Times, serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

h2, h3, h4
{
	color: #555;
	background-color: inherit;
	margin: 1em 0;
}

h5
{
	color: #900;
	background-color: inherit;
	font-weight: 600;
	margin: 0.5em 0 0;
}

h4.sanserif
{
	font-weight: bold;
	font-family: 'Trebuchet MS', sans-serif;
	font-style: normal;
	color: #758282;
	background-color: inherit;
}

hr
{
	margin: 20px 0;
	color: #A6A9AB;
	background-color: inherit;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

hr.bod { color: lightgrey; }
code, tt { font: 110% 'Andale Mono', Courier, 'Courier New', monospace; }
small { font-size: 85%; }
dl, dt, dd { line-height: 1.4; }
dt { margin: 0; }
dd { margin: 0 0 10px 20px; }
div dl > dt dd { margin: 0 0 0 10px; }
div ul { margin: 0 0 0 10px; }

ul, ol {margin: 1em 0; padding-left: 2.5em;}
dt {margin: 0.5em 0 0;}
dd {margin: 0.25em 0 0.5em 2.5em;}
/*
div ul > li { list-style-image: url(../images/blk_dit_sm.gif); }
*/

ol li
{
	line-height: normal;
	margin-bottom: 1em;
}

/* === tags === */
cite
{
	font-weight: bold;
	font-style: italic;
}

strong
{
	font-weight: 600;
	font-style: normal;
}

big
{
	font-weight: 600;
	font-size: 1.2em;
}

ul ul { margin: 0.5em 1em; }
dl { margin-bottom: 3em; }
dt { margin: 0.5em 0 0; }
dd { margin: 0.25em 0 0.5em 2.5em; }

/* image floats */
.floatright
{
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

.floatleft
{
	float: left;
	margin: 0 10px 10px 0;
	clear: left;
}

.containingbox p, h2, h3, h4
{
	margin-top: 0;
	line-height: normal;
}

#recommended_reads { margin: 2em 0; }
td div.read { padding-bottom: 30px; }

table {border-collapse: collpase;
	border-spacing: 0;}

/* mainContent */
table #mainContent
{
	margin: 0;
	padding: 0;
	width: auto;
	border: 1px solid silver;
	background-color: #A6A9AB;
}

#mainContent h1
{
	color: #FFF;
	padding: 0.3em 0;
	font-weight: 600;
}

table #mainNested
{
	padding: 12px;
	border: none;
}

table #mainNested td
{
	padding: 12px;
	background-color: #f4f4f4;
}

#content
{
	padding: 0 1em 1em 1em;
	background-color: #fff;
}

#contentA { width: 90%; }
#content { width: auto; }

#content h1
{
	color: #000;
	padding: 0 0 1em 0;
	margin: 0;
}

#contentA ul { margin-top: 15px; }

/* events */
#events
{
	margin: 0;
	padding: 0;
	width: auto;
	border: 3px solid #EED5C6;
	background-color: #FFF5E6;
	color: black;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
}

#events h2
{
	padding-top: 1em;
	background-color: #FFF5E6;
	color: #711ba2;
	text-align: center;
}

#events pre
{
	color: black;
	font-size: 100%;
	line-height: normal;
	margin: 1em;
}

/* floater */
#floater
{
	margin-bottom: 1em;
	padding: 0;
	border: 1px solid #E77680;
	background-color: #FFF5E6;
	color: #000;
	display: block;
}

#floater h2
{
	padding: 3px;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	background-color: #E77680;
	color: #fff;
	font-size: 1.4em;
	letter-spacing: 0.5em;
	font-style: normal;
	text-align: center;
}

#floater h3
{
	padding: 0 0 10px;
	border-width: 0;
}

#floater p
{
	padding: 10px;
	margin-top: 0;
}

#floater p a { margin: auto; }

/* blockquotes */
blockquote
{
	line-height: 100%;
	margin: auto 20px auto 0;
	text-align: left;
}

blockquote.books
{
	line-height: 100%;
	text-align: left;
	margin: auto 0;
}

p.quote
{
	font-family: Georgia, 'New Century Schoolbook', 'Bitstream Vera Serif', Utopia, 'Times New Roman', Times, serif;
	font-style: italic;
	color: #4f4f4f;
	/*AB6232*/
	background-color: inherit;
	line-height: 140%;
	font-weight: 700;
	margin: 1em 0 0 0;
}

blockquote p
{
	color: #5f5f5f;
	margin-bottom: 1em;
}

p.quotedark
{
	font-family: Georgia, 'New Century Schoolbook', 'Bitstream Vera Serif', Utopia, 'Times New Roman', Times, serif;
	font-style: italic;
	margin: 1em 0 0 0;
	color: #805959;
	font-weight: 700;
	background-color: inherit;
}

/* #callouts */
.reverse
{
	color: #FFF;
	background-color: #A6A9AB;
	padding: 0.3em;
	text-align: center;
}

#callout
{
	padding: 0;
	margin: 0;
}

#callout ul { margin: 0; }

#callout h3
{
	border-bottom: 1px dotted #9CA8A1;
	margin: 0 0 5px 0;
	padding: 0;
	color: #711B6A;
	font-weight: bold;
}

#callout h4
{
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}

#callout h6
{
	border-top: 1px dotted #9CA8A1;
	margin: 10px 0 20px 0;
	padding: 0;
}

#callout p
{
	padding: 5px 15px 5px 15px;
	margin: 0;
	line-height: 1.33em;
}

/*----------------- List definitions ----------------- */
ul { font-size: 1em; }

li
{
	line-height: 140%;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0;
}

ul.none
{
	list-style-type: none;
	/*set the appearance of the bullet*/
	list-style-position: outside;
	/*set the list position to outside*/
	padding: 5px 0 5px 0;
	/*set the padding on the ul*/
	margin: 0 5px 0 0;
	/*set the margin on the ul*/
}

ul.redarrow  li
{
	list-style-image: url("../images/redarrow2.gif");
	list-style-position: outside;
	margin: 0 50px 5px -10px;
	padding-left: 1px;
}

/*styles the links in more...*/
.more a:link, .more a:visited
{
	background-color: #DEFFFF;
	/*set the link background colour*/
	color: #0066b3;
	/*set the text colour*/
	text-decoration: none;
}

/*styles the link hover and focus states in each of the boxes in the right column*/
.more a:hover, .more a:focus
{
	background-color: #EED5C6;
	/*set the background colour*/
	color: #711B6A;
	/*set the text colour*/
	text-decoration: none;
	/*remove the underline*/
}

/*styles the links in more...*/
.moreso a:link, .moreso a:visited
{
	background-color: #0066b3;
	/*set the link background colour*/
	color: #fff;
	/*set the link colour*/
	text-decoration: none;
	padding: 0 0.3em;
}

/*styles the link hover and focus states in each of the boxes in the right column*/
.moreso a:hover, .moreso a:focus
{
	background-color: #fff;
	/*set the background colour*/
	color: #711B6A;
	/*set the text colour*/
	text-decoration: none;
	/*remove the underline*/
	padding: 0 0.3em;
}

#rollover li
{
	padding: 2em 0;
	margin-left: -4em;
	list-style: none;
	font-size: 75%;
}

#rollover .box1 a
{
	background-color: #fff;
	color: #CC3300;
	border-color: #4F4F4F;
	border-width: 1px;
	border-style: solid;
	padding: 1em;
}

#rollover .box1 a:hover
{
	background-color: #ccc;
	color: #000;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 1em;
	text-decoration: none;
}

#rollover .box2 a
{
	background-color: #CC3300;
	color: #fff;
	border-color: #4F4F4F;
	border-width: 1px;
	border-style: solid;
	padding: 1em;
}

#rollover .box2 a:hover
{
	background-color: #fff;
	color: #000;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 1em;
	text-decoration: none;
}

#footer
{
	margin: 0;
	padding: 0;
}

#footer p
{
	padding-left: 2em;
	color: #6f6f6f;
	background-color: inherit;
	font-size: 90%;
	padding-bottom: 0.3em;
}

img { border: 0 none; }



.pad-left { padding-left: 20px; }

p.mono
{
	color: #758282;
	font-family: 'Andale Mono', Courier, 'Courier New', monospace;
	background-color: inherit;
}

#excerpt p
{
	font-size: 110%;
	line-height: 2;
	text-indent: 2.5em;
	text-align: left;
	font-family: Georgia, 'New Century Schoolbook', 'Bitstream Vera Serif', Utopia, 'Times New Roman', times, serif;
	margin:0;

}

p.italic { font-style: italic; }

#faqs h4
{
	color: #805959;
	background-color: inherit;
	font-weight: bold;
	margin: 0 1em 0.25em 0;
	line-height: 1.33;
}

#faqs p
{
	line-height: 2;
	margin-right: 1em;
	margin-left: 2em;
}
 
#faqs p + p {
	margin-top: -0.5em;
}

#intro h4
{
	background-color: inherit;
	margin: 0 20% 1em 0;
	color: #4F4F4F;
	line-height: 1.4;
	font-style: oblique;
	font-weight: 400;
}

#intro h4 a { margin-left: 0.5em; }
p.sm { font-size: 90%; }

/*sidebar*/
#content-extra
{
	text-align: left;
	margin: 1em 0 0 1em;
	width: 90%;
}

#sidebar p, p.sidebar, .sidebar p
{
	text-align: left;
	line-height: 1.4;
	padding: 0 0.25em 0;
	font-size: 90%;
	margin: 1em 0 0 0;	
}

#sidebar h3, #sidebar h4, #sidebar h5 { margin: 1em 0 0 0; }

.sidebartitle
{
	color: black;
	background-color: inherit;
	font-size: 110%;
	font-weight: bold;
}

td.subhead, td.sidebartitle
{
	background-color: inherit;
	font-size: 100%;
	font-weight: bold;
	height: 27px;
}

.subhead h4, .sidebartitle h4
{
	color: #FFF;
	background-color: inherit;
	font-size: 100%;
	font-weight: bold;
	margin: 0.5em 0 0 0;
	text-align: center;
}

.subtitle { font-size: 120%; }

.title
{
	font-size: 133%;
	font-weight: bold;
	color: #FFF;
	background-color: inherit;
}

.sidebartext
{
	font-size: 90%;
	line-height: 120%;
}

pre
{
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color: black;
	background-color: inherit;
	font-size: 12px;
	line-height: 200%;
}

pre.excerpt
{
	font-size: 12px;
	line-height: 200%;
	font-family: Georgia, 'New Century Schoolbook', 'Bitstream Vera Serif', Utopia, 'Times New Roman', times, serif;
}

table { margin: 0; }

td
{
	border-width: 0;
	vertical-align: top;
}

td.normal
{
	border-width: 0;
	vertical-align: middle;
}

table.simple td
{
	vertical-align: middle;
	padding-bottom: 5px;
}

table.simple p { margin-left: 1em; }

th
{
	font-size: 0.85em;
	line-height: 1.2em;
	font-weight: bold;
}

table.figure
{
	border-style: solid;
	border-width: 10px 0 0 0;
	margin: 7px;
}

table.main
{
	border: 1px solid #427C83;
	margin: 0;
	padding: 0;
}

table.tbl
{
	border: 1px dotted #808080;
	padding: 0;
	margin: -12px 0 0 0;
}

table.tbl h1
{
	color: #000;
	background-color: inherit;
}

.in
{
	border: 1px inset #ddd;
	margin: 20px 0;
}

.inset { border: 1px inset #ddd; }
.border { border: 1px solid #ddd; }

.out
{
	border: 1px outset #ddd;
	margin: 20px 0;
}

.outset { border: 1px outset #ddd; }

.dim
{
	color: #666;
	background-color: inherit;
}

.red
{
	color: #900;
	background-color: inherit;
}

.redorange
{
	color: #F30;
	background-color: inherit;
}

.deepred
{
	color: #C30;
	background-color: inherit;
}

.feature
{
	border-top: solid #6096BF 1px;
	margin-top: 1em;
	padding-top: 0.5em;
}

.titleandtext dt
{
	font-weight: bold;
	margin-top: 0.5em;
}

.titleandtext dd
{
	margin-left: 0;
	margin-bottom: 0.5em;
}

/*float styles for the images in the content div*/
.left
{
	float: left;
	margin: 15px 15px 0 0;

}

.leftist
{
	float: left;
	margin: 0 15px 0 0;

}

.right
{
	float: right;
	margin: 5px 0 0 15px;
	/*set a margin to the top and left to give clearance against the text the top margin aligns the image with the top of the p element*/
}

/* pullquote styles
 - use multiclass dotted, boxed, stickie */

.pullquote
{
	float: right;
	width: 150px;
	font: 1.1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 10px;
}

.dotted
{
	color: #703E3B;
	border-bottom: 2px dotted #703E3B;
	border-top: 2px dotted #703E3B;
	padding: 8px;
}

.boxed
{
	color: #000;
	padding: 12px 8px 0;
	border: 1px solid #ddd;
}

/*------- background colors -------*/
.bg1 { background: #FFFCF7; }
.bg2 { background: #FFFADB; }
.bg3 { background: #e5e5e5; }
.bg4 { background: #F8F5DD; }
.bg5 { background: #F6FEDA; }
.bg6 { background: #D6E6CF;}
.bg7 { background: #FFF0F5; }
.bg8 { background: #FFF; }

.boxCall
{
	color: #000;
	padding: 0.5em;
	border: 1px solid #A7BDA8;
	background-color: #B4DAA3;
	text-align: center;
}

.boxed h3, .boxed h4 { color: #C30; }

.boxCall h3
{
	color: #000;
	margin: 0;
	padding: 0;
}

#mainContent #minotaur h1
{
	color: #000;
	padding: 0.5em;
	background-color: #B4DAA3;
	text-align: center;
	font-size: 1.25em;
}

.stickie
{
	background: #DDAA44;
	color: #161616;
	padding: 8px;
	border: 2px solid #8F897C;
}

.highlight
{
	font-weight: bold;
	background-color: #FFC;
	border-bottom: 1px dotted #553322;
}

.rulequote
{
	color: #553322;
	float: right;
	width: 160px;
	font: 1.1em/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 10px;
	border-bottom: 2px dotted #553322;
	border-top: 2px dotted #553322;
	padding-bottom: 3px;
	padding-top: 1px;
}

/* === text-align === */
.lefty { text-align: left; }
.center { text-align: center; }
.righty { text-align: right; }
.justify { text-align: justify; }

/*----------------- colors --------------------*/
/* === grays === */
.light { color: #CCC; }
.med { color: #999; }
.dark { color: #4F4F4F; }
.darker { color: #333; }

/* === colors === */
.darkest { color: #2F4F4F; }
.alert { color: #D2691E; }

/*----------------- borders --------------------*/
/*add a border around the image*/
.solid { border: 1px solid; }
.dotted { border: 1px dotted; }
.plain { border: none; }
.double { border: 4px double; }
.inset { border: 1px inset; }
.outset { border: 1px outset; }

/*--------------- margins --------------- */
.mg-top { margin-top: 12px; }
.mg-right { margin-right: 30px; }
.mg-bottom { margin-bottom: 12px; }
.mg-left { margin-left: 30px; }
.mg-clear { margin-bottom: 30px; }
.mg-bot { margin-bottom: 20px; }

/* === indents === */
.indent1 { margin-left: 1em; }
.indent2 { margin-left: 1.5em; }
.indent3 { margin-left: 2em; }

/*--------------- floats --------------- */
.floatleft { float: left; }
.floatright { float: right; }

/*--------------- clearfix --------------- */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

.action a:before
{
	content: "\2192";
	margin-right: .3em;
}

img.atright
{
	float: right;
	position: relative;
	margin: 0.25em 0 0.66em 1.5em;
}

img.atleft
{
	float: left;
	position: relative;
	margin: 0.25em 1.5em 0.66em 0;
}

img.indie
{
	display: block;
	margin: 0.5em auto;
	width: auto;
	max-width: 100%;
}

img.photo
{
	display: block;
	margin: 0 auto 0.5em auto;
	width: auto;
	max-width: 100%;
}

img.sideleft
{
	display: block;
	margin: 0.5em 0;
	width: auto;
	max-width: 100%;
}

p.indie { text-align: center; }
p.indie img { display: inline; }

.clearit
{
	font-size: 0;
	line-height: 0;
	clear: both;
}

.clearspace
{
	height: 1em;
	clear: both;
}

.leading-1
{
	line-height: 1;
}

.leading-2
{
	line-height: 2;
}




/*----------------- external links --------------------*/
a[target=_blank]:link, a[target=_blank]:visited,
a[rel=external]:link, a[rel=external]:visited,
a[rel=nofollow]:link, a[rel=nofollow]:visited
{
	text-decoration: none;
	border-bottom: 1px dashed;
	margin-right: 3px;
}


/*image classes*/
/*sidebar*/
img.aside
{
	display: block;
	margin: 1em 0 0.5em 10px;
	width: auto;
	max-width: 100%;
}

/*content*/
img.thumbleft
{
	float: left;
	position: relative;
	margin: 0.5em 1.5em 0.25em 0;
}

img.thumbtall
{
	float: left;
	position: relative;
	margin: 0.5em 1.5em 1em 0;
}

img.thumbright
{
	float: right;
	position: relative;
	margin: 0.5em 0 0.25em 1.5em;
}

img.clearright
{
	float: right;
	position: relative;
	margin: 0.5em 0 0.25em 1.5em;
	clear: right;
}

img.clearleft
{
	float: left;
	position: relative;
	margin: 0.5em 0 1em 1.5em;
	clear: left;
}

img.atleft
{
	float: left;
	position: relative;
	margin: 0.25em 1.5em 0.66em 0;
}

img.topleft
{
	float: left;
	position: relative;
	margin: 0 1.5em 0 0;
}

img.leftist
{
	float: left;
	position: relative;
	margin: 0.75em 1.5em 0.66em 0;
}

img.alright
{
	float: right;
	position: relative;
	margin: 0.25em 0 0.66em 1.5em;
}

img.rightist
{
	float: right;
	position: relative;
	margin: 0.75em 0 0.66em 1.5em;
}

img.onright
{
	float: right;
	position: relative;
	margin: 0.33em 0 0.66em 1.5em;
}

img.topright
{
	float: right;
	position: relative;
	margin: -0.5em 0 0 0.5em;
}

img.iconleft
{
	position: relative;
	top: 0.25em;
	right: 0;
}

img.across { margin: 0.25em 0 1.5em 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }

img.picleft
{
	display: block;
	margin: 1em 0 0.5em 0;
}

img.standalone
{
	display: block;
	margin: 0.5em auto;
	width: auto;
	max-width: 100%;
}

img.leftalone
{
	display: block;
	margin: 0.5em auto 0.5em 0;
	width: auto;
	max-width: 100%;
}

img.alone
{
	display: block;
	margin: 0.5em auto;
}

img.leftthumb
{
	display: block;
	margin: 0.5em auto 0.5em 0;
}

img.downspaced
{
	display: block;
	margin: 0.5em auto 18px auto;
}

/*----------------- borders --------------------*/
.border { border: 1px solid #B7B7B7; }
.border1 { border: 1px solid; }
.border1d { border: 1px solid #333; }
.border2 { border: 2px solid; }
.border2d { border: 2px solid #333; }
.border3 { border: 3px solid; }
.border3d { border: 3px solid #333; }
.solid { border: 1px solid; }
.dotted { border: 1px dotted; }
.plain { border: none; }
.double { border: 4px double; }
.inset { border: 1px inset; }
.outset { border: 1px outset; }

/*indents*/
.sub1 { margin-left: 1em; }
.sub2 { margin-left: 1.33em; }
.sub3 { margin-left: 1.5em; }
.sub4 { margin-left: 1.67em; }
.sub5 { margin-left: 2.0em; }
.sub6 { margin-left: 2.5em; }
.sub7 { margin-left: 3.0em; }
p.indent { padding-left: 10px; }

/*callouts*/
.callout
{
	background-color: #FFF;
	width: 27em;
	border: 6px solid #E8DFBF;
	padding: 0.5em 1.5em;
}

/*multiclass callboxes*/
.callbox
{
	width: 27em;
	padding: 0.5em 1em;
}

.callbox2
{
	width: 24em;
	padding: 0.5em 1em;
	text-align: center;
}

.callbox3 /*centered in grid2col column last*/
{
	width: 18em;
	padding: 0.5em 1em 0 1em;
	text-align: left;
	margin: 1em auto;
}

.callbox4
{
	width: 21em;
	padding: 0.5em 1em 0 1em;
	text-align: center;
	margin: 1em auto;
}

.a
{
	background-color: #F8F5DD;
	border: 1px solid #AEAC9B;
}

.b
{
	background-color: #F6FEDA;
	border: 1px solid #BBBFAC;
}

.c
{
	background-color: #FFFADB;
	border: 1px solid #BFBDAC;
}

.d
{
	background-color: #FFF;
	border: 1px solid #666;
}



/*----------------- colors --------------------*/
/* === grayscale === */
.lightness { color: #eee; }
.lightest { color: #dcdcdc; }
.light { color: #d3d3d3; }
.med { color: #7F7F7F; }
.dark { color: #686868; }
.darker { color: #333; }
.darkest { color: #161616; }
.darkness { color: #000; }
.guaranteed { color: #A31928; }

/*kaf classics red*/

.hedcontrast { color: #9A5E2A; }	/*h1 heading color*/
.hedcontrast1 { color: #502F08; } /*very darkbrown*/
.hedcontrast2 { color: #772302; }

/*maroon*/
.featured-a { color: #838B83; }

/*honeydew 4*/
.featured-b { color: #CDBA96; }

/*wheat 3*/
.featured-c { color: #CD661D; }

/*chocolate 3*/
.featured-d { color: #E3A869; }

/*melon*/
.featured-e { color: #CD8222; }

/*various classes*/
/* === text-align === */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

/*margin-classes*/
.mg-top { margin-top: 1em; }
.mg-right { margin-right: 1em; }
.mg-bottom { margin-bottom: 1em; }
.mg-left { margin-left: 1em; }

/*negative-margins*/
.top-up { margin-top: -1em !important; }

/*padding-classes*/
.pad-top { padding-top: 1em; }
.pad-right { padding-right: 1em; }
.pad-bottom { padding-bottom: 1em; }
.pad-left { padding-left: 1em; }

.big-top
{
	padding-top: 2.5em;
	padding-bottom: 0;
}

.big-bottom
{
	padding-bottom: 2.5em;
	padding-top: 0;
}

p.standalone { text-align: center; }
p.standalone img { display: inline; }
a.imglink:link, a.imglink:visited { border: none; }
a.imglink:hover { background: transparent; }

a.further
{
	margin-left: 0.5em;
	font-weight: bolder !important;
}

a.furthermore
{
	background: #FF8;
	margin-left: 0.5em;
	font-weight: bolder !important;
}

.warning
{
	background: #FF8;
	color: red;
	border: 2px solid;
	padding: 1em;
}

.highlight
{
	background: #FFEEC0;
	font-weight: bold;
}

.hilite
{
	background: #FFF7DF;
	font-weight: bold;
}

.hiliter
{
	font-style: normal;
	background-color: #FEFF5C;
	padding: 0 0.3em;
}

.lighter { font-weight: normal; }
.spacer { height: 12px; }
.spacey { height: 18px; }
.spaced { height: 24px; }

