@import url("default.css");

/*********************************************************************/
/* (FONT COLOR = BLACK) + (FONT SIZE = 14px ipv 13px)
/*********************************************************************/
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

/*********************************************************************/
/*	FRAMEWORK (hide)
/*********************************************************************/

#page_left {
	display:none;
}

#page_menu {
	display:none;
}


/*********************************************************************/
/*	FRAMEWORK (show)
/*********************************************************************/

body {
	background-image:none;
	background-color:#FFFFFF;
	color:#000000;

	margin-bottom:0px;
}

#container {
	background-image:none;
}


#page_right {
	display:block;
	width:100%;
	height:100%;

	background-image:none;
}

#page_right_content {
	display:block;
	width:100%;
	height:100%;	
}

/*********************************************************************/
/*	PRINT ()
/*********************************************************************/
/*
#header_print {
	display:block;
	padding-bottom:20px;
}

#footer_print {
	display:block;
	text-align:center;
	border-top:1px solid #666666;
}
*/
/*********************************************************************/
