@import url(menu.css);

p
{
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

td
{
	color: #989898;
	font-size: 11px;
	font-weight: normal;
}

h1
{
	color: #2b3087;
	font-size: 16px;
	font-weight: bold;
}

h2
{
	color: #2b3087;
	font-size: 14px;
	font-weight: bold;
}

.title
{
	color: #2b3087;
	font-size: 14px;
	font-weight: bold;
}

.label
{
	color: #2b3087;
	font-size: 11px;
	font-weight: bold;
}

.product
{
	color: #2b3087;
	font-weight: bold;
}

#script
{
	width: 590px;
	height: 480px;
	left: 10px;
	top: 100px;
	position: absolute;
	visibility: visible;
	overflow: hidden;
	
}

#content
{
	width: 590px;
	left: 10px;
	top: 100px;
	position: absolute;
	visibility: visible;
	
}

#copyright
{
	left: 10px;
	top: 596px;
	position: absolute;
	visibility: visible;
}

.help{
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

a.help 
{
	text-decoration: none;
}

a:hover.help {
	color: #2b3087;
	text-decoration: none;
}


