
a {
color: #3c66fb;
text-decoration: underline;
}

a:hover {
color: #3c66fb;
text-decoration: none;
}

h1 {} /* Reserved for logo */

h2 {
margin: 0 0 0.6em 0;
font-weight: bold;
font-size: 1.4em;
}

h3 {
margin: 0 0 0.6em 0;
font-weight: bold;
font-size: 1.2em;
}

h4 {
margin: 0 0 0.8em 0;
font-weight: bold;
font-size: 1em;
}

h5 {
margin: 0 0 0.1em 0;
font-weight: bold;
font-size: 1em;
}

h6 {
margin: 0 0 0.1em 0;
font-weight: bold;
font-size: 1em;
}

.small {
font-size: 0.9em;
}

.x-small {
font-size: 0.8em;
}

.big {
font-size: 1.2em;
}

.x-big {
font-size: 1.4em;
}

.gray {
color: #999;
}

.red {
color: #cc0000;
}

.all-caps {
text-transform: uppercase;
}

.no-caps {
text-transform: none;
}

.lowercase {
text-transform: lowercase;
}

.no-italics {
font-style: normal;
}

.no-bold {
font-weight: normal;
}

.align-center,
div.align-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.align-left {
float: left;
margin: 0 1.5em 1.5em 0;
}

.align-right {
float: right;
margin: 0 0 1.5em 1.5em;
}

.clear-float {
clear: both;
display: block;
}

.image-border {
border: 1px solid #ccc;
}


/*========== Icons ==========*/
.email {
padding: 0 0 0 18px !important;
background: transparent url(/images/icons/email-icon-tiny.gif) no-repeat left center !important;
}

.excel {
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/excel-icon-tiny.gif) no-repeat left center !important;
}

.pdf {
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/pdf-icon-tiny.gif) no-repeat left center !important;
}

.word {
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/word-icon-tiny.gif) no-repeat left center !important;
}

.top-of-page {
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/arrow-up.gif) no-repeat left center !important;
}
/*========== END: Icons ==========*/


/*========== Tables ==========*/
table {
border-collapse: collapse;
}

table tr {
vertical-align: center;
}

table th {
padding: 0.2em 0.4em;
background: #ddd;
font-weight: bold;
}

table td {
padding: 0.2em 0.4em;
background: #fff;
border-bottom: 1px solid #ddd;
}
/*========== END: Tables ==========*/


