/*------------------|
|  Styles used by   |
|  heart-rhythm.org |
|------------------*/
                     /*--------------|
                     |  Everywhere   |
                     |--------------*/
/* Links are not shown until you mouseover  */
a:link, a:visited, a:active { text-decoration: none; color: #CC3333;
	font-family: "Verdana", "Arial"; font-size: 12px; font-weight: bold}
a:hover
{  color: #999999;
	font-family: "Verdana", "Arial";
	font-size: 12px;
	font-weight: bold; }

                     /*--------------|
                     |  Top Banner   |
                     |--------------*/
/* The row of 0-level buttons  */
.button
{	font-family: "Verdana", "Arial";
	font-size: 12px;
	color: #CC3333; }
.button_e { font-family: "Verdana", "Arial"; 
		font-size: 12px; color: #000000; font-weight: bold }

/* The navigation path in the top banner */
.path { font-family: Arial, Helvetica, sans-serif; font-size: 12px}

/* The quote of the day in the top banner */
.quoteofday { font-family: Arial, Helvetica, sans-serif; font-size: 12px}

                     /*---------------|
                     |  Left Column   |
                     |---------------*/
/* Left column menu item = the selected button in the top banner */
.topbutton { font-family: "Verdana", "Arial"; 
		font-size: 12px; color: #000000; font-weight: bold}

/* Left column menu items */
.menuitem {
	font-family: "Verdana", "Arial"; 
	font-size: 10px;
	color: #CC3333;
	font-weight: bold }

/* Left column sub-menu items */
.selected_item {  
	font-family: "Verdana", "Arial";  
	font-size: 10px; color: #000000;
	font-weight: bold }

/* Left column other text */
.left { font-family: "Verdana", "Arial"; color: #000000; font-size: 12px;
	font-weight: normal}

                     /*---------------|
                     |  Center Column |
                     |---------------*/
/* Center column title */
h1, h1.main { font-family: "Verdana", "Arial"; 
		font-weight: bold; text-align: center; font-size: 16px;
		color: #CC3333 }

/* Center column sub-title */
h2.main   { font-family: "Verdana", "Arial"; font-size: 14px}
h2.main_c { font-family: "Verdana", "Arial"; font-size: 14px; text-align: center}

/* Center column sub-sub-title */
h3.main   { font-family: "Verdana", "Arial"; font-size: 12px}
h3.main_c { font-family: "Verdana", "Arial"; font-size: 12px; text-align: center}

/* Center column body */
.main { font-family: "Verdana", "Arial"; font-size: 11px}
p     { font-family: "Verdana", "Arial"; font-size: 11px}
p.orange { color: #CC3333; font-weight: bold; }

/* Center column, for emphasis */
.emphasis { font-family: "Verdana", "Arial"; 
	font-size: 11px; color: #CC3333; font-weight: bold}

                     /*---------------|
                     |  Right Column  |
                     |---------------*/
/* Right column announcement */
.announce
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}

/* Right column poem */
.poem { font-family: Arial, Helvetica, sans-serif; font-size: 11px}

/* Right column other text */
.right { font-family: Arial, Helvetica, sans-serif; font-size: 11px}
