@import url('fr_top.css');
@import url('fr_menu.css');
@import url('fr_text.css');
@import url('fr_menu_left.css');


*
	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}

html, body
	{
	width: 100%;
	height: 100%;
	}

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

body,
h1, h2, h3, h4, h5, h6,
div, p,
table, th, td, caption,
input, select, textarea,
ul, ol, li
	{
	font-family: arial;
	}

body,
div, p,
table, th, td, caption,
input, select, textarea,
ul, ol, li
	{
	font-size: 11px;
	/*line-height: 14px;*/
	color: black;
	}

h1
	{
	margin: 0px 0px 30px 0px;
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	}

h2
	{
	margin: 0px 0px 12px 0px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}

h3, h4
	{
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #232892;
	}

h4
	{
	font-style: italic;
	}

p
	{
	margin: 0px 0px 12px 0px;
	}

a, a:hover, a:visited
	{
	color: #757573;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

a img, a:hover img, a:visited img
	{
	border: 0px none;
	}

table#Body
	{
	width: 100%;
	height: 100%;
	background-color: #333367;
	}

table#Body td#BodyCell
	{
	text-align: center;
	vertical-align: middle;
	}



div#Cell,
div#Cell div#Top,
div#Cell div#Menu,
div#Cell table#Cont
	{
	width: 756px;
	}

div#Cell
	{
	margin: auto;
	border: solid #989896;
	border-width: 1px 0px 1px 0px;
	text-align: left;
	background-color: #f2f2f0;
	}

div#Cell div#Top
	{
	height: 42px;
	border-bottom: 1px solid #989896;
	background-color: #dcd8cd;
	}

div#Cell div#Menu
	{
	height: 160px;
	border-bottom: 1px solid #989896;
	}

div#Cell table#Cont
	{
	height: 405px;
	}

div#Cell table#Cont td#ColLf,
div#Cell table#Cont td#ColRt
	{
	vertical-align: top;
	}

