﻿body
{
	font-size: 11px;
	font-family: Verdana,arial;	
	margin-top: 0px;
	margin-left: 0px;
}
textarea
{
	font-size: 11px;	
	font-family: Verdana,arial;				
}
td
{
	font-size: 11px;		
}
td.title
{
	font-weight: bold;
	height: 25px;
}
input
{
	width:220px;	
	height: auto;
}
input.radio
{
	width: auto;
	height: auto;
}
.red
{
	color:Red;	
	font-weight: bold;
}
.black
{
	color: Black;
	font-size: 11px;
	font-weight: bold;
}
a
{
            text-decoration: none;
			color: #007bd5;
			background-image: url('media/gfx/link-arrow.png');
			background-repeat: no-repeat;
			background-position: 4px 4px;
			padding-left: 0px;
			font-size: 16px;
		}
a.blue
{
font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #639cd3;
	text-decoration: none !important;
	font-weight: bold;
text-decoration: none;
		}
a.blue:Hover
{
text-decoration: underline;
}