@charset "UTF-8";
body {
	background-color: #717171;
	margin:0px;
	padding:15px;
	font-family: "Helvetica Neue", "Helvetica", "Lucida Grande", "Luxi Sans", "Tahoma", arial;

}

/* Table */

td {
	margin:0px;
	padding:0px;
}

td.top {
	background-image:url(images/fyi_02.png);
	background-repeat:no-repeat;
	width:901px;
	height:74px;
	text-align:right;
	vertical-align:middle;
}

td.lefttop {
	background-image:url(images/fyi_01.png);
	background-repeat:no-repeat;
	background-position:right;
	width:10px;
	height:74px;
}

td.righttop {
	background-image:url(images/fyi_03.png);
	background-repeat:no-repeat;
	background-position:left;
	width:10px;
	height:74px;
}


td.bottom {
	background-image:url(images/fyi_10.png);
	background-repeat:no-repeat;
	width:881px;
	height:49px;
	color:#FFF;
	padding-left:20px;
	font-size:12px;
	font-weight:normal;
}

td.leftbottom {
	background-image:url(images/fyi_09.png);
	background-repeat:no-repeat;
	background-position:top;
	width:10px;
	height:49px;
}

td.rightbottom {
	background-image:url(images/fyi_11.png);
	background-repeat:no-repeat;
	background-position:top;
	width:10px;
	height:49px;
}

td.left {
	background-image:url(images/fyi_05.png);
	background-repeat:repeat-y;
	width:10px;
}

td.right {
	background-image:url(images/fyi_07.png);
	background-repeat:repeat-y;
	width:10px;
}

td.center 
{
	background-color:#FFF;
	width:901px;
}

td.submenu
{
	background-image:url(images/submenu_bg.png);
	background-repeat:repeat-x;
	height:52px;
	margin:0px;
	padding-top:0px;
	padding-right:10px;
	
}

td.submenu_item
{
	background-image:url(images/submenu_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	height:42px;
	width:120px;
	color:#FFF;
	padding-top:10px;
}

td.submenu_item_selected
{
	background-image:url(images/submenu_highlighted.png);
	background-repeat:repeat-x;
	background-position:top;
	height:42px;
	width:120px;
	color:#000;
	padding-top:10px;
}

/* Links and Menu */

a {
	text-decoration: none;
}

a.menu {
	color: #37b4f6;
}

a.menu:hover {
	color:#FFF;
	text-decoration: none;
}

.heighted_menu
{
	color:#FFF;
}

a.submenu {
	color:#FFF;
}

a.submenu:hover {
	color:#FFF;
}

a.outlink {
	color: #ff7e00;
}

a.outlink2 {
	color: #3e9b00;
}

a:hover {
	text-decoration:underline;
}

a.review {
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

/* title */
p {
	color:#707070;
	line-height:25px;
	margin:5px;
	padding:2px;
	font-size:14px;
}

li {
	line-height:25px;
}

.ic_title {
	color:#A80808;
	font-weight:bold;
	font-size:35px;
}

.ic_title2 {
	color:#8ac3ed;
	font-weight:normal;
	font-size:18px;
}


.ix_title {
	color:#ff7c00;
	font-weight:bold;
	font-size:35px;
}

.ix_title2 {
	color:#8ac3ed;
	font-weight:normal;
	font-size:18px;
}


.ml_title {
	color:#3e9b00;
	font-weight:bold;
	font-size:35px;
}

.ml_title2 {
	color:#8ac3ed;
	font-weight:normal;
	font-size:18px;
}

h2{
	color:#2a5687;
}

h4{
	color:#ff7e00;
}

.form-input-field
{
	border:1px solid #cdcdcd;
	background-color: #ededed;
	width:550px;
	height:25px;
}

.form-input-field2
{
	border:1px solid #cdcdcd;
	background-color: #ededed;
	width:550px;
}

label
{
	color:#ff7e00;
}

.video_item
{
	display:inline;
	text-align:center;
	padding:20px;
}
