BODY  {
     cursor: default; 
	 font-family: Times New Roman, Times, Helvetica, serif;
	 font-size: 12pt;
	 background-color: #ffffff; 
     color: #000000;
}

P {
	margin: 12px auto 12px auto; /*top, right, bottom, left*/
}

A {
     background-color: transparent;
     font-size: 12pt; 
     text-decoration: none;
}

/* must be in order: link, visited, hover, active */
A:link {color: #003399; background-color: transparent;}   
A:visited {color: #003399; background-color: transparent;} /* NAV4 will use its default rules */
A:hover {color: #0066CC; background-color: transparent;}   /* NAV4 will use its default rules */
A:active {color: #0066CC; background-color: transparent;}  /* NAV4 will use its default rules */

.searchLabel {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #003399;
}

.sideNav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

A.sideNav:link {color: #003399;}
A.sideNav:visited {color: #003399;}
A.sideNav:hover {color: #0066CC;}
A.sideNav:active {color: #0066CC;}

.raNav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	color: #cccccc;
}

A.raNav:link {color: #FFFFFF; text-decoration:none;}
A.raNav:visited {color: #FFFFFF; text-decoration:none;}
A.raNav:hover {color: #0066CC; text-decoration:none;}
A.raNav:active {color: #0066CC; text-decoration:none;}

.footerNav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	color: #003399;
	font-weight: bold;
}

A.footerNav:link {color: #003399;}
A.footerNav:visited {color: #003399;}
A.footerNav:hover {color: #0066CC;}
A.footerNav:active {color: #0066CC;}

.footer {
	font-size: 9pt;
}

A.footer:link {color: #003399;}
A.footer:visited {color: #003399;}
A.footer:hover {color: #0066CC;}
A.footer:active {color: #0066CC;}


.mainTitle  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	font-weight: bold;
	margin: 20px auto auto auto; /*top, right, bottom, left*/
}

.subTitle  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	font-weight: normal;
	margin: 20px auto auto auto; /*top, right, bottom, left*/
}

.sectionTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: normal;
	margin: 20px auto auto 0px; /*top, right, bottom, left*/
}

.sectionTitle2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
}

.sectionTitle3 {
	font-size: 12pt;
	font-weight: bold;
	display: inline;
}

.abstractAuthors  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	font-weight: bold;
	margin: 15px 15px auto 15px; /*top, right, bottom, left*/
}

.abstractTitle  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	margin: 15px 15px auto 15px; /*top, right, bottom, left*/
}

.abstractText  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	margin: 15px 15px auto 15px; /*top, right, bottom, left*/
}

.abstractNote  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	margin: 15px 15px auto 15px; /*top, right, bottom, left*/
}

.abstractLinks {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	margin: 15px 15px auto 15px; /*top, right, bottom, left*/
}

.abstractAcceptedBy {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-style: italic;
	text-align: right;
	margin: 15px 15px auto 15px; /*top, right, bottom, left*/
}

/*
colors for different section types:
Editorial "#333399"
Message from PLoS "#333399"
Message from the Founders "#333399"
Synopsis "#339900"
Essay "#ff9900"
Feature "#CC0000"
Unsolved Mystery "#333399"
Obituary "#666666"
Book Review/Science in the Media "#990066"
Correspondence "#cccccc"
Journal Club "#CC0000"
Primer "#339900"
Community Page "#ff9900"
Rearch Article "#cccccc"
*/

.sectionTitleEditorial  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #333399;
}

.sectionTitleMessagefromPLoS  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #333399;
}

.sectionTitleMessagefromtheFounders  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #333399;
}

.sectionTitleSynopses  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #339900;
}

.sectionTitleEssay  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	color: #ff9900;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #ff9900;
}

.sectionTitleFeature  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #CC0000;
}

.sectionTitleMystery  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #333399;
}

.sectionTitleObituary  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #666666;
}

.sectionTitleBookReview  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #990066;
}

.sectionTitleCorrespondence  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #000000;
}

.sectionTitleJournalClub  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #CC0000;
}

.sectionTitlePrimer  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #339900;
}

.sectionTitleCommunity  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #ff9900;
}

