A, A:visited{
    color: Blue;
    text-decoration: none;
}

A:Hover{
    text-decoration: Underline;
}

body{
    font-size: 10pt;
    font-family: arial;
}

.PageHeading{

    border-bottom:dotted 1px #000000;
    margin-bottom:0px;
    
    font-family: Times New Roman;
	font-size: 18pt;
	font-weight: bold;
	color: red;
}

.PageSubHeading, .byline{
    margin: 4px 0px 16px 0px;
    font-family: tahoma, verdana, sans Serif;
	font-size: 8pt;
	color: #333333;
}

.byline{
    color: gray;
}

.ParaHeading{
	font-family: arial, sans serif;
	font-size: 10pt;
	font-weight: bold;
	color: #3a57b3;
}

.BlogDate, .BlogEntryTitle{
	font-size: 16pt;
	color: #333333;
	margin-bottom: 8px;
}

.BlogEntryTitle{
	border-bottom:dotted 1px #000000;
}

P{
	font-family: arial, sans serif;
	font-size: 8pt;
	color: 	#666666;
}

P B{
	color: black;
}

.contentarea P{
	font-size: 12pt;
}

.blogPost{
    padding: 12px 24px 0px 24px;
}

.TopNav{
    padding: 0px 0px 0px 16px;
    background-image: url(/assets/images/TopNav_background.jpg);
    background-repeat: no-repeat;
    color: White;
}

.TopNav A{
    font-family: arial, Sans-Serif;
	font-size: 9pt;
    font-weight: bold;    
    color: White;
}

.AsteriskNote{
    font-style: italic;
    font-size: 8pt;
}

div.results{
    background-color: Yellow;
    border: 1px solid black;
    padding: 4px 8px 2px 8px;
    margin-bottom: 8px;
}

Table.results TD{
    font-size: 12pt;
}

table.Affiliations td{
    padding-top: 12px;
}

.SeeAlso{
    font-size: 10pt;
}

LI{
    margin-top: 8px;
    margin-bottom: 8px;
}        
.ParaCaption{
    font-weight: bold;
    color: blue;
}

.SeeAlso{
    margin: 16px 0px 16px 0px;
    font-style: italic;
}

.SeeAlso A{
    margin: 0px 0px 0px 16px;
}

.TopNav A,
.TopNav A:visited{
    color: white;
}