@import url(menu.css);
@import url(text.css);
@import url(menu_advanced_a.css);
@import url(menu_advanced_b.css);
@import url(custom_apps.css);

html {
	background-color: #333333;
	background-image: url(/images/layout/bg_page_main.jpg);
	background-repeat:no-repeat;
	background-position:center top; 
	}

body {
	padding: 0px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif, Trebuchet MS ;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 9pt;
	line-height: 1.5em;
	text-align: justify;
	}
	
	body a:link {  color: #6A72A0; text-decoration: none;}
	body a:visited {  color: #6A72A0; text-decoration: none;}
	body a:hover {  color: #000033; text-decoration: underline;}
	body a:active {  color: #000033; text-decoration: underline;}


	

#pop_up_wrapper {
	float: left;
	width: 98%;
	}

	
/* top menu  section	*/
#pop_up_content {
    margin: 20px;
    padding: 20px 20px 20px 20px;
	background-color: #ffffff;
	}
