.title {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}

.flush-right {
	margin-left: 9px;
}

.flush-left {
	margin-right: 9px;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #160A67;
}

.content {
	font-size: 12px;
	color: #000000;
}
.content a:link    { text-decoration: underline; color: #263293;}
.content a:visited { text-decoration: underline; color: #263293;}
.content a:hover   { text-decoration: underline; color: #CB1009;}
.content a:active  { color: #CB1009;}

.brand {
	font-size: 10px;
	color: #9CB0C4;
}
.brand a:link    { text-decoration: underline; color: #9CB0C4;}
.brand a:visited { text-decoration: underline; color: #9CB0C4;}
.brand a:hover   { text-decoration: underline; color: #FFFFFF;}
.brand a:active  { color: #FFFFFF;}

.form {
	font-size: 10px;
	color: #000066;
}

