* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

body {
	text-align: center;
	background-color: #DFDFDF;
}

/* general links */
a:link {
	text-decoration: underline;
	color : #1C548C;
	border: 0px;
} 

a:active {
	text-decoration: none;
	color: #1C548C;
	border: 0px;
} 

a:visited {
	text-decoration: underline;
	color: #1C548C;
	border: 0px;
} 

a:hover {
	text-decoration: none;
	color: #5186BB;
	border: 0px;
}

.hide {
	display: none;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.right {
	text-align: right;
}

.red {
	color: #FF0000;
}

h1 {
	text-indent: -10000px;
}

h1 a{
	background-image: url(../img/h1_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 200px;
	width: 210px;
}

h2{
	height: 200px;
	margin-bottom: 15px;
}

h3{
	background-image: url(../img/h3_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 500px;
	padding-left: 10px;
	line-height: 200%;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #333333;
	letter-spacing: 0.1em;
}

h4 {
}

p {
	padding: 5px;
}

ul.num {
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 25px;
	list-style-type: decimal;
}

ul.num li {
	margin-bottom: 5px;
}

ul ul {
	margin-left: 10px;
	margin-bottom: 10px;
}


/* table width */
.td10 {
	width: 10%;
}

.td15 {
	width: 15%;
}

.td20 {
	width: 20%;
}

.td25 {
	width: 25%;
}

.td30 {
	width: 30%;
}

.td35 {
	width: 35%;
}

.td40 {
	width: 40%;
}

.td45 {
	width: 45%;
}

.td50 {
	width: 50%;
}

.td55 {
	width: 55%;
}

.td60 {
	width: 60%;
}

.td65 {
	width: 65%;
}

.td70 {
	width: 70%;
}

.td75 {
	width: 75%;
}

.td80 {
	width: 80%;
}

.td85 {
	width: 85%;
}

.td90 {
	width: 90%;
}
