html {	background : #ffffff;	color: #000000;	font-family: Helvetica, Arial, sans-serif;	padding: 0px;}

i {	font-family: Times, serif;	font-size: 14px;}
body {	margin: 0px;	font-size: 13px;}


th {	font-size: 13px;	font-weight: bold;
}


td {	font-size: 13px;}


.title {	font-weight: bold;
	font-size: 15px;}

.textTitle {	font-weight: bold;
}
.unselectedMenu {	text-decoration: none;	color: #aaaaaa;}

.selectedMenu {	text-decoration: none;	color: #000000;
	font-weight: bold}

.divider {	color: #eeeeee;
	font-size: 11px;}
a {	font-size: 13px;	color : #999999;	text-decoration : none;}ul {	padding: 0px 0px 0px 50px;}.lower {	text-transform: lowercase;}


h1 {	font-weight: bold;
	font-size: 19px;	color: #000000;}

h2 {	font-weight: bold;
	font-size: 16px;	color: #000000;}

h3 {	font-weight: bold;
	font-size: 13px;	color: #000000;}

h4 {	font-weight: bold;
	font-size: 13px;	text-transform: lowercase;}
pre {
	width: 90%;	font-family: Courier, Courier New, mono;	font-size: 12px;	font-weight: normal;	background: #f3f3f3;	/* light gray */ 
	border: solid #dddddd;
	border-width: 1;
	padding: 8px;
	line-height: 1.2em;}

.code {	font-family: Courier, Courier New, mono;	font-weight: normal;}
