@charset "utf-8";
@import url(../_main.css);

/*
			Wide Column
*/

div.wide_column table{
	width:100%;
}
div.wide_column table tr th{
	color: #4e1c7c;
}
div.wide_column table tr td{
	/*color: #7e7f81;*/
	color: #555;
	vertical-align:top;
}

