@charset "utf-8";
/* CSS Document */

td {
font-family: Arial;
font-size: 12px;
color:#FFFFFF;
}

.left {
padding-left: 10px;
padding-top: 15px;
}

.content {
	vertical-align: top;
	background-color: #F5F5F5;
	padding: 11;
	font-family: Arial;
	font-size: 11px;
	color: #343434;
	font-style: normal;
	font-weight: normal;
	border: 1;
	border-style: solid;
	border-color: #D9D9D9;
}

h1 {
	font-family: Arial;
	font-size: 17px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration:underline;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration:underline;
}
h3 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bolder;
	color: #F6962E;
	text-decoration:underline;
}

a {color: #FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif; text-decoration:none}
a:hover {color: ##F6962E; text-decoration: underline; font-size:12px; font-family:Arial, Helvetica, sans-serif}

a.big {font-size:14px; font-weight:bold}
a.big:hover {font-size:14px; font-weight:bold}




