/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

img{
border: none;
}


/* anchors
----------------------------------------------- */
a {
	color: #b6660f;
	text-decoration: none;
}
a:hover {
	color:#333333;
}




/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ddd;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}






/* table
----------------------------------------------- */
table {

color:#333333;
margin-bottom:10px;
margin-top: 5px;
width:100%;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	background:#dddddd;
	padding:.4em 1em .2em;
	border: 1px solid #FFFFFF;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	color:#fff;
	background:#555;
}
tbody th,
tbody td {
	background:#eee;
	border: 1px solid #FFFFFF;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {

	background:#eee;
}


