/* TAG STYLES */

body, td { 
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

h1 { font-size: 13pt; 	font-weight: bold; }
h2 { font-size: 12pt; font-weight: bold; }
h3 { font-size: 12pt; }
h4  { font-weight: bold; }
h5 { text-transform: uppercase; }
h6 { font-style: italic; }

/* LINKS */

a { 
	color: PURPLE;
	text-decoration: none; 
}

a:hover { 
	color: red; 
	text-decoration: none; 
}

/* STANDARD STYLES */

.h-old-page-bg {
	margin-top: 0;
	margin-left: 0;
	margin-right: 5;
	margin-bottom: 0;
	background-image : url(blue-pixel.gif);
}

.h-page-bg {
	margin-top: 0;
	margin-left: 5;
	margin-right: 5;
	margin-bottom: 0;	
	background-color : #000099;
}


.h-nav-bg, a.h-nav-bg {
	color: purple;
	font-size: 8pt;
	text-decoration: none;
	
}

a.h-nav-bg:hover {
	font-weight: bold;
	color: red;
	text-decoration: none;
	background-color	: #000099;
}

/* Text styles */

.h-corner { 
	
	font-size: 8pt;
	color: #000000;
}

.h-bold-text {
	
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.h-pink-heading {
	
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #CC6699;
}

.h-white-heading {
	
	font-size: 10pt;
	font-weight: bold;
	
	color: white;
}

.h-white-emphasis {
	
	font-size: 12pt;
	font-weight: bold;
	color: white;
}


.h-blue-heading {
	
	font-size: 10pt;
	font-weight: bold;
	
	color: #000099;
}


.h-quote {
	font-family: times new roman;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #000099;
}

.h-quote-big {
	font-family: times new roman;
	font-size: 14pt;
	font-style: italic;
	color: #000000;
}


.h-bio {
	font-family: georgia, times new roman;
	font-size: 10pt;
	color: black;
}


.h-simple-quote {
	font-family: times new roman;
	font-size: 10pt;
	font-style: italic;
	color: #000099;
}

.h-testimonial {
	font-family: times new roman;
	font-size: 10pt;
	font-style: italic;
	color: #000000;
}



.h-caption {
	font-family: times new roman;
	font-size: 8pt;
	font-style: italic;
	color: #000000;
}

.h-simple {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}



.h-footer {
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.h-blue-footer {
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #000099;
}

.btn {
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}

 /*-------------------------------------------------------------------------------
	END
*/