@media print	{	

/* -- everywhere... -- */

body {
    background-color: #fff;
}
a {
	color : #000;
}
h1 {
    display : none;
}
h2 {
    border: none;
	margin: none;
	font-size : 14px;
    color : #000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3 {
    border: none;
	margin: none;
	font-size : 12px;
    color : #000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3 a {
	color : #000;
}
p{
    border: none;
    margin: none;
    text-align : justify; 
	font-size : 11px;
	color : #000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* -- left hand side container -- */

/* -- everywhere... in this container -- */

#left {
	display: none;
}

/* -- main area -- */

/* -- everywhere... in the main area -- */

#main {
    border: none;
	margin: none;
    float: left;
	margin-left: 20px;
	width: 450px;
	height : auto;
	color : #000;
}

/* -- those bits with the green border on the left... -- */

.main {
    border: none;
    margin: none;	
	color : #000;
}



.copyinfo {
    float: right;
	margin-top: 8px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
}
.copyinfo img {
	display: none;
}

/* -- formatting of those tables used within the cv -- */

.td1	{
 border: none;
 width: 100px;
 padding: 0px;
 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
 font-size: 11px;
 color : #000;}
.td2	{ 
 border: none;
 width: 150px;
 padding: 0px;
 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
 font-size: 11px;
 color : #000;}
.td3	{ 
 border: none;
 width: 35%;
 padding: 2px;
 font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
 font-size: 12px;
 color : #000;}
.td4	{ 
border: none;
width: 60%;
text-align : justify;
padding: 2px;
font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 12px;
color : #000;}

/* -- navigation on the right --*/

#right {
display: none;
}
