table.comp{
	width:100%;
	margin:10px 0;
}

table.comp th
{
	border-width: 1px 1px 1px 0;
	border-color: #CCC;
	border-style: solid;
	background-image: url(../images/compfadeth.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
	font-weight:bold;
	font-size:1.2em;
	color:#636363;
	padding:2px;
}



table.comp td
{
	padding:5px 0 ;
	border-width: 0 1px 1px 0;
	border-color: #CCC;
	border-style: solid;
	
	background-image: url(../images/compfadetd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
	font-weight:bold;
	/*font-size:1.2em;*/
	color:#636363;
}

table.comp table td{
	background-image: none;
}

table.comp hr{
	margin:10px 0;
	padding:0;
}

table.comp p{
	padding:3px;
}

h3
{
	font-size: 1.4em;
	font-weight: bold;
	color: #252525;
	text-transform: uppercase;
	padding: 20px 0 0 0;
}

table.comp h4
{
	font-size: 1.2em;
	font-weight: bold;
	color: #636363;
	text-transform: uppercase;
	padding:5px;
}

table.comp a:hover{
	color:#fe0103;
}

table.comp a{
	text-decoration:underline;
}
