@charset "utf-8";

/* INCLUDES */
/* ****************************** */
@import url("css_layout.css");
@import url("css_content.css");


/* GENERAL */
/* ****************************** */

body {
	margin: 0;
	padding: 0;
	background: url(/templates/img/page_bg.gif) repeat-x #f7f8fa;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333;
}

a,
a:active,
a:visited {
	text-decoration: none;
	color: #1777b0;
}

a:hover {
	color: #f90;
}



.clear 	{ clear: both; }

.w_1-3 	{ width: 32.5%; }

.fl_left 	{ float: left;	}
.fl_right 	{ float: right;	}

.txt_left 	{ text-align: left; 	}
.txt_center { text-align: center; 	}
.txt_right 	{ text-align: right;	}
