@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D28E76;
}
body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a   {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFF66;
}
h1 { font-size: 24px; font-weight: bold; padding-left: 25px; margin-top: 15px; }
h2 { font-size: 18px; font-weight: bold; padding-left: 25px; margin-top: 15px; }
h3 { font-size: 16px; font-weight: bold; padding-left: 25px; margin-top: 15px; }
h4 { font-size: 14px; font-weight: bold; padding-left: 25px; margin-top: 15px; }
h5 { font-size: 12px; font-weight: bold; padding-left: 25px; margin-top: 15px; }
h6 { font-size: 10px; font-weight: bold; padding-left: 25px; margin-top: 15px; }
.page_body {
	height: 600px;
	width: 1000px;
	background-color: #A23338;
}
.menu_top {
	height: 125px;
	width: 1000px;
	background-image: url(images/layout/bg_menu_top.gif);
	background-repeat: repeat-x;
}
.menu_links {
	height: 25px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	color: #D28E76;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu_links  a   {
	text-decoration: none;
	color: #D28E76;
}
.menu_links a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.main {
	vertical-align: top;
}

.main  a   {
	color: #FFCC00;
	text-decoration: none;
}
.main a:hover {
	text-decoration: none;
	color: #FFFF66;
}
.main hr {
	clear: both;
	border: 1px solid #990000;
	height: 1px;
	width: 98%;
}
.main p {
	margin-top: 10px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 5px;
	text-align: justify;
}
.text img {
	margin-right: 10px;
	margin-left: 10px;
}
.text p {
	margin-top: 8px;
	margin-right: 12px;
	margin-left: 12px;
	text-indent: 10px;
	margin-bottom: 5px;
	text-align: justify;
}
.footer {
	background-color: #666666;
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
	padding: 5px;
	height: 20px;
}
.footer  a   {
	text-decoration: none;
	color: #D28E76;
}
.footer a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.table_program {
	width: 99%;
}
.table_program_td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding: 5px;
}.header_orange {
	font-size: 14px;
	color: #D9AD00;
	text-decoration: blink;

}.header_white {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration;
}
