@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
}
a
{
	text-decoration: none;
	color: #FFFFFF;
}
#outer_table {
	
	width: 100%;
	border: 0px;
	
	
}
#main {
	background-image: url(../images/background_bot.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 800px;
	border: 0px;
}
#main2
{
	background-image: url(../images/background_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #011b54;
	width: 800px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.myBox {
	color: #000000;
	background-color:#FFFFFF;
	width: 727px;
	/*height: 195px;*/
	text-align: left;
	font-style: italic;
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
}
.bold_txt
{
	padding:10px;
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	font-style:normal;
}
.head_txt {
	font-size: 21px;
	font-weight: normal;
}
#test1 {
    margin: 1em auto;
    border: 1px solid #fff;
    width: 500px;
    height: 300px;
  }
