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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.ui-box header {
	font-size: 24px;
	color: #F00;
}

/* HEADER BANNER */
.login {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	height: 25px;
	background-color: #FFF;
	color: #000;
}
strong[style] { style: bold !important; }
strong[style] { bold !important; }

strong {
	font-weight: bold;
	color: #000;
}

/* END */

/* Main Navigation Menu */

#menu { 
        width: 960px;
}

#menu, #menu li {
       float:inherit;
	position:relative;
        z-index:2;
        list-style: none;
	margin: 0px 0 0px;
}

#menu li {
	text-align: left;
	height: 1px;
	margin: 0 auto;
	display: table;
	position: relative;
	display: inline;
}

#menu li a {
	font-size: 1px;
	display: block;
	float: left;
	text-decoration:none;
	text-transform: uppercase;
	line-height: 1px;
	padding: 0 0px;
	color: #FFF;
	background-color: #FFF;
}


/* END Main Navigation Menu */

/* FOOTER*/
#FooterStyle {
        float:inherit;
	position:relative;
        margin: 0 auto;
        width: 920px;
        margin-top: 5px;
	background: none;
	padding: 10px;
         z-index: 3;
}
.footer   {
	color: #000;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	background: none;
}
.footer a {
	color:#000;
}

/* End Footer*/