@charset "utf-8";
/* CSS Document */

/*TEXT*/
td{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:12px;
	color:#FFFFFF;
	}
p{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:12px;
	}
	
input{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:12px;
	}
	
textarea{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:12px;
	}
h1{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:1.5em;
	}
	
h2{
	font-family:"Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size:1.0em;
	padding:0px;
	margin:0px;
	}

/*LINKS*/
.red-link, .red-link:visited{
	color: #990000;
	}
.red-link:hover{
	color: #000000;
	}