/* Global OED styles
----------------------------------------------- */

BODY {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 90%;
}

/*/*/
TD {
	\font-size: 90%;
	f\ont-size: inherit;
}
/* Hack for IE5, hidden from NN4 & Opera5 */

TABLE {
/*/*/	f\ont-size: inherit;	/* Hidden from NN4 and Opera 5 */
}

/* Header area
----------------------------------------------- */

#masthead {
/*/*/	clear: both;	/* !NN4 */
	}

#header IMG {
	float: left;
}

.strapline BR {
/*/*/	display: none;	/* !NN4 */
}

#global {clear: both;}

/* Link styles
----------------------------------------------- */

A:link {
	color: #00F;
	text-decoration: underline;
}
A:visited {
	color: #6C009C;		/* visited purple */
}
A:link:hover {color: #00F;}
A:visited:hover {color: #00F;}
A:link:active {color: #F00;}

/* Content area (main text styles)
----------------------------------------------- */

H1, H2 {
	font-family: "Times New Roman",Times,serif;
	font-weight: normal;
	line-height: 120%;
}
P {
	font-family: Georgia,"Times New Roman",Times,serif;	/* for NN4 */
}

P, LI, LI P, DL, DT, DL P, LI LI, LI LI LI, BLOCKQUOTE, BLOCKQUOTE P {
	font-size: 14px;	/* for NN4 */
/*/*/	font-size: 1em;	/* !NN4 */
	line-height: 20px;	/* for NN4 */
/*/*/	line-height: 1.3em;	/* !NN4 */
}

UL.links,UL.offlinks,UL.mixedlinks {
	margin-left: 1.2em;
	padding-left: .5em;
}

UL.links LI, UL.offlinks LI, UL.mixedlinks LI {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .9em;
	padding-left: 5px;
}

UL.links LI,LI.links {list-style-image: url(/imgs/site/link.gif);}
UL.offlinks LI,LI.offlinks {list-style-image: url(/imgs/site/off-site.gif);}

UL.links LI A, UL.offlinks LI A, UL.mixedlinks LI A {
	text-decoration: none;
}

/* Page footer
----------------------------------------------- */

#footer {clear: both;}

.copyright {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
/*/*/	font-size: 0.78em;	/* !NN4 */
}

.imprint {
	text-align: right;
/*/*/	padding: 10px;	/* !NN4 */
}

/* Forms
----------------------------------------------- */

INPUT {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #FAFAFA;
	color: #000;
	font-size: 11px;
/*/*/	font-size: 0.78em; /* !NN4 */
}

SELECT {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #FAFAFA;
	color: #000;
	font-size: 12px;
/*/*/	font-size: 0.85em; /* !NN4 */
}

INPUT.button {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #CCC;
}
INPUT.button:hover {
	background-color: #333;
	color: #FFF;
}
INPUT:hover, SELECT:hover {
	background-color: #FFF;
}
INPUT:focus, SELECT:focus {
	background-color: #FFF;
}

/* Horizontal rule
----------------------------------------------- */

HR {
	text-align: center;
/*/*/	 width: 100%;	/* !NN4 */
	height: 2px;
	color: #CCC;
/*/*/	border: none;	/* !NN4 */
	margin-bottom: 13px;
	clear: both;
}	/* For IE */

HTML>BODY HR {
	margin-right: 0;
	width: 100%;
	height: 2px;
	background-color: #CCC;
	border: none;
	margin-bottom: 1em;
}	/* For Gecko */

/* Miscellaneous styles
----------------------------------------------- */

.copyright SPAN.url {
	display: none;
}

.hide {
/*/*/	display: none;	/* !NN4 */
}

.skiplinks {
	font-size: 1px;
	line-height: 1px;
}

SMALL {
	font-size: 12px;
/*/*/	font-size: 0.8em; /* !NN4 */
}

.smallcaps {
	text-transform: uppercase;
	font-size: 12px;
/*/*/	font-size: 0.8em; /* !NN4 */
}

.tiny {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
/*/*/	font-size: 0.78em; /* !NN4 */
}

A.nul {	text-decoration: none; }

.nowrap {white-space: nowrap;}

IMG.b {display: block;}

A.more {
	color: #0226B6;
	text-decoration: none;
}

.more {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
/*/*/	font-size: 0.78em; /* !NN4 */
	font-style: italic;
	color: #00f;
/*/*/	margin-left: 10px;		/* !NN4 */
}
