/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 5px;
	font-family: verdana, arial, helvetica;
	font-size: small;
}
.main {
	line-height: 1.5em;
	margin-left: 15px;
}

#page_wrapper {
    width: 760px;               
    margin: 0 auto;             /* centers the page */
}
#navBar a {
	color:				#7A00F4;
	background-color: 	#ffbc40;
	text-decoration: 	none;
	display: 			block;		/* else space after text in navbar will not be selected, for highlighting purposes*/
	padding:			8px 5px 8px 5px; /* top, right, bottom, left*/
	font-size: x-small;
	border-width: 1px 0px 0px 0px;
	border-color: #DF7000;
	text-align: center;
	border-style: solid;	/*else the border line does not appear even if border-width=1px*/
	font-weight: normal;
}
#navBar a:hover {
	color:				#FFFF00;
	background-color:	#7A00F4;
}
#navBar a:visited {
	color: 				fuchsia;
}
#navBar a:visited:hover {
	color:				#FFFF00;
}
.cellBorderTopBottom {
	border-width: 1px 0px 1px 0px;
	border-style: solid none solid none;
	border-top-color: #DF7000;
	border-bottom-color: #DF7000;
}
.main {
	padding: 10px 10px 5px 10px;
	font-size: small;
	border-width: 0px 0px 0px 0px;
}
span.clPurpleBold {
	color:#8000ff ;
	font-size: small;
	font-weight: bold;
}
span.clRedBold {
	color: red;
	font-size: small;
	font-weight: bold;
}
span.clRed {
	color: red;
	font-size: small;
}
span.clBrownBold {
  color: #CC6600;
	font-weight: bold;
	font-size: small;
}
span.fnSize1Bold{
	font-size: x-small;
	font-weight: bold;
}
span.fnSize2{
	font-size: small;
}
span.fnSize1 {
	font-size: x-small;
}

li {
	margin-bottom: 0.5em;
}