.sectionTitleResearch  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	margin: 15px auto auto 0px; /*top, right, bottom, left*/
	color: #000000;
}

.issue {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}
	
.homeText {
	font-size: 12pt;
	margin: 5px auto auto auto; /*top, right, bottom, left*/
}
	
.homeTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.homeTitle2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
}

.homeNav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	font-weight: bold;
}

A.homeNav:link {color: #003399;}
A.homeNav:visited {color: #003399;}
A.homeNav:hover {color: #0066CC;}
A.homeNav:active {color: #0066CC;}


/*
color's for different article types:
Editorial "#6699cc"
Message from PLoS "#6699cc"
Message from the Founders "#6699cc"
Synopsis "#339900"
Essay "#ff9900"
Feature "#CC0000"
Unsolved Mystery "#6699cc"
Obituary "#cccccc"
Book Review/Science in the Media "#990066"
Correspondence "#cccccc"
Journal Club "#CC0000"
Primer "#339900"
Community Page "#ff9900"
Rearch Article "#cccccc"
*/

.pageType  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #cccccc;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}


.articleTypeEditorial  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #6699cc;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeMessagefromPLoS  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #6699cc;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeMessagefromtheFounders  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #6699cc;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeSynopsis  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #339900;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeEssay  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #ff9900;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeFeature  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeMystery  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #6699cc;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeObituary  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #cccccc;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeBookReview  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990066;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeCorrespondence  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #cccccc;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeJournalClub  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypePrimer  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #339900;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeCommunity  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #ff9900;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.articleTypeResearch {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	background-color: #cccccc;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.authors  {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt;
}

.affiliations  {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 9pt;
}

.abstract {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 11pt;
    font-weight:bold;
}

.notes {
	font-size: 10pt;
}

.correspondence {
	font-size: 10pt;
}

.tableTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	margin: 0px 5px 5px 5px; /*top, right, bottom, left*/
}

.tableLegend {
	font-size: 10pt;
	margin: 5px 5px 5px 5px; /*top, right, bottom, left*/
}

.figureTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	margin: 0px 5px 5px 5px; /*top, right, bottom, left*/
}

.figureLegend {
	font-size: 10pt;
	margin: 5px 5px 5px 5px; /*top, right, bottom, left*/
}

.movieTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	margin: 0px 5px 5px 5px; /*top, right, bottom, left*/
}

.movieLegend {
	font-size: 10pt;
	margin: 5px 5px 5px 5px; /*top, right, bottom, left*/
}

.navLegend {
	font-size: 10pt;
}

.navTitle {
	font-size: 10pt;
}

.suppTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	margin: auto auto 5px auto; /*top, right, bottom, left*/
}

.suppLegend { 
	font-size: 12pt; /*Why do we need this when the default size is already 12pt? */
	margin: auto auto 5px auto; /*top, right, bottom, left*/

}

.acknowledgments { /*Why do we need this when the default size is already 12pt? */
	font-size: 12pt;
}

.reference { /*Why do we need this when the default size is already 12pt? */
	font-size: 12pt;
}

.clickView {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	margin: 5px auto 5px 0px; /*top, right, bottom, left*/
}

