body {
	/* background: url("images/bg.jpg");*/
	background: #333333; 
}


table {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

td, th {
	padding: 0;
	vertical-align: top;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

th {
	background-color: #ebebeb;
}

.gridhead {
	background-color: #cccccc;
}

.gridlabel {
	background-color: #eeeeee;
	text-align: left; 
	vertical-align: middle;
}

.center { 
	text-align: center;
}

.right {
	text-align: right;
}

.middle {
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

.half {
	width: 50%;
}

input, select {
	color: #334058;
	margin: 2px;
}

input[type="text"] {
	border: 1px solid #334058;
	padding-left: 3;
}

.frame_content {
	text-align: center;
	background-color: #ffffff;
}

.content {
	width: 1000;
	height: 100%;
	background-color: #ffffff;
}

.content_main ul {
	list-style-image: url("images/link.gif");
}

.content_main ul li {
	margin: 0.5em 0em 0em -1.5em;
}

.content_banner {
	height: 150;
	background: url("images/banner.jpg");
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.content_main {
	padding: 20;
}

.content_main td {
	padding: 5;
}

.content_main_core {
}

.content_main_info {
	width: 220;
}

.content_main_info ul {
	list-style-image: url("images/info.gif");
}

.content_footer {
	font-size: 10px;
	text-align: center;
	vertical-align: bottom;
	padding: 6;
}

.data_table td, th {
	padding: 5;
	text-align: center;
}

.download ul {
	list-style-image: url("images/download.gif");
}

.tips {
	color: #888888;
}

.attention {
	color: #ba3e3e;
}

.neutral {
	color: blue;
}

A {
	text-decoration: none; 
	color: #015e9f;
}

A:link, A:visited {
	/*color: #334058;*/
	color: #015e9f;
}

A:hover {
	text-decoration: underline;	
	color: #292929;
}


A:active {
	color: red;
	text-decoration: none
}

h1 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #354159;
	margin: 1em 0em .4em 0em;
}

h2 {
	border-bottom: 1px solid #556E9B;
	color: #000066;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 3em 0em .4em 0em;
	padding: 0px 0px 2px 0px;
}

hr {
	background-color: #556E9B;
	height: 1px;
	width: 100%;
	border: 0;
}

img {
	border: 0;
}
