@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff
}

a:link {
	color: #999999;
}

a:visited {
	color: #666666;
}

#navigation {
	border-style: solid;
	border-color: #000;
	border-width: medium;
	border-spacing:inherit;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	float: left;
}

.columnmenu {
	float: left;
	width: 235px;
	text-align: left;
	padding: 15px 5px 5px 5px;
	display: inline;
	border-left: thin #000;
}

.columncv {
	float: left;
	width: 500px;
	text-align: left;
	padding: 5px 15px 15px 15px;
}

li {
	display: inline;
	margin-right: 10px;
}

li2 {
	display: block;
	margin-bottom: 15px;
}

li3 {
	display: block;
	margin-left: 25px;
}

h0, h01, h1, h11, h2, h22, h3, h33, h4 {
	display: inline;
}

h0 {
	font-size: xx-large;
	font-weight: bolder;
	color:#FF0000;
}

h01 {
	font-size: x-large;
	font-weight: bolder;
	color: #FF0000;
	
}

h1 {
	font-size: medium;
	font-weight: bolder;
}

h11 {
	font-size: small;
	font-weight: normal;
}

h2 {
	font-size: medium;
	font-weight: bolder;
}

h22 {
	font-size: medium;
	font-weight: normal;
}

h3 {
	font-size: smaller;
	font-weight: lighter;
}

h33 {
	font-size: smaller;
	font-weight: bold;
}

h4 {
	font-size: smaller;
	font-weight: lighter;
	font-style: italic;
}