* { margin:0; padding:0;}


body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:normal;
	color:#333333;
	text-align:center;
	margin-bottom:1em;
	
	
	
}
table {
	background-color: #F4F4F4;
	padding:0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}



p {
	margin-bottom:19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a {color:#1f81d4;}
a:hover{text-decoration:none; color:#1f81d3;}       


h2 { color:#139df2; font-weight:normal; margin-bottom:11px;}
h3 {
	font-size:1.16em;
	color:#139df2;
	font-weight:normal;
	margin-bottom:2px;
	text-align: center;
}
h3 a {color:#020912;}



.tablemenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #139df2;
	
		}
		

.menu {list-style-type: none;
        margin: 0;
	     padding: 0;}

ul a { display:block;
         width:200px;
		height:30px;
		line-height:30px;
		color: #000;
		text-decoration: none;
		background-image:url(2.jpg);
		background-color: #F00;
		background-repeat:no-repeat;
		
}
		
  ul a:hover  { 
	background-position:right;
	color:#FFF;
}
