/* 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 #93C894;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
	line-height: 30px;
	background-color: #E4FFDD;
	color:#006600;
}
.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: #009900;
}
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;	
}

a, a:visited, a:active {
	color: #2E53AB;
	background-color: transparent;	
	text-decoration: underline;
	font-weight: normal;
}
a:hover	{
	color: #FF6600;
	background-color: transparent;	
	text-decoration: none;
	border-bottom: 1px dashed;
	font-weight: normal;
}

/* table */
table {
	border: none;
}
.TableHeadingColor th {
	background-color: #DDE4FF;
	color: #000066;
	font-family: "Trebuchet MS",serif;
	border: 1px solid #AAAAAA;
}
.TableHeadingColor font {
	font-size: 18px;
}
.TableSubHeadingColor th {
	background-color: #DDE4FF;
}
.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;
}


/* 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: #FFE7DD;
	border: solid 1px #C47B7B;
	letter-spacing: -1px;
	color: #990000; 

}
h2 {
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 30px;
	background-color: #FFE7DD;
	padding: 5px;
	border: solid 1px #C47B7B;
	color: #990000; 
}
h3 {
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 2px;
	padding-left: 5px;
	background-color: #FFF8DD;
	border: solid 1px #C4C47B;
	color:#333333;
}