/* SET BASE FONT 9f0000*/
body,th,td,div,p {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color:#000000;
}

body{
	background-color: #b3b3b3;
	background-image: url(images/bg.gif);
}

/* UNIVERSAL PAGE LAYOUT */

A{
	color: #262B86;
	font-weight: bold;
	line-height : 16px;
}

A:visited {
	color: #00004a;
	font-weight: bold;
}

A:hover {
	color: #ff0033;
	font-weight: bold;
}

A.dark_bg{
	color: #ffffff;
	font-weight: bold;
	line-height : 16px;
}

A:visited.dark_bg {
	color: #e6e6e6;
	font-weight: bold;
}

A:hover.dark_bg {
	color: #faf787;
	font-weight: bold;
}

DIV.header {
background-color:#000080;
font: 14px/14px Arial, Helvetica, sans-serif;
color: #ffffff;
font-weight: bold;
padding: 4px 4px;
margin: 0px;
}

DIV.footer {
	position : relative;
	top : 0px;
	left : 0px;
	z-index : 2;
	width : 720px;
	padding : 0px;
	text-align:center;
	font: 10px/12px Arial, Helvetica, sans-serif;
	color:#000000;
}

DIV.main {
	position : absolute;
	top : 0px;
	left : 0px;
	z-index : 5;
	width : 720px;
	background-image: url(images/bg_red_ems.jpg);
}

DIV.menu {
	background-color: #e8e8ff;
	position : absolute;
	top : 160px;
	left : 585px;
	z-index : 6;
	width : 130px;
	font: 13px/18px Arial, Helvetica, sans-serif;
	border: 1px solid Maroon;
	padding-left: 4px;
}

DIV.title {
	position: absolute;
	top: 115px;
	left: 10px;
	z-index: 4;
	width: 450px;
	height: 200px;
}

H2.red  {
	margin-top: 1px;
	margin-bottom: 5px;
	text-align: center;
	font-family: Arial, Helvetica;
	font-style: italic;
	color: #800000;
	line-height: 18px;
}

H3.blue  {
	margin-top: 1px;
	margin-bottom: 5px;
	text-align: center;
	font-family: Arial, Helvetica;
	font-style: italic;
	color: #00329A;
	line-height: 18px;
}

input {
	background-color:c0c0c0;
	color:800000;
	font-weight:bold
	}

select {
	background-color:c0c0c0;
	color:800000;
	font-weight:bold
	}

textarea {
	background-color:c0c0c0;
	color:800000;
	font-weight:bold
	}

P {
	text-align: justify;
	text-indent: 7px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

P.catalog {
	text-align: justify;
	text-indent: 5px;
}

TD.catalog {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color:#000000;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

}

TD.margins {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

/* HOME PAGE LAYOUT */

DIV.home_menu {
	position : absolute;
	top : 280px;
	left : 465px;
	z-index : 2;
	width : 140px;
	font: 14px/16px Arial, Helvetica, sans-serif;
}

