body {
	background-color: #000000;
	margin: 0;
	text-align: center;
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 10pt;
}

p, table, tr, td, li	{
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	margin-top: 0px;
}

h1	{
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	margin-top: 0px;
}

h2	{
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #ffffff;
	margin-top: 0px;
}

h3	{
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	margin-top: 0px;
	font-style: italic;
}

hr	{
	color: #330000;
	height: 1px;
}

a	{
	font-weight: bold;
}

div {
	margin: 0;
	padding: 0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}

table, form	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

#page	{
	width: 1010px;
	height: 718px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header	{
	width: 1010px;
	height: 104px;
	background-image: url(images/header.jpg);
	text-align: right;
}

#main	{
	width: 1010px;
	height: 614px;
}

#menu	{
	width: 226px;
	height: 614px;
	background-image:  url(images/bg_menu.jpg);
	float: left;
}

#content	{
	width: 784px;
	height: 614px;
	background-image: url(images/bg_main.gif);
	overflow: auto;
	float: left;
}

#content_index	{
	width: 784px;
	height: 614px;
	background-image: url(images/bg_main_index.jpg);
	overflow: auto;
	float: left;
}

#index	{
	padding: 100px 0px 0px 50px;
}

#pict	{
	padding: 5px 5px 5px 14px;
}

#mail	{
	background-image: url(images/bg_mail.gif);
	text-align: left;
	padding: 5px;
}

.img	{
	padding: 0px 3px 6px 3px;
	float: left;
}
.border	{
	border: 1px solid #333333;
}

.expl	{
	padding: 35px 10px 0px 0px;
}

.pink	{
	color: #ff0099;
}

.yellow	{
	color: #ff9900;
}

.menu-item-up	{
	margin: 30px 0px 0px 5px;
	padding: 0px 0px 5px 0px;
	color: white;
	width: 180px;
	border-bottom: 1px solid white;
}

.menu-item-mid	{
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 5px 0px;
	color: white;
	width: 180px;
	border-bottom: 1px solid white;
}

.menu-item-bot	{
	width: 180px;
	margin: 35px 0px 0px 5px;
}

a
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a:visited
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a:hover
{
	font-size: 10pt;
	font-weight: bold;
	color: #330000;
	text-decoration: underline;
}
a:active
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

a.menu-item
{
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.menu-item:visited
{
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.menu-item:hover
{
	font-size: 10pt;
	font-weight: normal;
	color: #ff0099;
	text-decoration: none;
}
a.menu-item:active
{
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.close
{
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.close:visited
{
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.close:hover
{
	font-size: 10pt;
	font-weight: normal;
	color: #ff0099;
	text-decoration: none;
}
a.close:active
{
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

