a.grey
{
	color: #666666;
	text-decoration: none;
}

a.grey-u
{
	color: #666666;
	text-decoration: underline;
}

a.red
{
	color: #DD6657;
	text-decoration: none;
}

a.red:hover
{
	text-decoration: underline;
}

a.white
{
	color: white;
	text-decoration: none;
}

a.white:hover
{
	text-decoration: underline;
}

body
{
	background-color: #F7F7F7;
	color: #505050;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	margin: 25px;
}

h1
{
	color: #666666;
	font-family: georgia, "times new roman", times, serif;
	font-size: 140%;
	font-weight: normal;
	margin: 0px;
	text-align: center;
}

h1.text
{
	color: #DD6657;
	margin: 0px 0px 30px 0px;
}

h2
{
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin: 30px 0px 15px 0px;
}

hr
{
	border: 0px;
	color: #D0D0D0;
	background-color: #D0D0D0;
	height: 1px;
	margin: 30px 20px 30px 20px;
}

img
{
	border-width: 0px;
}

p.info
{
	text-align: justify;
}

table
{
	border-collapse: collapse;
}

td.border-tl
{
	background: url(img/border-tl.gif) no-repeat bottom right;
	width: 5px;
}

td.border-t
{
	background: url(img/border-t.gif) repeat-x bottom;
	height: 5px;
}

td.border-tr
{
	background: url(img/border-tr.gif) no-repeat bottom left;
	width: 96px;
}

td.border-l
{
	background: url(img/border-l.gif) repeat-y right;
	width: 5px;
}

td.border-r
{
	background: url(img/border-r.gif) repeat-y left;
	padding: 300px 0px 0px 0px;
	vertical-align: top;
	width: 96px;
}

td.border-bl
{
	background: url(img/border-bl.gif) no-repeat top right;
	width: 5px;
}

td.border-b
{
	background: url(img/border-b.gif) repeat-x top;
	height: 5px;
}

td.border-br
{
	background: url(img/border-br.gif) no-repeat top left;
	width: 96px;
}

td.bottom
{
	color: #666666;
	font-size: 90%;
	text-align: center;
}

td.copy
{
	color: gray;
	font-size: 70%;
	font-style: italic;
	padding: 5px 10px 20px 10px;
}

td.data
{
	border: 1px #EAEAEA solid;
	padding: 20px;
	vertical-align: top;
}

td.detail
{
	border: 1px #EAEAEA solid;
	font-size: 90%;
	padding: 5px;
}

td.main
{
	background: white url(img/back.jpg) no-repeat top right;
	padding: 10px;
}

td.menu
{
	border-bottom: 1px #EAEAEA solid;
	border-left: none;
	border-right: none;
	border-top: 1px #EAEAEA solid;
	font-size: 90%;
	height: 30px;
	padding: 0px 0px 0px 10px;
}

td.menu:hover
{
	background-color: #F4F4F4;
}

td.red
{
	background-color: #C30011;
	color: white;
	font-size: 90%;
	height: 30px;
	padding: 0px;
}

td.redback
{
	background: url(img/red.gif) no-repeat;
	height: 30px;
}

td.title
{
	font-family: georgia, "times new roman", times, serif;
	font-size: 130%;
	font-weight: normal;
	height: 30px;
	padding: 0px 0px 0px 10px;
}
