
body {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #330099;
}

p {color: #330099; font-size: 14px; line-height: 16px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-align: justify; }

p.menu {font-size: 12 px; text-align: left; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

p.rightjustify {color: #330099; font-size: 14px; line-height: 16px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-align: right; font-style: italic; }

p.smallright {
	text-align: right;
	font-size: 9pt;
	color: #330099;
}


a:link, a:visited, a:hover {
 color:#666666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

.grey9 {font-family: arial, geneva, sans-serif; font-size: 9pt; color: #777777}
a.navlink:link, a.navlink:visited {text-decoration:none;}
a.navlink:hover{text-decoration:underline;}
h1, h2, h3, h4, h5, h6 {
	font-family: "papyrus",Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1{
 font-size: 175%;
 line-height: 150%;
 color:#330099;
}

h2{
 font-size: 125%;
  line-height: 125%;
 color:#330099;
}

h3{
 font-size: 100%;
 color:#330099;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color:#330099;
}


ul{
  list-style-type: disc;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color:#330099;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {color:#666666; display: block;}
#navBar ul a:hover {color:#FFFFFF; text-decoration:none; }
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #ffffff;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
			
#sectionLinks{ font-size: 14 px; text-align: left; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; position: relative; margin: 0px; padding: 0px; border-bottom: 1px solid #666666;  }
#sectionLinks a { display: block; border-top: 1px solid #666666; padding: 2px 0px 4px 1px; text-decoration: none; }
#sectionLinks a:hover{ background-color: #644AB6; text-decoration: none; } 
