﻿body {
	font-family : sans-serif;
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	
}
p {
	font-size : 10pt;
	margin-left : 5px;
}

.welcome {
	font-size : 9pt;
	font-weight : bold;
	color : #134C95;
	text-align : right;
	margin-top : 2px;
}

.small {
	font-size : 8pt;
	margin-left : 5px;
}
.smallbold {
	font-size : 8pt;
	margin-left : 5px;
	font-weight : bold;
}
.smallindent {
	font-size : 8pt;
	margin-left : 25px;
}
table {
	font-size : 9pt;
}

a {
	color : #134C95;
}

.indent 
{
    margin-left : 5pt;
}

.emphasis {
	font-weight : bold;
}

.redbold {
	color: #f03226;
	font-weight : bold;
}

.large {
	font-size : 12pt;
	font-weight : bold;
}

.subhead {
	font-size : 12pt;
	font-weight : bold;
	color : black;
}

.tablehead {
	font-size : 10pt;
	font-weight : bold;
	color : black;
}

.intro {
	font-weight : bold;
	color : #3366cc;
}