 
/* Style sheet for MakeMeetingsMatter.com */

body { 
	font-family: "Arial", sans-serif; font-size: medium;
	background-color: #ddd7dd;
}

.maintablebackgroundcolor /* defines background color for main table - white */
{
	background-color: #ffffff;
}

.headerbackgroundcolor /* defines background color for main header - purple */
{
	background-color: #440e62;
}

.menubackgroundcolor /* defines background color for menu table - green */
{
	background-color: #3eb24d;
}

.menudividercolor /* defines background color for dividers (1-pixel table cells in menu) - purple  */
{
	background-color: #440e62;
}

.horizontaldividercolor /* defines background color for horizontal dividers - green */
{
	background-color: #3eb24d;
}

h1 { 
  font-family: "Arial", sans-serif; font-size: 2.0em; font-weight: bold; font-style: normal;
  color: #ffffff; text-align: center;
  margin-top: .25em; margin-bottom: .25em; }

h2 { 
  font-family: "Arial", sans-serif; font-size: 1.25em; font-weight: bold; font-style: normal;
  color: #440E62; text-align: left;
  margin-top: 0em; margin-bottom: 0em; }   
  
.h2subhead { 
  font-family: "Arial", sans-serif; font-size: 1.0em; font-weight: normal; font-style: italic;
  color: #ffffff; text-align: center;
  margin-top: 0em; margin-bottom: 0em; }

h3 { 
  font-family: "Arial", sans-serif; font-size: 1.15em; font-weight: bold; font-style: normal;
  color: #000000; text-align: left;
  margin-top: .0em; margin-bottom: 0em; }

.h3centered { 
  font-family: "Arial", sans-serif; font-size: 1.15em; font-weight: bold; font-style: normal;
  color: #000000; text-align: center;
  margin-top: .0em; margin-bottom: 0em; }
    
h4 { 
  font-family: "Arial", sans-serif; font-size: 1.1em; font-weight: bold; font-style: normal;
  color: #000000; text-align: left;
  margin-top: .0em; margin-bottom: 0em; }
   
p { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }
	
.maintext { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }
	
.maintextlight { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #ffffff; }
		
li { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }

.largetext { 
   font-family: "Arial", sans-serif; font-size: 1.25em; color: #000000; }
		
.mediumtext {
   font-family: "Arial", sans-serif; font-size: .85em; color: #000000; }

.smalltext {
   font-family: "Arial", sans-serif; font-size: .8em; color: #000000; }

.smalltextwhite {
   font-family: "Arial", sans-serif; font-size: .8em; color: #ffffff; }

.articletitletext { 
   font-family: "Arial", sans-serif; font-size: .95em; font-weight: bold; color: #000000; }
		
.articledescriptiontext { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }

.quoteboxbackground /* quote boxes background color=purple */
{ 
   background-color: #440e62;
}
		
.quotetext { 
   font-family: "Arial", sans-serif; font-size: .9em; font-style: italic; color: #000000; }

.whoquotedtext { 
   font-family: "Arial", sans-serif; font-size: .9em; color: #000000; }
	
a:link { color: #38AE4D; } /* unvisited links, green */

a:visited { color: #990099; } /* visited links, purple */

a:active { color: #990099; } /* when link is clicked */

a:hover  {  color: #cc9900; } /* hover, dark gold */

/* menunav, navigation for main menu buttons. 
 Link color: white, visited color white, hover color gold.
bold, no underline except when hovering. */

a.menunav:link
{
	color: #FFFFFF;
	font-size: .8em;
	text-decoration :none;
	font-weight :bold;
}

a.menunav:visited
{
	color: #FFFFFF;
	font-size: .8em;
	text-decoration: none;
	font-weight: bold;
}

a.menunav:hover
{
	color:#ffff99;
	font-size:.8em;
	font-weight:bold;
	text-decoration: underline;
}
