html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	border: none;
}

.TM_bar
{
	background-image: url('/Images/Global/BG_menu.jpg');
	height: 30px;
	width: 100%;
}
.TM_selected
{
	background-color: #aab8cf;
	height: 30px;
}
.TM_menuSeparator
{
	width: 1px;
	background-color: #010820;
}
.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: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.TM_topMenu_selected
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #15274D;
}
.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
{
	height: 30px;
	background-color: #aab8cf;
}

.LOGIN_title
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #0e4d78;
}
.LOGIN_text
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.LANGUAGE_text_off
{
	font-family: Arial;
	font-size: 12px;
	color: #6a698B;
	background-color: #FFFFFF;
}

.LANGUAGE_text_on
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	background-color: #aab8cf;
}
.LANGUAGE_text
{
	font-family: Arial;
	font-size: 12px;
	color: #6a698B;
	text-decoration: none;
}
.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;
}

.TABLE_header
{
	height: 30px;
	background-image: url('/Images/Global/TABLE_header_bg.jpg');
	font-size: 12px;
	font-weight: bold;
}

.txt_blue
{
	font-family: Arial;
	color: #465067;
	text-decoration: none;
}

.txt_white
{
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
}

.txt_beige
{
	font-family: Arial;
	color: #d3830a;
	text-decoration: none;
}

.txt_grey
{
	font-family: Arial;
	color: #808080;
	text-decoration: none;
}

.rfTNCBox
{
	border: solid 1px #e3e7ed;
}

.rfTNCError
{
	border: solid 1px #FF0000;
}


.FM_rights
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}
.FM_links
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.SM_link
{
	padding: 0px 11px 0px 11px;
	background-color: #c8d2e1;
	color: #465067;
	font-size: 12px;
	font-family: Arial;
}
.SM_link_selected
{
	padding: 0px 11px 0px 11px;
	background-color: #fde291;
	color: #465067;
	font-size: 12px;
	font-family: Arial;
}

.SF_TextBox
{
	border-style: solid;
	border-width: 1px;
	border-color: #cacaca;
	font-size: 11px;
	font-family: Arial;
}

.rfTextBox
{
	border-style: solid;
	border-width: 1px;
	border-color: #afbcd2;
	font-size: 12px;
	font-family: Arial;
}

.rfTextBoxError
{
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	font-size: 12px;
	font-family: Arial;
}

.rfDDLError
{
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	color: #FF0000;
	font-size: 12px;
	font-family: Arial;
}

.rfErrorMessage
{
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}

.FORM_text
{
	font-family: Arial;
	font-size: 12px;
	color: #465067;
}

.link
{
	font-family: Arial;
	font-size: 12px;
	color: #306bcf;
	text-decoration: none;
}

.link:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #306bcf;
	text-decoration: underline;
}
.glossary_link
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #465067;
	text-decoration: none;
}

.glossary_link_selected
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #a44a10;
	text-decoration: none;
}

a
{
	text-decoration: none;
}


