	body {
		background-image: url(../images/bg.jpg); 
		font-size: 100%;
		font-family: 'latin_modern_roman10_regular', serif;
		
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale')";
	}
	a {
		text-decoration: none;
	}
	ul, ul ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	@font-face {
    font-family: 'latin_modern_roman10_regular';
    src: url('lmroman10-regular-webfont.eot');
    src: url('lmroman10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lmroman10-regular-webfont.woff') format('woff'),
         url('lmroman10-regular-webfont.ttf') format('truetype'),
         url('lmroman10-regular-webfont.svg#latin_modern_roman10_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

	.Heading1 {
	font-family: latin_modern_roman10_regular, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight:600;
	color: #013368;
	text-decoration: none;
	line-height: 18px;
}
.bodyfont{
	font-family: latin_modern_roman10_regular, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #009BF8;
	text-decoration: none;
	font-weight: lighter;
	line-height: 20px;
	font-variant: normal;
}
.bodyfont2 {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	font-variant: normal;
	text-align: left;
	font-style: italic;
}
.bodyfont3 {
	font-family: latin_modern_roman10_regular, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #0099ff;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}
	
/* =================================================================== */
/* Accordion Multi Menu Container
	====================================================================== */
	#container {
	width: 220px;
	margin: 0px 0px 0px;
	font-size: 12px;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}
	#shadow-bottom {
		margin: 0 auto;
		width: 331px;
		height: 94px;
		background: url(../images/shadow-bottom.png) no-repeat;
		background-position: 0 0;
		
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.accordion {
		background: #fff;
		width: auto;
		height: auto;
		padding: 0;
	}
	/* Main Menu List Links */
	.accordion > li > a {
	width: 220px;
	margin: 0 auto;
	height: 35px;
	line-height: 20px;
	text-indent: 18px;
	display: block;
	font-family: latin_modern_roman10_regular, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:700;
	color: #013368;
	text-decoration: none;
	line-height: 20px;
	font-smoothing: antialiased;
	}
	
	
	.accordion > li > a:hover, 
	.accordion > li > a.active {
	background-color: #013368;
	color: #FFF;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	font-family: latin_modern_roman10_regular, "Times New Roman", Times, serif;
	font-smoothing: antialiased;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	}
	

	/* Submenu List Links */
	.accordion ul li a {
		width: 180px;
		margin: 0 auto;
		line-height: 28px;
		text-indent: 24px;
		display: block;
		position: relative;
		font-size: 13px; 
		color: #8d8d8d;
		
		-moz-box-shadow: inset 2px 0px 0px 0px #e5e5e5;
		-webkit-box-shadow: inset 2px 0px 0px 0px #e5e5e5;
		box-shadow: inset 2px 0px 0px 0px #e5e5e5;
	}
	
	/* First Submenu Item */
	.accordion ul li:first-child a {
		height: 25px;
		margin-top: 5px;
	}
	
	/* Last Submenu Item */
	.accordion ul li:last-child a {
		height: 25px;
		margin-bottom: 5px;
	}
	
	/* Before Current (active) Submenu Item */
	
	/* Current (active) Submenu Item */
	.accordion > li > ul li a.current {
		color: #013368; 
		font-weight: 600;
		
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	/* Submenu Hover Transitions */
	.accordion > li > ul li:hover a,
	.accordion > li > ul li:hover a:before {
		color: #000; 
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		color: #0099ff;
	}
	
	* {
  margin: 0px;
  padding: 0px;
}
 

body {
	background-color: #FFF;
	}

body,td,th{
	font-family: latin_modern_roman10_regular, "Times New Roman", Times, serif;
	font-size: 11px;
	font-smoothing: antialiased;
	color: #013668;
}
a {
	font-size: 11px;
	color: #666;
	font-smoothing: antialiased;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #0099ff;
}
a:active {
	text-decoration: none;
	color: #666;
}
.bodyfont br {
	color: #666;
}
.bodyfont {
	color: #666;
}
.bodyfont2 br {
	color: #666;
	font-size: 13px;
	font-family: latin_modern_roman10_regular, "Times New Roman", Times, serif;
}
.emphasis {
	font-weight: bold;
	font-family: latin_modern_roman10_regular, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}
.bodyfont {
	font-family: latin_modern_roman10_regular,;
	font-size: 13px;
	font-weight: bold;
}
.bodyfontwhite {
	font-family: latin_modern_roman10_regular, times, serif;
	font-size: 13px;
	color: #FFF;
}
.TableFont {
	font-family: latin_modern_roman10_regular, times, serif;
	font-size: 11px;
	color: #666;
}
.BodyFontBlue {
	font-family: latin_modern_roman10_regular, times, serif;
	color: #009BF8;
	font-size: 11px;
	font-style: normal;

}
.bodyfont2 {
	font-style: normal;
}
.bodyfont2 {
	font-style: italic;
}
.bodyfont2 {
	font-style: italic;
}
.bodyfont2 {
	font-style: normal;
}
