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

@font-face {
    font-family: 'HelveticaNeueLT45Light';
    src: url('/customfont/lte50263-webfont.eot');
    src: url('/customfont/lte50263-webfont.eot?#iefix') format('embedded-opentype'),
         url('/customfont/lte50263-webfont.woff') format('woff'),
         url('/customfont/lte50263-webfont.ttf') format('truetype'),
         url('/customfont/lte50263-webfont.svg#HelveticaNeueLT45Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

.size10{ font-size: 10px; }
.size11{ font-size: 11px; }
.size12{ font-size: 12px; }
.size13{ font-size: 13px; }
.size14{ font-size: 14px; }
.size16{ font-size: 16px; }
.size18{ font-size: 18px; }
.size20{ font-size: 20px; }
.size24{ font-size: 24px; }
.size30{ font-size: 30px; }
.size36{ font-size: 36px; }
.size48{ font-size: 48px; }
.size60{ font-size: 60px; }
.size72{ font-size: 72px; }
.size90{ font-size: 90px; }

body {  	
	font-family:'HelveticaNeueLT45Light', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#455666;
}


h1 {
	color:#455666;
	font-size:16pt;
	margin:0;
	padding:0;
}

h2 {
	color:#455666;
	font-size:14pt;
	margin:0;
	padding:0;
}

h6 {font-size:13pt;
	padding:0;
	margin:0;}

h7 {font-size:10pt;
	padding:0;
	margin:0;
	color:#FF0000;
	}

p {
	font-size:12pt;
	padding:0;
	margin:0;
	}
	
a.menuitem {
	font-family:'HelveticaNeueLT45Light', Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:500;
	text-decoration:none;
	color: #455666;
	text-transform:uppercase;
}
	
a.menuitem:hover {
	text-decoration:none;
	color: #CC00FF;
	}
a.menuitem:visited:hover {
	text-decoration:none;
	color: #CC00FF;
	}

a.login {	font-family:'HelveticaNeueLT45Light', Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:500;
	text-decoration:none;
	color: #455666;
	text-transform:uppercase;}
	
a.login:hover {
	text-decoration:none;
	color: #CC00FF;
	}
a.login:visited:hover {
	text-decoration:none;
	color: #CC00FF;
	}


.glossymenu div.submenu ul li a{
	font-family:'HelveticaNeueLT45Light', Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:500;
	text-decoration:none;
	color: #455666;
}
	
.glossymenu div.submenu ul li a:hover {
	text-decoration:none;
	color: #CC00FF;
	}
.glossymenu div.submenu ul li a:visited:hover {
	text-decoration:none;
	color: #CC00FF;
	}


a:link {
	font-size:12pt;
	color: #455666;
	text-decoration:none;
	}
	
a:hover {
	font-size:12pt;
	color: #6633FF;
	text-decoration:underline;
	}
	
a:visited:hover {
	font-size:12pt;
	color: #6633FF;
	text-decoration:underline;
	}
	
a:visited {
	font-size:12pt;
	color: #455666;
	text-decoration:none;
	}

a.email {
	text-decoration:none;
	color: #ffffff;
	font-size:12px;
	}
	
a.email:hover {
	text-decoration:none;
	color: #66FFFF;
	font-size:12px;
	}
a.email:visited:hover {
	text-decoration:none;
	color: #66FFFF;
	font-size:12px;
	}