@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Courier New", Courier, monospace;
	font-size:11px;
line-height:1.25em;
font-weight: normal;

}

#leftCol {
//background-color:#EAEAEA;
	position: fixed;
	width: 225px;
}

#centerCol {
position: absolute;
left: 250px;
width: 400px;
}

p, h1, h2, li {
font-size:11px;
line-height:1.25em;
font-weight: normal;
}

p {
	//border-bottom-width: 1px;
	//border-bottom-style: dotted;
}


h2 {
	color: #000;
	text-decoration:underline;
	display:inline;
	margin: 0;
	padding: 0;
}

.name {
color:#0000CC;
}

a:link, a:visited {
	color:#FF0000;
	//border-bottom-width: 1px;
	//border-bottom-style: solid;
	//border-bottom-color: #000000;
	//text-decoration:none;
}

a:hover {
	background-color:#FF0000;
	color:#000;
	text-decoration:none;

}

a:active {
	background-color:#000;
	color:#FFF;
}

ul {
	list-style-type: none;
}

.title {
//font-family:Arial, Helvetica, sans-serif;
//font-weight:bold;
//font-style:italic;
//font-size:12px;
background-color:#FFFF00;
}

.name {
color:#0000FF;
}

.italic {
font-style:italic;
}

.session {
	text-transform: uppercase;
}

.indent {
padding-left: 2em;
}

.small {
font-size:9px;
}