<html><body><p>@charset "UTF-8";

/* =================================================
LOCAL STYLE SHEET
Use this to overwrite any of the global styles or add customized elements
================================================= */

/* Diagnostics File */
/*@import url("/TemplatePackage/css/B/diagnostics.css");*/

/* COLOR THEME -- ORANGE */
/*@import url("/TemplatePackage/css/B/theme-orange.css");*/

/* COLOR THEME -- PURPLE */
/*@import url("/TemplatePackage/css/B/theme-purple.css");*/

/* COLOR THEME -- ROSE */
/*@import url("/TemplatePackage/css/B/theme-rose.css");*/

/* COLOR THEME -- TAN */
/*@import url("/TemplatePackage/css/B/theme-tan.css");*/

/* COLOR THEME -- TEAL */
/*@import url("/TemplatePackage/css/B/theme-teal.css");*/

/* min-height rule for topic blocks container */
/*
.top-blocks dl{
	min-height: 50px;
}
*/

.header
{
	font-weight:bold;
	color:#085100;
	

}

#imageleft
{
float: left; position: relative;
margin-right:8px;
}

#imageright
{
float: right; position: relative;
margin-left:8px;

}

#imagecenter
{
float: center; position: relative;


}

#modright
{
float: right; position: relative;
width:350px;
padding-left:9px;
}

.tablenoborder th 
{ 
               
                padding: 5px;
				font-weight:normal;
				text-align:left;
				
 } 

.tablenormal th{
                text-align: left;
				font-weight:normal;
				color:#085100;
				text-align:center;
				background-color:#C1D580;
				font-weight:bold;
				
                
}

.blockquote
{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 15px;
}</p></body></html>