
h1 {
    font-family: Century, Times, Book Antiqua;
    font-size: large;
}

body {
    background-color: #ffffff; 
    margin : 10px;
    font: Century, Times, Book Antiqua;
    font-size: 1.05 em;
    padding: 0px;
}

a:link { color: blue }
a:visited { color: purple }
address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted 
}

#contents {
    background : #fff;
    border : 1px solid #ccc;
    /* border-top : none; */
    clear : both;
    margin : 0px;
    padding : 15px;
    width: 1024px;
}

.faq_q {
        font-weight: 600;
        font-size: larger;
}

.faq_a {
}

.ad {
        width: 1024px;
        text-align: center;
        margin-bottom: 5px;
}

.caption {
        font-size: smaller;
        font-style: italic;
        font-weight: 100;
}

.tip_title {
        font-size: larger;
        font-weight: 600;
        padding-bottom:20px;
}

.tip_text {
}

.small {
        font-size: 7pt;
}

/* ************ navigation control ************ */

.container {
	margin: 20px 0 3px 0;
	background: #fff;
        width: 1024px;
	}

#miniflex {
	width: 100%;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	/*padding: 0 10px 0 10px;
	border-bottom: 1px solid #ccc;*/
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #333;
	}
        
/* minitabs are from http://www.simplebits.com/bits/minitabs.html */

