/*
 * HTML tag styles
 */

// Colormatch colour is #2A5883

body                    { color: #000000;
                          background-color: #ffffff; }

a:active                { font-family: verdana, sans-serif; color: #ff0000; }
a:visited               { font-family: verdana, sans-serif; color: #551a8b; }
a:link                  { font-family: verdana, sans-serif; color: #0000bb; }
//a:link                  { font-family: verdana, sans-serif; color: #428BCF; }

h1, h2, h3, h4, h5, h6  { font-family: verdana, sans-serif;
                          font-weight: bold; }
//h1                      { font-size: 12pt; color: #191970; }
//h2                      { font-size: 10pt; color: #483D8B; }
//h3, h4                  { font-size: 10pt; color: #4169E1; }
h1                      { font-size: 14pt; color: #2A5883;  }
h2                      { font-size: 10pt; color: #CF9D42; }
h3, h4                  { font-size: 10pt; color: #428BCF; }


td						{ font-family: verdana, sans-serif; font-size: 10pt; }

p						{ font-family: verdana, sans-serif; font-size: 10pt; }

li						{ font-family: verdana, sans-serif; font-size: 10pt; }

/*
 * Custom Styles
 */

.err                   { font-family: verdana, sans-serif;
						 color: red;
						 font-size: 10pt; }
/*
.subSubHeading         { font-family: verdana, sans-serif;
						 color: #4169E1;
						 font-size: 10pt;
						 font-weight: bold }
.subHeading            { font-family: verdana, sans-serif;
						 color: #483D8B;
						 font-size: 10pt;
						 font-weight: bold }

.heading         	   { font-family: verdana, sans-serif;
						 color: #191970;
						 font-size: 12pt;
						 font-weight: bold }
*/
.subSubHeading         { font-family: verdana, sans-serif;
						 color: #428BCF;
						 font-size: 10pt;
						 font-weight: bold }
.subHeading            { font-family: verdana, sans-serif;
						 color: #CF9D42;
						 font-size: 10pt;
						 font-weight: bold }

.heading         	   { font-family: verdana, sans-serif;
						 color: #2A5883;
						 font-size: 13pt;
						 font-weight: bold }


.hint				   { font-family: verdana, sans-serif;
						 font-size: 8pt;}

.text					{ font-family: verdana, sans-serif;
						  font-size: 10pt; }

.estimateText			{ font-family: verdana, sans-serif;
							color: #2A5883;
						  font-size: 8pt; }


.navlink				{ font-size: 10pt; }
.navtext				{ font-size: 10pt; }
.footnotelink			{ font-size: 8pt; }
.footnote				{ font-family: verdana, sans-serif; font-size: 8pt; }

.formCaption			{ font-family: verdana, sans-serif; }
.formText				{ font-family: verdana, sans-serif; }

.fieldInfo			{ font-family: verdana, sans-serif;
							color: #2A5883;
						  font-size: 8pt; }