/* ----------
    
	Master.css
	Master Style Sheet

	Defines the style for the Empire Financial Group website

---------- */

/* Start - Basic Formatting */
	body, normal, p, td, th, li {
		font-family: Arial, Helvetica, sans-serif;
		color: #000066;
		font-size: 10pt;
		list-style-type: square;
	}

	sup {
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		font-size: 7pt;
	}

	th {
		font-weight: bold;
	}

	h1 {
		font-family: arial, helvetica, sans-serif;
		font-weight: normal;
		color: #CC0000;
		font-size: 160%;
	}

	h2 {
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		color: #003366;
		font-size: 120%;
	}

	h3 {
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		color: #6699CC;
		font-size: 110%;
	}
/* End - Basic Formatting */

/* Start - Menu Formatting */
	td.MenuItem {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 80%;
		font-weight: bold;
		color:  #4460A0;
		text-decoration: none;
		margin-top: 0pt;
		margin-bottom: 0pt;
	}

	small {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		font-weight: bold;
		color:  #4460A0;
	}

	a.PageHeader {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		font-weight: bold;
		color:  #4460A0;
		text-decoration: none;
	}

	a:hover.PageHeader {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		font-weight: bold;
		color: #4F8EEC;
		text-decoration: none;
	}
	
	
	/* td.PageHeader {
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		color: #351782;
		font-size: 85%;
	} */
/* End - Menu Formatting */

/* Start - Coloured Table Formatting */
	th.Blue {
		background: B0CCFF;
		vertical-align: bottom;
	}

	td.Blue {
		background: E0E8FF;
		vertical-align: top;
	}

	td.White {
		background: white;
		vertical-align: top;
	}
/* End - Coloured Table Formatting */

/* Start - Miscellaneous formatting
           I am not sure where these styles are used */
	h6 {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 100%;
		font-weight: bold;
		color:  #4460A0;
		margin-top: 0pt;
		margin-bottom: pt;
	}

	.blakebig { font-family: Arial, Helvetica, Sans-Serif;
				font-size: 150%;
			  }
	.blakesmall { font-family: Arial, Helvetica, Sans-Serif;
				font-size: 100%;
			  } 

	small.Caption {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 85%;
		font-weight: normal;
		color: black;
	}
/* End - Miscellaneous formatting */

/* Start - Formatting for home page */
.side_menu {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003466;}
        a:link.side_menu { text-decoration: none; }
        a:visited.side_menu{ color: #003466; text-decoration: none; }
        a:hover.side_menu {	color: #CC0033; text-decoration: none; }

.heading {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #CC0033}
.quicklinks {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #669ACC}
        a:link.quicklinks { text-decoration: none; }
        a:visited.quicklinks{ color: #669ACC; text-decoration: none; }
        a:hover.quicklinks {	color: #003466; text-decoration: none; }
/* End - Formatting for home page */


/* Start - Content Manager Hotlinks Formatting */
    DIV.ContentManagerHotlinks {
        position: absolute;
        left: 240px;
        top: 50px;
    }
/* End   - Content Manager Hotlinks Formatting */

