@charset "utf-8";
html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {text-decoration:none}
a:hover {text-decoration:underline}
h1 {
	font-size:24px;
	margin:15px 0;
	padding:0;
}
h2 {font-size:22px}
h3 {font-size:20px}
h4 {font-size:18px}
h5 {font-size:16px}
h6 {font-size:14px}
.blue {color:#006FB3}
.yellow {color:#F3C30E}
.red {color:#EA193F}
.green {color:#018C4B}
.grey {color:#666}
.caption_box  {
	width:411px;
	min-height:80px;
	height:auto !important;
	height:80px;
	margin:0 8px;
	padding:4px 10px 10px 15px;
	overflow:hidden;
	background /**/: transparent url(/images/stories/white_transparent.png);
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stories/white_transparent.png',sizingMethod='scale');
}
.yellow_wave {
	background /**/: transparent url(/images/stories/wave_yellow.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stories/wave_yellow.png',sizingMethod='scale');
}
.green_wave {
	background /**/: transparent url(/images/stories/wave_green.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stories/wave_green.png',sizingMethod='scale');
}
.red_wave {
	background /**/: transparent url(/images/stories/wave_red.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stories/wave_red.png',sizingMethod='scale');
}
.grey_wave {
	background /**/: transparent url(/images/stories/wave_grey.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stories/wave_grey.png',sizingMethod='scale');
}
.blue_wave {
	background /**/: transparent url(/images/stories/wave_blue_long.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/stories/wave_blue_long.png',sizingMethod='scale');
}
