/* 
	Clean and crisp table styles
	written by Mats Lindblad http://blogs.su.se/matlin/
*/

#plain{border:0px;
margin:0px;
padding:0px; margin-left:auto; margin-right:auto;}

#plain td{border:0px;
margin:0px;
padding:0px;}

#plain tr{border:0px;
margin:0px;
padding:0px;}

table {
	font: normal 10px;
	border-collapse: collapse;
	border: 3px solid #f0f8ff;
	border-top: 1px solid #87CEFA;
	border-left: 1px solid #87CEFA;
	border-right: 1px solid #87CEFA;
	border-bottom: 1px solid #87CEFA;
	text-align:left
}
th {
	font: bold 12px;
	padding: 5px 5px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	
}

	th p{
		text-align: left;
	}

thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #ffffff;
	text-align: left;
}

	thead th p{
		text-align: left;
	}

tbody td ,tbody th {
	padding: 5px 5px;
	background: #fff;
	color: #000;
	border: 1px solid #87CEFA;
}

tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
tbody tr.odd {
}
tbody tr.odd td, tbody tr.odd th {
	background: #F0F8FF;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
caption {
	font-family: "Georgia", serif;
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
table a:link {
	color: #DC143C;
}
table th a:link {
	color: #047;
	text-decoration: none;
}
table a:visited{
	color: #036;
	text-decoration: line-through;
}
table a:hover{
	color: #000;
	text-decoration:none;
}
table a:active{
	color: #000;
}

.alignright{
	display:none
}

tr{
	
}

	tr{
		text-align:left;
	}
