﻿body 
{
	font-family:Segoe UI;
	font-size:16px;
}

input
{
	font-family:Segoe UI;
	font-size:12px;
}

table {
	border-spacing: 0;
}

.copyright
{
	font-size:11px;
}

a
{
	text-decoration:none;
	color:White;
}

a:hover
{
	text-decoration:underline;	
}

.tablenospacing 
{
	padding: 0px;
	border-spacing: 0px;
}

.verticaltext 
{
    writing-mode: tb-rl;
    filter: flipv fliph;
}

select
{
    font-family:Segoe UI;
	font-size:12px;
}

.td_spacer
{
    width:20px;
    
}
.td_spacer_wide
{
    width:50px;
    
}
.td_label
{
    width:80px;
}