﻿body {
	font: 12px/150% arial,sans-serif;
	color: #3f3f3f;
	text-align: center;
}
.container {
	text-align: left;
}
/*headings*/
h1, h2, h3, h4, h5 {
	margin: .5em 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #454545;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.highlight {
	background: lemonchiffon;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}
.greyText {
	color: #888;
}
.tooltipText {
    font-size: 13px;
    text-decoration:underline;
    color:#316594;
    font-weight:bold;
    cursor:help;
}
.tagText {
    color:#316594;
}
