td.liteline {
	background-image: url(assets/v_line.jpg);
	background-repeat: repeat-y;
}
td.top {
	background-image: url(assets/top_bit.jpg);
	background-repeat: repeat-x;
}
td.bottom {
	background-image: url(assets/orange_bit.jpg);
	background-repeat: repeat-x;
	height: 24px;

}
body, div, h1, h2, h3, input, label, li, link, ol, p, table, td, textarea, th, tr, ul {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #336699;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #336699;
	text-decoration: none;
}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}
td.pagetitle {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	padding-bottom: 10px;
}

a.name:link {
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

a.name:visited {
	font-size: 10px;
	font-weight: bold;
	color: #660033;
	text-decoration: none;
}

a.name:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a.name:active {
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

.name {
	font-size: 10px;
	color: #336699;
}

td.cvname {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

td.cvtext	{
	font-size: 11px;
	text-align: justify;
	padding-left: 5px;
}

td.cvline	{	background-image: url(assets/cv_vline.jpg);	background-repeat: repeat-y;	}