body {
	font-size: 12px;
	margin: 0px;
}
p {
	text-align: center;

}
td  {
	color: #333333;
	font-size: small;
}
a {
	text-decoration: underline
}
a:hover { text-decoration: none }



.small{
	font-size:10px;
}

.smaller{font-size:12px;}

.big {
	font-size:16px;
	}

.dashed {
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	word-spacing: 0.2em;
	letter-spacing:0.1em;
}	

.table {
border:#999999 1px solid;
}

.tabNav{
margin : 0;
padding : 0;
position : relative;
z-index : 2;
}
.tabNav ul{
margin : 0;
padding : 0;
}
.tabNav li{
margin : 0;
padding : 0;
list-style : none;
float : left;
margin-right : 5px;
}
.tabNav li a{
display : block;
color : #666666;
background-color : #ffffff;
font-weight : bold;
border : 1px solid #cccccc;
padding : 5px;
background-color : #f5f5f5;
text-decoration : none;
}
.tabNav li a:hover{
color : #ffffff;
background-color : #cccccc;
}
.tabNav li a.active{
color : #cc0000;
background-color : #ffffff;
border-bottom :1px solid #ffffff;
}
.tabContent{
clear : both;
position : relative;
top : -1px;
z-index : 1;
border : 1px solid #cccccc;
padding : 5px;
}

.li{
	list-style-position: outside;
	margin:0px;
}

