

body
{
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #515151;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

tr { background-color: #ffffff}
.normal { background-color: #ffffff}
.highlight { background-color: #ff0000}

table
{
	font-size: 12px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #515151;
	border: none;
}

h1
{
	letter-spacing:2px;
	font-size: 18px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #515151;
	font-weight: bold;
	margin-top: 36px;
}

h2
{
	letter-spacing: 0px;
	font-size: 13px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #515151;
	font-weight: bold;
	margin-top: 18px;
	margin-left: 20px;

}

p
{
	display: block;
	text-align: justify;
	font-size: 12px;
}

p.monospace
{
	display: block;
	text-align: justify;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

div
{
	display: block;
	text-align: justify;
	font-size: 12px;
}

a:link
{
	color: #440000;
	font-weight:normal;
	text-decoration: underline;
}

a:hover
{
	color: #FF0000;
	font-weight:normal;
	text-decoration: underline;
}

a:visited
{
	color: #440000;
	font-weight:normal;
	text-decoration: underline;
}

a:visited:hover
{
	color: #FF0000;
	font-weight:normal;
	text-decoration: underline;
}

a.menu:link
{
    font-size: 10px;
	color: #440000;
	font-weight:normal;
	text-decoration: none;
	/*border-bottom: 1px dotted #000000;*/
}

a.menu:hover
{
    font-size: 10px;
	color: #FF0000;
	font-weight:normal;
	text-decoration: underline;
	/*border-bottom: 1px dotted #000000;*/
}

a.menu:visited
{
    font-size: 10px;
	color: #440000;
	font-weight:normal;
	text-decoration: none;
}

a.menu:visited:hover
{
    font-size: 10px;
	color: #FF0000;
	font-weight:normal;
	text-decoration: underline;
}

img.vertical_line
{
	width: 1px;
	height: 20px;
	text-align: left;
	vertical-align:text-top;
}

img.logo
{
	text-align: left;
	vertical-align: bottom;
}

table.main_width
{
	width: 640px;
	border: 0px;
	margin-left: 10px;
	margin-right: 10px;

}

table.full_table
{
	border-left-width: 4px;
	border-right-width: 4px;
	/*border-color: #000000;*/
	/**/

	border-left-style: solid;
	border-right-style: solid;

	border-left-color: black;
	border-right-color: black;
	border-top: black;
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom: black;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

table.testtable
{
	border-left-width: 4px;
	border-right-width: 4px;

	background: #fff url('images/white.png');
	/*border-color: #000000;*/
	/**/

	border-left-style: solid;
	border-left-width: 0px;

	border-right-style: solid;
	border-right-width: 0px;

	border-left-color: black;
	border-right-color: black;
	border-top: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

tr.black
{
	border-left-width: 4px;
	border-right-width: 4px;

	color: #ffffff;
	background: #000 url('images/black.png');
	/*border-color: #000000;*/
	/**/

	/*border-top-margin: 10px;*/

	border-left-style: solid;
	border-left-width: 0px;

	border-right-style: solid;
	border-right-width: 0px;

	border-left-color: black;
	border-right-color: black;
	border-top: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;

}

table.file_table tr:hover
{
	background: #FFFFAA;
}