@CHARSET "UTF-8";

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
}

ul li, ol li {
    margin-left: 20px;
}

a:link {
	text-decoration: none;
}

a:hover {
	//text-decoration: underline;
}

h1 {
    font-size:24px;
    color:#999;
    margin:10px 0 10px 0;
}

h2 {
    font-size:16px;
    color:#666;
    margin:5px 0 5px 0;
}

p {
    font-size: 12px;
    color: #333;
    margin: 0 0 5px 0;
}

.smallText {
    font-size: 10px;
}

h3, h3 a {
    font-size: 13px;
    color: #333;
    margin: 5px 0 5px 0;
}

#footer a {
    margin: 0 5px 0 5px;
    text-decoration: none;
}

#footer {
    text-align: center;
}

#footer a:hover {
    text-decoration: underline;
}

.content-box p {
	text-align: center;
	font-size: 13px;
}

#leftPane-sub a {
	text-decoration: none;
}

/* Custom */
.txt-heavy {
	font-weight: bold;
}

.heavy {font-weight:bold; font-size:12px;}

.address-nav, span.or, .copyright, .txt-small {
    font-size: 10px;
}

.txt-smaller {
	font-size: 8px;
}

.txt-med {
	font-size: 11px;
}

.center {
    text-align: center;
}

.headline {
	font: 17px Arial;
}

.headline-sub {
	font: 20px Arial;
	padding-bottom: 5px;
}

.headlineLink-print, .headlineLink-email {
    font-size: 12px;
    padding: 0px 0 0 20px;
}

.breadcrumb {
	font-weight: bold;
	font-size: 11px;
}

#subPageContent p { margin-left: 0; }

a.subscribe:link { text-decoration: none; color: #999900; }
a.subscribe:visited { text-decoration: none; color: #6b6b01; }
a.subscribe:hover { text-decoration: none; color: #999900; }
a.subscribe:active { text-decoration: none; color: #000; }

/* Generic Classes */
.txt-right {
	text-align: right;
}
