/*   */

/*---------Default---------*/
.skip {
	display: none;
}

a:link {
	text-decoration: none;
	color:#0022cc;
}

a:visited {
	text-decoration: none;
	color:#663399;
}

a:hover {
	text-decoration: underline;
	color:#990033;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}

h3,h4 {
	font-size: 110%;
}

h5,h6 {
	font-size: 100%;
}

p {
	/*font-size: 100%;
	line-height: 130%;*/
	margin-top: 0px;
	margin-bottom: 0.5em;
}

small {
	font-size: 85%;
}

em {
	font-weight: bold;
	font-style:  italic;
}

strong {
	font-weight: bold;
}

hr {
	margin-top: 0px;
	margin-bottom:0px;
}

hr.margin7 {
	margin-top: 7px;
	margin-bottom:7px;
}

.sitelist {
	margin-bottom:0.5em;
}


/*-----TEXT TYPE-----*/

.txtS {
	font-size: 85%;
}

.txtM {
	/*font-size: 100%;
		line-height: 130%;*/
}

.txtMtop {
	font-size: 100%;
	line-height: 130%;
}

.txtL {
	font-size: 110%;
}

.txtLL {
	font-size: 120%;
}

.nobr {
	white-space: nowrap;
}

/*------------SPACE-----------*/

.marginall {
	width: 590px;
	border:0px none;
	margin: 15px 10px 15px 20px;
}

.ind01em {
	margin-left: 1em;
}

.ind011em {
	margin-left: 1em;
	line-height: 1.8em;
}

.ind02em {
	margin-left: 2em;
}

.ind03em {
	margin-left: 3em;
}

.ind04em { 
	margin-left: 4em;
}

.banner {
	margin-top: 0.5em;
}

/*--------TD TABLE STYLE---------*/

.tableStyle1 {
	border: 1px solid gray;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

div.boxdef {
	padding:  10px 15px 10px 15px;
	width: 590px;
	margin: 0px;
}

div.footer {
	font-size: 90%;
	width: 590px;
	text-align: left;
	padding: 5px 10px 10px 20px;
}

p.pagetop {
	font-size: 90%;
	width: 550px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*------NAVIGATION--------*/

.linktab01 a {
	display: block ;
}

.linktab01 a:link {
	color: #888888;
}

.linktab01 a:hover {
	background-color: #888888;
	color: #ffffff;
}

.difcolor {
	color: #EB5292;
	font-weight: bold;
}

td.bgFFF {
	background-color: #FFFFFF;
}

td.bgline {
	background-color: #7C7C7C;
}


/*-------FONT COLOR--------*/

.fontWhite {
	font-weight: bold;
	color: #FFFFFF;
}

.fontRed {
	color: #CC0066;
}

.fontWine {
	color: #BB3E7C;
}
