.cv-text
{
    font-size: 10pt;
    line-height:1.35em;
}

.cv-text b
{
    color: #000000;
}

.cv-text-indent
{
    font-size: 10pt;
    margin-left:20px;
    line-height:1.35em;
}

.cv-body
{
	background-color: transparent;
	height:100%;
	margin:0;
	padding:0;
}

.cv-body-indent
{
	background-color: transparent;
	left:1%;
	height:100%;
	width:99%;
	margin:0;
	padding:0;
}

.cv-heading-one
{
	font-weight: bold;
	font-size: 14pt;
	font-family: arial;
	color: #333333;
	text-align: left;
	text-decoration: underline;
}

.cv-heading-two
{
	font-weight: normal;
	font-size: 12pt;
	font-family: arial;
	font-style: italic;
	color: #333333;
	text-align: left;
	text-decoration: underline;
}

.cv-summary-table
{
	width: 100%;
	border-collapse: collapse;
	border-color: black;
}

.cv-summary-leftcol
{
	width: 33%;
	background-color: #bbc1d9;
	vertical-align: top;
	font-weight: bold;
    font-size: 9pt;
    line-height:1.35em;
	color: #333333;
	text-align: left;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
}

.cv-summary-rightcol
{
	width: 67%;
	vertical-align: top;
	font-weight: normal;
    font-size: 9pt;
    line-height:1.35em;
	color: #333333;
	background-color:white;
	border-color: #333333;
	text-align: left;
	text-decoration: none;
	border-width: 1px;
	border-style: solid
}

.cv-job-table
{
	width: 100%;
	border-collapse: collapse;
	border-color: black;
}

.cv-job-leftcol
{
	width: 40%;
	vertical-align: top;
	font-weight: bold;
    font-size: 9pt;
    line-height:1.35em;
	background-color:white;
	border-color: #333333;
	color: #333333;
	text-align: left;
	text-decoration: none;
	border-width: 1px;
	border-style: solid
}

.cv-job-rightcol
{
	width: 60%;
	vertical-align: top;
	font-weight: normal;
    font-size: 9pt;
    line-height:1.35em;
	background-color:white;
	border-color: #333333;
	color: #333333;
	text-align: left;
	text-decoration: none;
	border-width: 1px;
	border-style: solid
}

.cv-job-descrip
{
	background-color: #bbc1d9;
	width: 67%;
	vertical-align: top;
	font-weight: normal;
	font-size: 11pt;
	font-family: arial;
	color: #333333;
	text-align: left;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
}

.cv-job-descrip b
{
    color:black;
}

