﻿body 
{
	margin: 0 5 0 5;
	background-color: White;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	background-color: White;
}
a {
	text-decoration : none;
}
a:link {
	color : blue;
	text-decoration : none;
}
a:visited {
	color : blue;
	text-decoration : none;
}
a:hover {
	color : red;
	text-decoration : underline;
}
h1 
{
    font-size: 14pt;
	font-weight: 800;
    font-variant: small-caps;
    font-family: Tahoma;
    text-align: center;
    margin: 0 0 10 0;
}
h2
{
	font-size: 12pt;
    font-variant: small-caps;
    font-family: Tahoma;
	font-weight: 800;
    text-align: center;
    margin: 0 0 0 0;
}
h3 
{
    font-size: 11pt;
    font-variant: small-caps;
    font-family: Tahoma;
	font-weight: 800;
    margin: 0 0 0 0;
}
h4
{
	font-size: 10pt;
    font-family: Tahoma;
	font-weight: 800;
    margin: 0 0 0 0;
}
hr
{
    height: 1px;
}
td
{
	font-size: 10pt;
    font-family: Tahoma;
    vertical-align: top;
    margin: 0 0 0 0;
}
.subHeader
{
    font-size: 10pt;
    font-family: Tahoma;
    margin: 0 0 0 10;
    text-align: center;
}
.leftMargin 
{
    margin: 0 0 0 10;
}
ul 
{
	margin-left: 20pt;
	list-style-type: disc;
}
.center
{
	text-align: center;
}
table.cvTable
{
	margin: 0px 0pt 0px 10px;
	width: 100%;
}
td.cvLeftColumn
{
	vertical-align: top;
	text-align: left;
	width: 150px;
}
td.cvRightColumn
{
	vertical-align: top;
}