A.clickView:link {color: #003399; margin: auto auto auto auto;}
A.clickView:visited {color: #003399; margin: auto auto auto auto;}
A.clickView:hover {color: #0066CC; margin: auto auto auto auto;}
A.clickView:active {color: #0066CC; margin: auto auto auto auto;}

.articleCitation {
	font-size: 10pt;
	margin: 5px 5px 5px 5px; /*top, right, bottom, left*/
}

.sideFigureTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	margin: auto 15px auto 15px; /*top, right, bottom, left*/
}

.sideFigureCaption {
	font-size: 10pt;
	margin: auto 15px auto 15px; /*top, right, bottom, left*/
}

.sideClickView{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	margin: 5px 15px auto 15px; /*top, right, bottom, left*/
}

A.sideClickView:link {color: #003399; margin: auto auto auto auto;}
A.sideClickView:visited {color: #003399; margin: auto auto auto auto;}
A.sideClickView:hover {color: #0066CC; margin: auto auto auto auto;}
A.sideClickView:active {color: #0066CC; margin: auto auto auto auto;}



/*
color's for different sideQuote types:
Editorial "#333399"
Message from PLoS "#333399"
Message from the Founders "#333399"
Synopsis "#339900"
Essay "#ff9900"
Feature "#CC0000"
Unsolved Mystery "#333399"
Obituary "#666666"
Book Review/Science in the Media "#990066"
Correspondence "#000000"
Journal Club "#cc0000"
Primer "#339900"
Community Page "#ff9900"
Rearch Article "#000000"
*/

.sideQuoteEditorial {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #333399;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuoteMessagefromPLoS {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #333399;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuoteMessagefromtheFounders {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #333399;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuoteSynopsis {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #339900;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuoteEssay {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #ff9900;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuoteFeature {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #CC0000;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuoteMystery {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #333399;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuoteObituary {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #666666;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuoteBookReview {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #990066;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuoteCorrespondence {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #000000;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuoteJournalClub {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #cc0000;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuotePrimer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #339900;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

.sideQuoteCommunity {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #ff9900;
	font-style: italic;
	margin: 15px 15px 15px 15px; /*top, right, bottom, left*/
}

/*
color's for different pullQuote types:
Editorial "#333399"
Message from PLoS "#333399"
Message from the Founders "#333399"
Synopsis "#339900"
Essay "#ff9900"
Feature "#CC0000"
Unsolved Mystery "#333399"
Obituary "#666666"
Book Review/Science in the Media "#990066"
Correspondence "#000000"
Journal Club "#cc0000"
Primer "#339900"
Community Page "#ff9900"
Rearch Article "#000000"
*/

.pullQuoteResearch {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

.pullQuoteEditorial {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #333399;
	font-style: italic;
	font-weight: bold;
}

.pullQuoteSynopsis{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #339900;
	font-style: italic;
	font-weight: bold;
}

.pullQuoteEssay {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #ff9900;
	font-style: italic;
	font-weight: bold;
}

.pullQuoteFeature {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #cc0000;
	font-style: italic;
	font-weight: bold;
}

.pullQuoteMystery {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #333399;
	font-style: italic;
	font-weight: bold;
}

.pullQuoteObituary {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

.pullQuoteBookReview {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #990066;
	font-style: italic;
	font-weight: bold;
}

.pullQuoteCorrespondence {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

.pullQuoteBookReview {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #990066;
	font-style: italic;
	font-weight: bold;
}

.pullQuoteJournalClub {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #cc0000;
	font-style: italic;
	font-weight: bold;
}

.pullQuotePrimer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #339900;
	font-style: italic;
	font-weight: bold;
}

.pullQuoteCommunity {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	color: #ff9900;
	font-style: italic;
	font-weight: bold;
}

.small {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}
.smallNav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

A.smallNav:link {color: #003399;}
A.smallNav:visited {color: #003399;}
A.smallNav:hover {color: #0066CC;}
A.smallNav:active {color: #0066CC;}













.contentsText {
	font-size: 12pt;
	margin: 1px auto auto auto; /*top, right, bottom, left*/
}

.contentsAuthors {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #000000;
	font-style: italic;
	margin: 1px 1px 1px 15px; /*top, right, bottom, left*/
}

.contentsNav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	font-weight: bold;
	margin: 1px 1px 1px 1px; /*top, right, bottom, left*/
}

.edBoardNames  {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt;
}

.indexAuthors  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	margin: auto auto auto auto; /*top, right, bottom, left*/
}

.indexReferences  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.indexAbstracts  {
	font-size: 10pt;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.indexLinks {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	margin: auto auto auto 15px; /*top, right, bottom, left*/
}

.boxTitle  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	margin: auto auto auto auto; /*top, right, bottom, left*/
}

.boxText {
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #003399;
	margin: auto auto auto auto; /*top, right, bottom, left*/
}
.boxNav {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: bold;
}

A.boxNav:link {color: #FFFFFF;}
A.boxNav:visited {color: #FFFFFF;}
A.boxNav:hover {color: #000000;}
A.boxNav:active {color: #FFFFFF;}

