﻿body {
	margin: 10px 10px 10px 10px;
}
td {
    font: 12px 'Segoe UI' , Arial;
    color: #444444;
}	
.Small {
	font: normal 10px 'Segoe UI', Arial;
	color:#888888;
}	
.Large {
	font: bold 15px 'Segoe UI', Arial;
	color:#F9B516;
}	
.btnSelectOff  
{
    border-top:solid 1px #c0c0c0;
    border-right:solid 1px #c0c0c0;
    border-bottom:solid 1px #f3f3f3;
    border-left:solid 1px #c0c0c0;
    background-color:#f3f3f3;
    color:#4F4C4D;
}    
.btnSelectOn  
{
    border-top:solid 1px #c0c0c0;
    border-right:solid 1px #c0c0c0;
    border-bottom:solid 1px #f0c458;
    border-left:solid 1px #c0c0c0;
    background-color:#f0c458;
    color:#ffffff;
}    
a:link, a:visited, a:active {
	color:#666666;	
	text-decoration:none;
}	
a:hover {
	color:#F9B516;	
	text-decoration:underline;
}	
a.Small:link, a.Small:visited, a.Small:active {
	font: normal 10px 'Segoe UI', Arial;
	color:#666666;	
	text-decoration:none;
}	
a.Small:hover {
	font: normal 10px 'Segoe UI', Arial;
	color:#F9B516;	
	text-decoration:underline;
}	
input {
	font: normal 12px 'Segoe UI', Arial;
	color:#4F4C4D;
}
select {
	font: normal 12px 'Segoe UI', Arial;
	color:#4F4C4D;
}    
textarea {
	font: normal 12px 'Segoe UI', Arial;
	color:#4F4C4D;
}
.txtMessage 
{
    padding:3px;    
}



