@charset "utf-8";

a:link {
	color: #17B1E7;
	text-decoration: none;
}
a:visited {
	color: #17B1E7;
	text-decoration: none;
}
a:hover {
	color: #FFC409;
	text-decoration: underline;
}
a:active {
	color: #17B1E7;
	text-decoration: underline;
}
.t_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 19px;
}
.t_body a:link
{
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
.t_body a:visited
{
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
.t_body a:hover {
	text-decoration: underline;
	color: #FFC409;
}

img {
	border: none;
}
.t_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #17B1E7;
	font-weight: bold;
}
.t_subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #17B1E7;
}
.t_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #17B1E7;
}

