	body {
		background-color: #ffffff;
		margin: 0px;
		padding: 0px;
		font-family: Verdana;
	}
	
	td {
		font-size: 11px;
		color: #222222;
	}
	
	input, textarea {
	
		font-family: Courier;
		font-stretch: semi-expanded;
		font-weight: bold;
		padding-left: 2px;
		padding-right: 3px;
		padding-top: 3px;
		border-style: solid;
		border-width: 1px;
		border-color: #e4e4e4;
		border-left-color: #bcbcbc;
		border-top-color:  #bcbcbc;
	}
	td {
		line-height: 1.45em;
		margin:0;
		color: #2e2e2e;
	}
	
	p {
		line-height: 1.45em;
		margin:0;
		padding:0 0 12px 0;
		color: #2e2e2e;
	}
	
	ul {
		list-style-image: url(img/dot.gif);
		list-stype-position: outside;
		list-style-type: none;
		margin: 0px;
		line-height: 1.45em;
		padding: 0px;
		margin-top: -12px;
		color: #2e2e2e;
	}

	li {
		
		margin-left: 16px;
	}

	
	.title_orange {
		color: #FF7020; /*FF7628*/
		font-weight: bold;
	}
	
	.linklist {
		margin-top: 6px;
	}
	
	.linkline {
		margin-top: 4px;
	}

	.image {
		margin-left: 1px;
		margin-top: 5px;
		margin-bottom: 13px;
		margin-right: 3px;
	}

	.image_last {
		margin-left: 1px;
		margin-top: 5px;
		margin-bottom: 13px;
		margin-right: 0px;
	}


	a {
		font-weight: bold;
		text-decoration: none;
	}

	a:link {
		color: #bababa;
	}

	a:visited {
		color: #bababa;
	}

	a:active {
		color: #bababa;
	}

	a:hover { 
		color: black;
	}


	.offsite:a {
		font-weight: normal;
		text-decoration: none;
		color: #666;
	}

	.offsite:a:link {
		font-weight: normal;
		color: #666;
	}

	.offsite:a:visited {
		font-weight: normal;
		color: #666;
	}

	.offsite:a:active {
		font-weight: normal;
		color: #666;
	}

	.offsite:a:hover { 
		font-weight: normal;
		color: #00BFE1;
	}
