/* TMS2007 CSS Document */

a:link {color:#cc3300; text-decoration:none;}
a:visited {color:#cc3300; text-decoration:none;}
a:hover {color:#ff9933; text-decoration:underline;}
a:active {color:#996600; text-decoration:underline;}

body {
	margin-left: 0px;
	margin-top: 0px;
}

table.outline {
margin-left:10px;
margin-top:10px;
	font-family: "Arial, Helvetica, sans-serif";
font-size:11px;
color:#666666;
line-height:18px;
}

.headline {
	margin-left:10px;
	margin-top:5px;
	font-family: "Arial, Helvetica, sans-serif";
	font-size:11px;
	color:#666666;
	line-height:18px;
	margin-bottom: 10px;
}

td.bottom_line {
border-color:#666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

td.main {
margin-left:10px;
margin-top:10px;
	font-family: "Arial, Helvetica, sans-serif";
font-size:14px;
color:#666666;
line-height:18px;
}

td.title {
	font-family: "Arial, Helvetica, sans-serif";
font-size:14px;
font-weight:bold;
color:#666666;
line-height:18px;
}

td.footer {
	font-family: "Arial, Helvetica, sans-serif";
font-size:11px;
color:#666666;
line-height:18px;
border-color:#666666;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
}

body,td,th {
	font-family: "Arial, Helvetica, sans-serif";
}

.smallphoto {
	border: 1px solid #999999;
}

/* tableline */
.tableline {
border-right:1px solid #999999;
border-bottom:1px solid #999999;
}
.tableline td{
border-left:1px solid #999999;
border-top:1px solid #999999;
}

.non_tableline {
border-right:none;
border-bottom:none;
}
.non_tableline td{
border-left:none;
border-top:none;
}

