/* DEFAULT PAGES */

/* LOAD ADDITIONAL CSS FILES */
@import url('../../../../css/pages/default.css');	/* Global default page styles */

#page_background {
	background: transparent url("../../img/bg/default_page.png") left top repeat-y;
}

#page_content a, #page_content a:visited {
	color: #4d8da1;
}

#page_content a:hover {
	color: #ed7e00;
}

