@import "menu.css.php";

body										{	margin: 0px;
											padding: 0px;
											background: #fff;
											font-family: Arial, Helvetica, Verdana, sans-serif;
											font-size: 12px;
											color: #000;
										}

a										{	text-decoration: underline;
											color: #000;
										}
a:hover										{	text-decoration: none;
										}
a img										{	border: 0;
										}



#main										{	padding-left: 250px;
											background: url('/img/flag.png') left top no-repeat;
											min-height: 500px;
										}

#main #menu									{	height: 48px;
										}
#main #menu .menuline								{	padding: 0px 28px;
											display: block;
											float: left;
											height: 48px;
											line-height: 48px;
											margin: 0px 10px 0px 0px;
											font-weight: normal;
											font-size: 19px;
										}

#main #banner									{	padding: 0px 0px 9px 0px;
										}
#main #banner #tehbanner							{	width: 703px;
											height: 87px;
											display: block;
											background: url('/img/banner.png') 0px -15px no-repeat;
										}


.pagetitle									{	font-size: 1.2em;
											font-weight: bold;
											padding-top: 20px;
										}
.progtitle									{	display: none;
										}
.progdate									{	font-size: 1.2em;
											font-weight: bold;
											padding-top: 20px;
										}

.pagetext									{	text-align: justify;
											margin-top: 15px;
										}

.perftable									{	margin-top: 15px;
										}
.perftable td									{	height: 20px;
											line-height: 20px;
											padding: 0px 10px;
											text-align: left;
										}
.perftable .perfhead td								{	border-bottom: 1px solid #444;
										}
.perftable .perftr1 td								{	background: #eee;
										}

.progtable									{	margin-top: 15px;
										}
.progtable td									{	height: 20px;
											line-height: 20px;
											padding: 0px 10px;
											text-align: left;
										}
.progtable .proghead td								{	border-bottom: 1px solid #444;
											text-align: center;
										}
.progtable .progtr1 td								{	background: #eee;
										}
.progtable .progtime								{	border-right: 1px solid #444;
										}
.progtable .proghead .progtime							{	border-right: 0px;
											border-bottom: 0px;
										}

