/* Page background color */
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

/* Font used in left-hand frame lists */
.FrameTitleFont {
	font-size: 12px;
	font-family: Verdana,serif;
	font-weight: bold;
	line-height: 2em; 	
}
.FrameHeadingFont {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,serif;
	border: 1px solid #D97319;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
	line-height: 30px;
	background-color: #FF881D;
	color:#fff;
}
.FrameItemFont    { font-size: 12px; font-family: Verdana,serif }

/* Navigation bar fonts and colors */
.NavBarCell1    { font-family: Verdana,serif; font-size: 10px; border: none; background-color: white;}
.NavBarCell1 font   { color: #666666;}
.NavBarCell1 a, .NavBarCell1 a:visited, .NavBarCell1 a:active   { border: none; text-decoration: none; color: #666666;}
.NavBarCell1 a:hover   { border: none; text-decoration: underline;}
.NavBarCell1Rev { font-family: Verdana,serif; font-size: 10px; border:1px solid black;}
.NavBarFont1    { font-family: Verdana,serif; color:#000000; }
.NavBarFont1 font   { color: #666666;}
.NavBarFont1Rev { font-family: Verdana,serif; color:#000000;}
.NavBarCell2    { font-family: Verdana,serif; background-color:#FFFFFF; font-size: 10px; border: none;}
.NavBarCell2 font   { color: #666666;}
.NavBarCell3    { font-family: Verdana,serif; background-color:#FFFFFF; font-size: 10px;}
.NavBarCell3 font   { color: #666666;}

/* code */
code {
	font: "Andale Mono", sans-serif;
	background-color: transparent;
	color: #38693D;
	font-size: 14px;
	font-weight: bold;
}
pre {
	font: "Andale Mono", sans-serif;
	background-color: transparent;
}


/* hr */
hr {
	height:0;
	color: #AAAAAA;
	width: 80%;
	text-align: center;
}


/* links */	
a code {
	text-decoration: underline;
	border-bottom: 0;	
}
a:hover code {
	text-decoration: none;
	border: 0;
	color: #FF6600;
}

a, a:visited, a:active {
	color: #2E53AB;
	background-color: transparent;	
	text-decoration: underline;
}
a:hover	{
	color: #FF6600;
	background-color: transparent;	
	text-decoration: none;
	border-bottom: 1px dashed;
}

/* table */
table {
	border: none;
}
.TableHeadingColor th {
	background-color: #7E8AA2;
	color: #E3E3E3;
	font-family: "Trebuchet MS",serif;
	border: 1px solid #AAAAAA;
}
.TableHeadingColor font {
	font-size: 18px;
}
.TableSubHeadingColor th {
	background-color: #f1f4f8;
	color: #7E8AA2;
	border: 1px solid #AAAAAA;
}
.TableRowColor td {
	background: #FFFFFF;
 	font-family: Verdana,serif;
 	font-size: 14px;
	border-top: 0;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
.TableRowColor td code {
	font-weight: bold;
}



/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS",serif;
	font-weight: bold;
	background-color: transparent;
	color: Black;
}
h1 {
	font-size: 26px;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #FF881D;
	border: solid 2px #D97319;
	letter-spacing: -1px;
	color: #fff; 

}
h2 {
	font-size: 24px;
	margin-bottom: 12px;
	margin-top: 30px;
	background-color: #263248;
	padding: 5px 5px 5px 10px;
	border-left: 10px solid #0A111F;
	color: #fff; 
}
h3 {
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 2px;
	padding-left: 5px;
	background-color: #263248;
	border: none;
	color: #E3E3E3;
}
