.clear { clear:both; }
.headfont { font-family:Arial;
			font-size : 11px;
			color : white;
			}

.headmenu { font-family:Arial;
			font-size : 11px;
			color : white;
			text-decoration:none;
			}

.normalText {
				font-family:Arial;
				font-size : 14px;
			}
			
div.subMenu { border-bottom:1px solid black; background-color:#eee; padding:5px; margin-bottom:5px;}
div.subMenu > span { float:left; display:inline-block; height:20px; line-height:20px; vertical-align:middle; margin:0px 20px;}

/*** new definitions ***/
body,input,select	{	background-color:white;
			font-family:Arial;
			font-size : 11px;
			color : black;
		}
a { color:gray; text-decoration: none; }
a:hover { color:gray; text-decoration: underline; }

table { padding:0px; margin:0px; border-spacing: 0px; border-collapse: separate; }
table td { vertical-align:top;}

td.content { vertical-align: top; }
td.content table td { padding:3px;}
td.content table th { padding:3px;}

table.switch { }
table.switch td { vertical-align:top; border-bottom:1px solid black;}
table.switch td.row0 { background-color:white;}
table.switch td.row1 { background-color:#eee;}

table.table_main {  }
table.table_main td { vertical-align:top;}