﻿html,body 
{
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size:9pt;
	height: 100%;
}


select {
	font-family: tahoma;
}

a {
    text-decoration: none;
    font-size:9pt;
}

a[href="javascript:void(0);"]:link 
{
    color: black;
}

a[href="javascript:void(0);"]:visited 
{
    color: red;
}

a[href="javascript:void(0);"]:hover
{
    color: Blue;
}

a[href="javascript:void(0);"]:active
{
    color: darkblue;
}

.tableParts 
{
	border: none;
	width: 100%;
	height: auto;
} 

.clear {
 	clear:both
 }

