@charset "UTF-8";
/* CSS Document */

/*TEXT*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}

a:link {
	color: #333300;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #330000;
}
a:active {
	color: #660000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 20px;
	line-height: 125%;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
	color: #E2A300;
}
.section {
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
}
#section {
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	clear: both;
}
#section img {
	background-color: #F1F1F1;
	border: solid #E5E5E5 1px;
	padding: 5px;
	margin-right: 5px;
}
span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;	
}

span.alert {
	color: #c00;
	border-top: 3px solid #fe7b7a;
	border-bottom: 3px solid #fe7b7a;
	background: #ffcccc url(images/status-alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #629de3;
	border-bottom: 3px solid #629de3;
	background: #CDDFF6 url(images/status-info.png) 10px 50% no-repeat;
}

span.note {
	color: #B79000;
	border-top: 3px solid #fde179;
	border-bottom: 3px solid #fde179;
	background: #fff5cc url(images/status-note.png) 10px 50% no-repeat;
}

span.download {
	color: #57861A;
	border-top: 3px solid #c2df88;
	border-bottom: 3px solid #c2df88;
	background: #e8f4d2 url(images/status-download.png) 10px 50% no-repeat;
	}
#tour td {
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 1px solid #333300;
}

#tour td img {
	background-color: #F1F1F1;
	border: solid #E5E5E5 1px;
	padding: 5px;
	margin-left: 10px;
	}
	
ul {
	list-style-type: square;
	list-style-position: outside;
	}
	
TABLE   {
	border-bottom-color: #CCC;
	border: none;
}
tr {
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}