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

body {
	margin-top: 0px;
}
p {
	7font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 7px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.txt-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 34px;
	color: #333;
}
.txt-yellow {
	font-family: Arial, Helvetica, sans-serif;
	color: #FBAC21;
	font-size: 24px;
}
.txt-navy {
	font-family: Arial, Helvetica, sans-serif;
	color: #292D6D;
	font-size: 24px;
}
.txt-blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #0B71AE;
	font-size: 24px;
}
.td-main {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.td-main2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.td-footer{
	padding-right: 15px;
	padding-left: 15px;
}
.bkg-shadow-left {
	background-image: url(../images/shadow-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 20px;
}
.bkg-shadow-right {
	background-image: url(images/shadow-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 20px;
}
a:link {
	color: #0B71AE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0B71AE;
}
a:hover {
	text-decoration: none;
	color: #FCB121;
}
a:active {
	text-decoration: none;
	color: #262A64;
}
