body {
	margin: 0px;
    padding: 0px;
	background-color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; /*=12px*/
}

a img {
	border: 0px
}

.frame {
	height: 100%;
	width: 100%;
	margin: 0px;
    padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {

	color: #999999;
	text-decoration: none;
}

.spec_link {
	color: #999999;
	text-decoration: none;
}

.spec_link:hover {
	color: #666666;
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
}

li {
	line-height: 20px;
}

.wlink {
	color: #FFFFFF;
	text-decoration: none;
}

.wlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.txt {
	color: #666666;
}

.txt2 {
	color: #a6a6a6;
}

.txt3 {
	color: #FFFFFF;
}

.title1 {
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
}

.title2 {	
	color: #666666;
	font-weight: bold;
	margin: 0;
	padding:0;
	font-size: 12px;
}

.titleLink {
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.titleLink:hover {
	
	font-size: 1.3em;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

.form-input {
	/*font-size: 1em;*/
	color: #666666;
	border: 1px solid #a6a6a6;
	margin: 0px;
	/*padding: 0.09em;*/
	width: 7.5em;
}

.link_bold {
    font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.link_bold:hover {
	color: #000000;
	text-decoration: none;
}

.table {
	border-width: 1px;
	border-style: solid;
	border-color: #E5E5E5;
	margin-bottom: 10px;
}