﻿@charset "utf-8";
/* CSS Document */


				
a:link {
	color:#d42945;
	text-decoration:none;
	border-bottom:1px dotted #ffbac8;
	}	
a:visited {
	color:#d42945;
	border-bottom:none;
	text-decoration:none;
	}		
a:hover,
a:focus {
	color:#f03b58;
	border-bottom:1px solid #f03b58;
	text-decoration:none;
	}
table a,
table a:link,
table a:visited {
	border:none;
	}		
img {
	border:0;
	margin-top:0px;
	}	
table {
	width:450px;
	border-left:2px solid #cdd2d6;
	border-bottom:2px solid #cdd2d6;
	border-right:2px solid #cdd2d6;
	margin:0px 0px;
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	background-color:#fcfcfc;
	float:left;
	}

tr.odd td,
tr.odd .column1 {
	background-color:#f1f1f1;
	}	
	
	tr.odd td.odd, tr td.odd .column1 {
	background-color: #e6e6e6;

	}
	
	tr td.odd {
	background-color: #ececec;

	}

	
.column1	{
	background:#f9fcfe;
	}
td {
	color:#929292;
	padding:.3em 1em;
	text-align:center;
	}	
td.category {
	color:#929292;
	padding:.3em 1em;
	text-align:left;
	width:170px;
	}	
				
th {
	
	color: #929292;
	text-align:left;
	padding:.3em 1em;
	}	
thead th {
	background:#f4f9fe;
	text-align:center;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#66a3d3
	}				
tfoot th {
	background:#f4f9fe;
	text-align:center;
	}	
tfoot th strong {
	font-family: Arial, Helvetica, sans-serif;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight:bold;
	font-size: 1.1em;
	font-style: normal;
	}	