/*===========================================

        HTML elements

*/
body {
	font-family: Verdana,Arial,Geneva,Helvetica;
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body {
	padding: 8px 8px 8px 8px;
}
q {
	font-style: italic;
}
p {
}
h1 {
}
h2 {
	font-size: 14px;
	color: #61941D;
	margin: 4px 0px 16px 0px;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #61941D;
	margin: 4px 0px 16px 0px;
}
/*===========================================

        Navigation

*/
#Page-Text a {
	color:#0066FF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
	font-size: 10px;
}
#Page-Text a:hover {
	color:#617594;
	text-decoration: none;
	border-bottom: solid 1px #617594;
}
#Page-Text a.Button {
	background:#93ADE0;
	color:#FFFFFF;
	border:0px none;
	display:block;
	float:right;
	font-size:9px;
	line-height:12px;
	padding:0px 3px 1px;
}
#Page-Text a.Button:hover {
	background:#617594;
}
/*===========================================

        Structure

*/
#Page-Area {
	display: block;
	margin: 0px;
	padding: 8px;
	border: solid 1px #647895;
}
#Page-Header {
}
#Shadow-Right-Top {
	background-image: url("../Images/Layout/shadow-rt.gif");
}
#Shadow-Right {
	background-image: url("../Images/Layout/shadow-r.gif");
}
#Shadow-Right-Bottom {
	background-image: url("../Images/Layout/shadow-rb.gif");
	font-size: 1px;
	line-height: 1px;
}
#Shadow-Bottom {
	background-image: url("../Images/Layout/shadow-b.gif");
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
}
#Shadow-Bottom-Left {
	background-image: url("../Images/Layout/shadow-bl.gif");
	font-size: 1px;
	line-height: 1px;
}
/*===========================================

        Menu

*/
#Page-Menu {
	list-style: none;
	margin: 32px 8px 16px 8px;
	padding: 0px;
}
#Page-Menu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#Page-Menu ul ul {
	margin: 0px 0px 0px 8px;
}
#Page-Menu a {
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 3px 1px 2px 4px;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	text-decoration: none;
}
/*............................     1st level */
#Page-Menu li a {
	background:#93ADE0;
	color:#FFFFFF;
}
#Page-Menu li a:hover { 
	background:#617594;
	color:#FFFFFF;
}
#Page-Menu li a.Selected {
	background: #336600;
	color:#FFFFFF;
}
#Page-Menu li a.Selected:hover {
	background: #336600;
	color:#FFFFFF;
	cursor: default;
}
/*............................     2nd level */
#Page-Menu li li a {
	background:#FFFFFF;
	color:#93ADE0;
}
#Page-Menu li li a:hover {
	background:#FFFFFF;
	color: #617594;
	border-top: 2px solid #617594;
	border-bottom: 2px solid #617594;
	padding-top: 1px;
	padding-bottom: 0px;
}
#Page-Menu li li a.Selected {
	background:#FFFFFF;
	color:#336600;
}
#Page-Menu li li a.Selected:hover {
	background:#FFFFFF;
	color:#336600;
	border: 0;
	padding-top: 3px;
	padding-bottom: 2px;
	cursor: default;
}
/*===========================================

        CONTENT

*/
#Page-Content {
}
#Page-Text {
	text-align: left;
	margin: 16px 8px 0px 8px;
}
#Page-Text ul{
	display:block;
	margin: 15px 20px 15px 25px;
	padding: 0px 0px 0px 0px;
	list-style-position: outside;
	list-style-type: disc;
}
#Page-Text li{
	font-size: 11px;
	line-height: 14px;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
#Page-Text li strong{
	color: #515151;
	font-size: 10px;
	font-weight: bold;
}
#Page-Footer {
	font-size:10px;
	color:#999999;
	line-height: 12px;
	text-align: center;
}
#Page-Designed-By a {
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #BBC5E0;
	text-align: right;
}
#Page-Designed-By a:hover {
	text-decoration: underline;
}
#Page-News {
	border-top: 1px solid #BBC5E0;
	border-bottom: 1px solid #BBC5E0;
	padding: 4px 4px 4px 4px;
	margin: 16px 0px 4px 0px;
}
#Page-News blockquote {
	margin: 0px;
	padding: 0px;
}
#Page-News blockquote p {
	margin: 0px;
	padding: 8px 0px;
	color: #999999;
}
sup {
	font-size: 8px;
}
.Section {
	border-bottom: 1px solid #BBC5E0;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
.SmallCaps {
	font-variant: small-caps;
	font-size: 9px;
}
.Paper-Author {
	color: #515151;
}
.Paper-Title {
	font-weight: bold;
	font-size: 10px;
}
.Paper-Publication {
	font-style: italic;
}
.Byline {
	display: block;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
}
#Page-News .Byline {
	font-size: 9px;
}
p.Navigation {
	color:#999999;
	font-weight: bold;
}