FONT		{FONT-FAMILY: Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; FONT-SIZE: 8pt}
TD		{FONT-FAMILY: Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; FONT-SIZE: 8pt}
body { 
  /* Boring colors for modern styling */
  font-family: Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial;
  font-size: 8pt;
  background-color: white;
  color: black;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

P		{FONT-FAMILY: Verdana,Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; FONT-SIZE: 8pt}
DIV		{FONT-FAMILY: Verdana,Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; FONT-SIZE: 8pt}
INPUT		{FONT-FAMILY: Verdana,Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; FONT-SIZE: 8pt}
TEXTAREA	{FONT-FAMILY: Verdana,Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; FONT-SIZE: 8pt}
FORM 		{FONT-FAMILY: Verdana,Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; FONT-SIZE: 8pt}
A:link     { 
  text-decoration: none; 
  font-weight: bolder;
  color: #008080;
}
A:visited  { 
  text-decoration: none; 
  font-weight: bolder;
  color: #008080;
}
A:active   { 
  text-decoration: none; 
  font-weight: bolder;
  color: #008080 
}
A:hover    { 
  /* text-decoration:underline;  */
  background-color: #abd0fa; 
  color: black; 
}

.title 		{
  BACKGROUND: none; 
  COLOR: #000000; 
  FONT-SIZE: 10pt;
  FONT-WEIGHT: bold; 
  FONT-FAMILY: Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; 
  TEXT-DECORATION: none;
}
.content 	{
  BACKGROUND: none; 
  COLOR: #000000; 
  FONT-FAMILY: Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; 
  FONT-SIZE: 8pt;
}

.contentcategories {
  background-color: #dadee3;
}

/* News body wrapper */
.news {
  margin-top: 0.6em;
  margin-bottom: 0.9em;
  /* margin-left: 0.4em; */
  /* margin-right: 0.4em; */
}

.news_title {
  background-color: #dadee3;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.news_body {
  padding-top: 0.6em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.news_moreline {
}

.storytitle 	{
  BACKGROUND: none; 
  COLOR: #008080; 
  FONT-SIZE: 10pt; 
  FONT-WEIGHT: bold; 
  FONT-FAMILY: Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; 
  TEXT-DECORATION: none;
}
.storycat	{
  BACKGROUND: none; 
  /* COLOR: #000000;  */
  /* FONT-SIZE: 10pt;  */
  FONT-WEIGHT: bold; 
  FONT-FAMILY: Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; 
  /* TEXT-DECORATION: underline; */
}

.boxtitle 	{
  margin-top: 0.6em; /* matches content */
  margin-bottom: 0;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-bottom: 0;
  border-left: thin black solid;
  border-right: thin black solid;
  background-color: #a0c3ea;
  COLOR: #000000;
  FONT-SIZE: 8pt; 
  FONT-WEIGHT: bold; 
  FONT-FAMILY: Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; 
  TEXT-DECORATION: none
}

.boxcontent 	{
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0;
  border-left: thin black solid;
  border-right: thin black solid;
  BACKGROUND: none; 
  COLOR: #000000; 
  FONT-SIZE: 8pt; 
  FONT-FAMILY: Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; 
}

.option 	{
  BACKGROUND: none; 
  COLOR: #000000; 
  FONT-SIZE: 10pt; 
  FONT-WEIGHT: bold; 
  FONT-FAMILY: Verdana,Microsoft Sans Serif,Helvetica,Helv,Arial; 
  TEXT-DECORATION: none
}
.tiny		{
  BACKGROUND: none; 
  COLOR: #000000; 
  FONT-SIZE: 7pt; 
  FONT-WEIGHT: normal; 
  FONT-FAMILY: Verdana, Helvetica; 
  TEXT-DECORATION: none
}

titlebar {
  font-size: 120%; 
  font-weight: bolder;
}

/* I like my header sizes slightly smaller than the default */    
h1 {
  font-size: 155%;
  margin-bottom: 0.3em; 
  text-align: center;
}
h2 { 
  font-size: 125% ; 
  margin-bottom: 0.3em; 
}

h3 { 
  font-size: 110%;
  margin-bottom: 0.3em;
} 

ul {
  list-style-type: square; /* was "none" */
  list-style-image: url("/files/bluesquare.png");
  margin-top: 0;
  padding-top: 0;
}

/* content */
DIV.content {
  /* margin-left: 1em; */
  /* margin-right: 1em; */
  text-align: justify;
  vertical-align: center; 
} 

/* content subsection */
DIV.contentsection {
  padding-top: 0.6em;
  /* padding-left: 0.6em; */
  /* margin-right: 0.6em; */
  margin-bottom: 0.6em;
} 

/* Workaround because tables that specity a 100% width */
/* don't combine well with  margins in Exploder. */
.contentsectionbottom {
  padding-bottom: 0.6em;
  border-bottom: solid gray;
}

/* Header section */
DIV.head {
  background-color: #a0c3ea;
  border-top: solid thin black;
  border-bottom: solid thin black;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* header background is different: fix link colors */
A.head:link     { 
  font-weight: normal;
  color: black;
}

A.head:visited  { 
  font-weight: normal;
  color: black; 
}

A.head:active   { 
  font-weight: normal;
  color: black; 
}

A.head:hover    { 
  font-weight: normal;
  color: black; 
}


/* Remove extra padding within the header */
.head H1 { 
  margin-top: 0; 
  padding-top: 0; 
  margin-bottom: 0;  
  padding-bottom: 0;   
}

.head P {
  margin-top: 0; 
  padding-top: 0; 
  margin-bottom: 0;  
  padding-bottom: 0;   
}

/* Footer section */
DIV.foot {
  background-color: #a0c3ea;
  color: black;
  border-top: solid thin black;
  border-bottom: solid thin black;
  padding-top: 0.3em;
  margin-top: 0.3em;
}

/* header background is different: fix link colors */
A.foot:link     { 
  font-weight: bolder; 
  color: black;
}
A.foot:visited  { 
  font-weight: bolder; 
  color: black; 
}
A.foot:active   { 
  font-weight: bolder; 
  color: black; 
}
A.foot:hover    { 
  color: black; 
}

