/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color:#CCCCCC;
}
h1,h2,a,a:link,a:active,a:visited,a:hover{
	color:#cc0000;
}
table{
	border:none;
	width:600px;
	border:black 1px solid;
}
th{
	
	height:.8em;
	vertical-align:top;
	text-align:left;
}
td{
	background-color:#F5F5F5;
	vertical-align:top;
	height:80px;
	
}
table caption{
	display:none;
}
table th a span{
	float:right;
	margin-right:.5em;
}
table th a,table th a:link,table th a:active,table th a:visited,table th a:hover{
	display:block;
	text-decoration:none;
	width:100%;
	background-color:#cc0000;
	color:#FFFFFF;
	border:red 1px solid;
}
table th a:hover{
	text-decoration:underline;
	background-color:#000000;
}
table img{
	width:140px;
	border:#000000 1px solid;
	margin-right:3px;
}
div#outer{
	text-align:center;
	background-color:#CCCCCC;
	width:100%;
	padding:20px 0 ;
	height:100%;

}
div#outer div{
	text-align:left;
	width:600px;
	background-color:#ffffff;
	padding:20px;
	border:#ff0000 1px solid;
	margin:0 10%;
}
p#footer{
	font-size:.8em;
	text-align:center;
	color:#666666;
}
a#skypeCall{
	float:right;
	right:20px;
	font-size:0.4em;
	text-decoration:none;
}
a#skypeCall img{
border:none;
padding-top:.4em;
margin-bottom:-0.1em;

}
a#skypeCall:hover{
	text-decoration:underline;
}