﻿/*
Stylized Company Logo
Example Usage: <div class="CompanyName">ALNO<b>|</b><em>AUSTIN</em></div>
*/
.CompanyName {
	margin: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: inline;
	letter-spacing: 0.1em;
	display: inline;
	font-weight: bolder;
	font-size: 0.8em;
}
.CompanyName b {
	vertical-align: top;
	color: #CC0000;
	font-size: 1.1em;
}
.CompanyName em {
	color: #838383;
	font-style: normal;
}

h6
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    letter-spacing: 0.1em;
    display: inline;
    font-weight:bolder;
    font-size: 0.8em;
    margin-left: 0.0em;
    margin-right: 0.1em;
}

h6 b {
	vertical-align: top;
	color: #CC0000;
	font-size: 1.1em;
}
h6 em {
	color: #838383;
	font-style: normal;
}
