/*
style.org
If you do use this CSS on your own site, please at least choose different colors.
*/


/* BODY */

BODY {
/*	background: #8888FF; #DDFFDD; #BFF6FF; #9DD6E9; #BBCCFF; */
	background: #AABBEE;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif;
	font-size: 14px;
	height: 100%;
	text-align: center;
}

TABLE TD {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 14px;
}

P, BLOCKQUOTE {
	line-height: 160%;
}

UL, OL {
	line-height: 130%;
}

A {
	color: #225588;;
	text-decoration: none;
}

A:hover {
	color: #993333;;
	text-decoration: underline;
}

SUP {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 100%;
}

/* HEADER */

.shadow1 {
	background-color: #999999;
	border-bottom: 1px solid #BBBBBB;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.shadow2 {
	background-color: #DDDDDD;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.header {
	background: #225588;
	border-bottom: 1px solid #333333;
	padding: 3px 10px 3px 10px;
}

.framework {
	width: 100%;
}

.nav {
	color: #99CCFF;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-left: 0px;
}

.head {
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

/* FOOTER */

.footer {
	background: #5588BB;
	color: #225588;
	border-top: 1px solid #333333;
	font-family: Verdana;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 70px;
}

.footertext {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
}


/* CONTENT */

H1 {
	color: #111111;
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0px;
	text-align: center;
}

H2 {
	color: #0000BB;
	/* font-family: Trebuchet MS; */
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5px;
	/* border-bottom: 1px dotted #666666; */
	text-align: center;
}

H3 {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: center;
}

H4 {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: center;
}

.breadcrumb {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 26px;
	padding-bottom: 0px;
	padding-left: 70px;
	padding-right: 50px;
}

.content {
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 70px;
	padding-right: 100px;
}

.deck {
	color: #333333;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	margin-top: 3px;
}

.byline {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 16px;
}

.dateline {
	color: #666666;
	font-size: 12px;
	font-family: Verdana;
}

.footline {
	font-family: Verdana;
	font-style: italic;
	margin-top: 16px;
}

.subsection {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pullquote {
	background-color: #DDEEFF;
	color: #333333;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 35%;
	float: right;
}

.smallcaps {
	font-variant: small-caps;
}

.condensedlines {              
    font-size:   10pt;
    line-height: 10pt;  /* try also a bit smaller line-height */
}


/* TABLES */

.caption {
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

.captiontitle {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}


/* RULES */

.xrule {
	border-top: 1px solid #996666;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.rule {
	border-top: 1px dotted #666666;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

