/* General styles */

p {font-size: 11px;
   line-height: 14px;
   font-family: lucida grande, verdana, sans-serif}

span {font-size: 11px;
      line-height: 14px;
	  font-family: lucida grande, verdana, sans-serif}

a {text-decoration: none}
a:link {color: #3D718E}
a:visited {color: #6592AB}
a:hover {color: #3D718E; text-decoration: underline}
a:active {color: #CC0000; text-decoration: underline}

/* Menu styles */

.menuItem {font-size: 11px;
           color: #000000;
		   font-family: lucida grande, verdana, sans-serif}

a.menuItemLink {color: #000000}
a.menuItemLink:link {color: #000000}
a.menuItemLink:visited {color: #000000}
a.menuItemLink:hover {color: #000000; text-decoration: underline}
a.menuItemLink:active {color: #CC0000; text-decoration: underline}

/* Module styles */

.moduleName {font-size: 11px;
             color: #FFFFFF;
             font-family: lucida grande, verdana, sans-serif}

.moduleInfo {font-size: 10px;
             color: #FFFFFF;
             font-family: lucida grande, verdana, sans-serif}

td.moduleItemCell {font-size: 11px;
                   line-height: 14px;
				   font-family: lucida grande, verdana, sans-serif}

table.module {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.moduleItemTitle {
	font-size: 11px;
	font-family: lucida grande, verdana, sans-serif;
	font-weight: bold;
}

.moduleItemByline {font-size: 11px;
                   font-family: lucida grande, verdana, sans-serif}

.moduleItemBlurb {font-size: 11px;
                  font-family: lucida grande, verdana, sans-serif}
				  
.moduleItemIntroTitle {font-size: 11px;
                       font-family: lucida grande, verdana, sans-serif}

.moduleItemIntroByline {font-size: 11px;
                        font-family: lucida grande, verdana, sans-serif}

.moduleItemIntroBlurb {font-size: 11px;
                       font-family: lucida grande, verdana, sans-serif}




ol, ul, li {font-size: 11px; 
            color: #000000;
			font-family: lucida grande, verdana, sans-serif}

strong, b {font-weight: bold}

em, i {font-style: italic}

