body {
	font-size: 13px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	}

a {	
	color: black;
	text-decoration: underline;
	}
	
a.sap {	
	color: silver;
	text-decoration: underline;
	}
	
.tble {
	width: 200px;
	height: 150px;
	text-align: center;
	}
	
.line {
	width: 100%;
	height: 21px;
	background-image: url('img/line.gif');background-repeat: repeat-x;
	}
	
.lineb {
	width: 100%;
	height: 21px;
	background-image: url('img/lineb.gif');background-repeat: repeat-x;
	padding-bottom: 20px;
	}
	
.clearing {
	height: 20px;
	margin:0;
	clear: both;
	}
	
.menu {
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	color: white;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	}

.mlink {
	color: white;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	}
	
.mlink:hover {
	color: silver;
	}

.tmenu {
	float: left;
	height: 21px;
	background: black;
	vertical-align: bottom;
	padding-top: 4px;
	}

a.tlink {
	color: silver;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
	background: none;
	}
	
a.tlink:hover {
	color: white;
	}
	
.tline {
	float: left;
	width: 1px;
	height: 25px;
	background: black;
	background-image: url('img/tline.gif');
	background-repeat: no-repeat;
	}

.title {
	color: gray;
	font-size: 16px;
	font-family: Arial,Verdana,Helvetica,sans-serif;;
	font-weight: bold;
	margin-bottom: 5px;
	}

.comment {
	color: gray;
	}