@charset "utf-8";
div.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #222299;
	text-align: justify;
	margin-left:5px;
	
}

div.main_C {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #222299;
	text-align: center;
}

div.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #222299;
	text-align: left;
	margin-left:5px;
}


div.banner {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
}

div.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-align: center;
}

div.info_B {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;	
}

div.info_R {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990033;
	text-align: left;
}


ul.red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990033;
	text-align: left;
}

ul.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;	
}

div.title {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
	color: #990033;
}
div.title_main {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #990033;
	text-align: inherit;
	margin-left:10px;
}
table.main {
	background-color: #ededed;
	border: none;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
}

table.main td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}


table.content {
	border-width: 0px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
}

table.content td {
	border-width: 0px 1px 0px 0px;
	padding: 8px;
	border-style: solid;
	border-color: gray;
}

table.inside {
	border-width: 0px;
	border-collapse: collapse;
	text-align: left;
}

table.inside td {
	border-width: 0px 0px 0px 0px;
	padding: 5px;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #333333;
}

a:link { 
	color: #393939;
	text-decoration: underline;
}
a:visited { 
	color: #393939;
}
a:hover { 
	color: #990033;
	text-decoration: underline;
}

object{
margin-left:5px;
}

input{
margin-left:5px;
}
