

body, table{
   font-size: 16px;
   line-height: 1.6em;       
   font-family: times, sans-serif;
   text-decoration: none;
   font-weight: normal;   

}
body{
   text-align:center;
   margin:0;
   color: black;
}

p.title {text-align: center; font-size: 35px; font-family: times, sans-serif; }

p.right { text-align: right; }

img {border-width:0px; border-style:none;}


a.box {
	
	background-color: #FFFFFF;
	text-decoration: none;padding: 3px;border: medium solid #CCCCCC;color: #000000;
	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.box:hover {
    color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




a.nav{font-weight: normal; font-size: 18px; }
a.nav:link {text-decoration: none}
a.nav:visited {text-decoration: none}
a.nav:active {text-decoration: none}
a.nav:hover {text-decoration: underline; }

p.comment { text-align: left; font-size:12px; font-style: italic}

p.footer {
   font-size: 14px;
   line-height: 1.6em;       
   color: #666666;
   font-weight: normal;  
}

table.info {
	background-color: #F0F0F0;
	border: 3px solid #336666;
}

table.pic {
	background-color: #DBE6DE;
	border: 1px solid #B0B0B0;
}

td.dotted_border {
	background-image: url(./imgs/dot.gif);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px 10px;
	width: 2px;
}

td.dotted_border_h {
	background-image: url(./imgs/dot.gif);
	background-position: center;
	background-repeat: repeat-x;
}

td.fieldName {
	text-align: right;
	font-weight: bold;
}
