body {
   margin:0px 0px 0px 0px;
}

td.rdotted {
	border-right: 1px dotted #909090;
	padding-left: 12px;
	padding-right: 13px;
}

td.nodotted {
	padding-left: 12px;
	padding-right: 13px;
}

td.footerbar{
   background-color: #8CADC1;
   height: 20px;
}

table.main {

}

td.menu {
	border-right: 1px dotted #909090;
	width: 126px; /* Important, this must be hand checked by switching between screenshots and intro...
	                  the divider line should not move if the browser width is narrowed so the screenshot
	                  page has a horizontal scrollbar */
	padding-left: 12px;
	padding-right: 13px;
}

font.main_title {
	font-family: Arial, Helvetica;
	font-size: 18px;
	color: #353535;
	font-weight: bold;
	line-height: 60px;
}

font.main_text {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #0E1160;
}

font.menuref {
   font-weight: bold;
}

font.copyright {
	font-family: Verdana, Helvetica;
	font-size: 10px;
	color: #9F9F9F;
}

font.main_sub_title {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #353535;
	font-weight: bold;	
}

#menu a {
	font-family: Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #737788;
	text-decoration: none;
   padding: 2px 5px 2px 5px;
   line-height: 150%;
}
#menu a:link {
}

#menu a:hover{
   color: #404040;
   background-color: #8CADC1;

}

#menu a:visited{
}

#navbar a {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #737788;
	text-decoration: none;
	line-height: 150%;
}
#navbar a:link {
}

#navbar a:hover{
	text-decoration: underline;
   color: #0066CC;
}

#navbar a:visited{
}

#navbar p {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	font-weight:bold;
}

a {
	font-family: Verdana, Helvetica;
	font-size: 12px;
   color: #336699;
	text-decoration: underline;
	font-weight: bold;
}

a:link{
}

a:hover{
   color: #999966;
	font-weight: bold;
}

a:visited{
}

td,ol,ul,p{
   font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #0E1160;
}
li{
list-style: square
}

#author h1 {
	font-size: 16px;
	background-color: #d0d0d0;
	padding: 4px;	
}

