<!--

/* standard text fonts*/
body, div, p, th, td, li, dd  {
	/* redundant selectors to help NS4 not forget */
	font-family : 'MS Sans Serif',Verdana,Helvetica;
	font-size :12pt; 
	color : white; 
	font-weight : Normal;
}

a  { color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 10pt; text-decoration:underline; font-weight: bold }
a:visited  { color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 10pt; text-decoration:underline;  font-weight: bold }
a:hover {color: red;  font-family: 'MS Sans Serif',Verdana,Helvetica; text-decoration:underline}

.normaltext {font-family: 'MS Sans Serif',Verdana,Helvetica; font-size :12pt; color : white; font-weight : Normal;}
.smalltext {font-family: 'MS Sans Serif',Verdana,Helvetica; font-size :12px; color : white; font-weight : Normal;}

.menulink  { color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 14px; text-decoration:none; font-weight: bold }
.menulink:visited  { color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 14px; text-decoration:none;  font-weight: bold }
.menulink:hover {color: red;  font-family: 'MS Sans Serif',Verdana,Helvetica; text-decoration:underline}

.normallink  { color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 12pt; text-decoration:underline; font-weight: bold }
.normallink:visited  { color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 12pt; text-decoration:underline;  font-weight: bold }
.normallink:hover {color: red;  font-family: 'MS Sans Serif',Verdana,Helvetica; text-decoration:underline}


.uxblink  { color: yellow; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 11px; text-decoration:none; font-weight: normal }
.uxblink:visited  { color: yellow; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 11px; text-decoration:none;  font-weight: normal }
.uxblink:hover {color: red;  font-family: 'MS Sans Serif',Verdana,Helvetica; text-decoration:underline}
.sidetitle {
	font-size: 12pt;
	font-weight :bold;
	font-family: 'MS Sans Serif',Verdana,Helvetica;
  	padding: 1px;
  	margin-top: 10px;
	
	letter-spacing: .1em;
  	border-bottom:2px dashed #2B3B52;
  	text-transform: uppercase;		
	color: white;
	
	}

.Fileheadertext {font-family: 'MS Sans Serif',Verdana,Helvetica;font-size :10pt; color : white; font-weight : bold;}




.columnborder {background-color: #798797; border-color: white; border-width: 2px; border-style: outset;}
.columnborder2 {background-color: #1b60ab; border-color: white; border-width: 2px; border-style: outset;}


.blogmorelink  { color: aqua; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 10px; text-decoration: none; font-weight: normal }
.blogmorelink:visited  { color: aqua; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 10px; text-decoration: none;  font-weight: normal }
.blogmorelink:hover {color: Red;  font-family: 'MS Sans Serif',Verdana,Helvetica; text-decoration:underline}

.blogtextlink  { color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 10pt; text-decoration: underline; font-weight: normal }
.blogtextlink:visited  { color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 10pt; text-decoration: underline;  font-weight: normal }
.blogtextlink:hover {color: Red;  font-family: 'MS Sans Serif',Verdana,Helvetica; text-decoration:underline}

.blogmenulink  { color: aqua; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 10pt; text-decoration:underline; font-weight: normal }
.blogmenulink:visited  { color: aqua; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 10pt; text-decoration:underline;  font-weight: normal }
.blogmenulink:hover {color: red;  font-family: 'MS Sans Serif',Verdana,Helvetica; text-decoration:underline}

.blogarchivetitle {color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 14pt; font-weight : Bold; text-transform:uppercase; border-bottom:2px dashed navy;}

.blogtext {color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 12pt; font-weight : normal; }
.blogheaderdate {color: aqua; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 12px; font-weight : normal; }
.blogheadertitle {color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 14pt; font-weight : Bold; }
.blogheadersection {color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 11px; font-weight : normal; }
.blogpicturetext {color: white; font-family: 'MS Sans Serif',Verdana,Helvetica; font-size: 9px; font-weight : normal; }
.blogseperator {height:2; color:white;}
.blogbreakline {height:2; color:white;}
	
	

-->