﻿#ted
{
	text-align: center;
	font: 13px Arial, "Sans Serif";
	line-height: 1.5em;
	margin: 0 0;
	padding: 0;
}
#ted a
{
    color: #3333ff;
    text-decoration: none;
}
#ted a:hover
{
    color: #55C015;
    text-decoration: underline;
}
#ted #header p
{
    text-align: inherit;
    padding: 0;
    display: inherit;
	margin: 10px;
	font-weight: bold;
}
#ted #contents
{
	/*width: 920px;*/
	text-align: left;
	margin: 0 auto;
}
#ted p
{
    text-align: inherit;
    padding: 0;
    display: inherit;
	font-weight: normal;
	margin: 0px;
}
#ted p.grseq
{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	margin: 5px;
}
#ted span.nomark
{
	width: 70px;
	text-align: right;
	float: left;
}
#ted span.timark
{
	font-weight: bold;
	margin-left: -3px;
}
#ted span.cpvCode 
{
	color: red;
	cursor: help;
}
#ted div.mlioccur
{
	padding-left: 80px;
}
