/* the following code will reset all css (baseline everything)

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.6em;
}
a {
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #660000;
}
.kBodyTextBase {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.6em;
}
.kCVItem {
	line-height: 1.5em;
}
.kQuotationAuthor {
	line-height: 1.3em;
	color: #666666;
}
.kWorkTitle {
	font-style: italic;
}
.kMenuCurrentSelection {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
.kMenuItem {
	font-size: 9pt;
	color: #666666;
}
.kSmallNote {
	font-size: 9pt;
	line-height: 1.5em;
}
.kSmallNoteGray {
	font-size: 9pt;
	line-height: 1.5em;
	color: #666666;
}
.kHeadingLevel0 {
	font-size: 10pt;
	font-weight: bold;
}
.kHeadingLevel1 {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
.kHeadingLevel2 {
	font-size: 10pt;
	font-style: italic;
	color: #333333;
}
#kPageLogoHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 160px;
}
#kPageSideBar {
	position: absolute;
	top: 154px;
	left: 20px;
	width: 260px;
}
#kPageMainContent {
	position: absolute;
	top: 160px;
	left: 300px;
	width: 680px;
}
