body, td {
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	color:#dedede;
}
	input { 
		color: #000000;
	}
	select, textarea {
		background-color: #f4f4f4;
		color: #000000;
	}
	.input_text, .input_button {
		background-color: #ffffff;
		border: 1px solid #cccccc;
	}

.title {
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: White;
	font-weight: normal;
}
.titlegray {
	font-family: "Trebuchet MS",Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #333333;
	font-weight: normal;
}
.titlered {
	font-family: "Trebuchet MS",Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #990000;
	font-weight: normal;
}
.subtitle {
	font-family: "Trebuchet MS",Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align:justify;
	color: #ffffff;
}
.subtitlegray {
	font-family: "Trebuchet MS",Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align:justify;
	color: #333333;
}
.subtitlered {
	font-family: "Trebuchet MS",Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align:justify;
	color: #990000;
}
a, a:visited, a:link {
	font-family: "Trebuchet MS",Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color:#eeeeee;
	/*background-color:#999999; padding-left:5px; padding-right:5px;*/
	/*border-bottom: 1px solid #dddddd ;*/
}