body{
	padding-top: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ËÎÌå";
	font-size: 14px;
	line-height: 130%;
	cursor: default;
}
p {
	font-size: 14px;
	text-indent: 2em;
	line-height: 130%;
}
a {
	color: #0095D9;}
	
#Custom_WanWon_Header_Table {
	
}

#Custom_WanWon_Contents_Table {}

Custom_WanWon_Contents_Table,h1 {
	font-size: 18px;
	line-height: 130%;
}
Custom_WanWon_Contents_Table,h2 {
	font-size: 16px;
}
Custom_WanWon_Contents_Table,h3 {
	font-size: 15px;
}
#Custom_WanWon_Footer_Nav {
	text-align: center;
}

#Custom_WanWon_Footer_Copyright {
	text-align: center;
	line-height: 170%;
}

/*Credits: WonWon CSS Library */
/*URL: http://www.wanwon.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #ececec; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 24px; /*offset of tabs relative to browser left edge*/
font: bold 16px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 9px; /*padding inside each tab*/
border-right: 10px solid white; /*right divider between tabs*/
color: #0095D9;
background: #ececec; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #0095D9;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: #0095D9; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #FFFFFF;
}
