body,td,th {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}
body {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
}
a {
	color: #FF0000;
	text-decoration: underline;
}

p.red {
	font-family: serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #FF0000;
}

a.red:link {
        font-family: serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        color: #ff0000;
}

a.red:hover {
        font-family: serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 14px;
        text-decoration: underline;
        color: #ff0000;
}

a.red:visited {
        font-family: serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        color: #ff0000;                                                                                                              
}

a.black:link {
        font-family: serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        color: #000000;
}

a.black:hover {
        font-family: serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 14px;
        text-decoration: underline;
        color: #000000;
}

a.black:visited {
        font-family: serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        color: #000000;
}

#convertertable /*.table*/
{
	font: menu;
	background-color: #a6a6a6;
	border: solid 2px #000000;
}
#convertertable .validator
{
	visibility: hidden;
	color: Red;
}
#convertertable .edit
{
	border: solid 1px #000000;
}
#convertertable .readonly
{
	background-color: #ffffff;
	border: solid 1px #000000;
}
#convertertable .button
{
	background-color: #a5bfff;
	border: solid 1px #000000;
	height: 20px;
	color: #000000;
}
#convertertable TD
{
	font-size: 120%;
	border-style: none;
}
#convertertable TD.td-hr
{
	padding-top: 0px;
	padding-bottom: 0px;
}
#convertertable TD.td-top
{
	padding-top: 10px;
}
#convertertable TD.td-bottom
{
	padding-bottom: 10px;
}
#convertertable HR
{
	color: #000000;
	height: 1px;
}

