html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	border: none;
}

.TM_bar
{
	width: 100%;
	
}
.TM_selected
{
	background-color: #ffffff;
	
}
.TM_menuSeparator
{
	width: 2px;
	background-image:url('/Images/Global/menu_sep.png');
}
.TM_subMenuSeparator
{
	width: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/Images/Global/SEP_subMenu.png');
}
.TM_topMenu
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #113355;
}

.TM_topMenu_selected
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #113355;
}
.TM_subMenu
{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

.TM_subMenu_selected
{
	font-family: Arial;
	font-size: 12px;
	color: #5b749c;
	font-weight: bold;
}

.TM_subMenuBG
{
	background-color: #aab8cf;
}

.INNER_title
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #465067;
}
.INNER_blue1_12
{
	font-family: Arial;
	font-size: 12px;
	color: #465067;
	text-decoration: none;
}

.txt_header
{
	color: #003366;
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
	margin:0px;
}

.txt_header2
{
	color: #006699;
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
	line-height:16px;
	margin:0px;
}

.txt_main
{
	font-family: Arial;
	color: #333333;
	font-size:12px;
	line-height:16px;
}

.txt_main2
{
	font-family: Arial;
	color: #666666;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
}

.link
{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.image
{
	border:solid 1px #828283;
	padding:5px;
	background-color:#ffffff;	
}

.txt_grey
{
	font-family: Arial;
	color: #666666;
	font-size:12px;
}

.txt_blue
{
	font-family: Arial;
	color: #006699;
	font-size:12px;
}

.txt_copyright
{
	font-family:Arial;
	font-size:11px;
	color:#edf0f2;	
}

.txt_error
{
	font-family:Arial;
	font-size:11px;
	color:#ff0000;	
}

.TABLE_header
{
	height: 30px;
	background-image: url('/Images/Global/TABLE_header_bg.jpg');
	font-size: 12px;
	font-weight: bold;
}

.FM_rights
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}
.FM_link
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

.FM_link:Hover
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}

.FM_link_selected
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight:bold;
}

.SM_header
{
	color: #003366;
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
	text-decoration:none;
}

.SM_header:Hover
{
	color: #003366;
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
	text-decoration:underline;
}

.SM_link
{
	color: #003366;
	font-size: 12px;
	font-family: Arial;
	text-decoration:none;
	font-weight:normal;
}
.SM_link:Hover
{
	color: #003366;
	font-size: 12px;
	font-family: Arial;
	text-decoration:underline;
}
.SM_link_selected
{
	color: #003366;
	font-size: 12px;
	font-family: Arial;
	text-decoration:none;
	font-weight:normal;
}

.SF_TextBox
{
	border-style: solid;
	border-width: 1px;
	border-color: #cacaca;
	font-size: 11px;
	font-family: Arial;
}

a
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	text-decoration: underline;
}