@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	color: #FFF;
	text-decoration: none;
}
 
a:hover {
	color: #FFF;
	text-decoration: underline;
}
 
a:visited {
	/*color: #49647d;*/
}

body {
	background: #303030;
	color: #000;
	font-family: verdana,helvetica,arial,sans-serif;	
	font-size: 0.7em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}

#contents {
	width: 982px;
	background: transparent;
	margin: 0 auto;
}

#top {
	width: auto;
	height: 40px;
	background: transparent;
	margin-top: 0px;
}

#top #left {
	float: left;
	width: 10px;
	height: 40px;
	display:none;
}

#top #center {
	background: url(../images/topcenter.jpg) repeat-x;
	float: left;
	/*width: 962px;*/
	width:100%;
	height: 40px;
}

#top #center p {
	float: right;
	color:#FFF;
	margin-top: 10px;
	margin-right: 30px;
	font-size: 1.2em;
	font-weight: normal;
}

#top #right {
	float: right;
	width: 10px;
	height: 40px;
	display:none;
}

#main {
	background: #FFF;
	margin: 0px;
	width: 100%;	
}

#main a {
	color: #00F;
	text-decoration: none;
}
 
#main a:hover {
	color: #00F;
	text-decoration: underline;
}
 
#main a:visited {
	/*color: #49647d;*/
}

#main ul {
	list-style-position:inside;
	margin-left: 20px;
}

#main h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #202020;
	margin-bottom:20px;
}

#main h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #202020;
	margin-bottom:10px;
}

.important {
	font-size: 1.2em;
	font-weight: normal;
	/*color:#9a2140;*/
}

.caption {
	font-size: 1.2em;
	/*color:#9a2140;*/
}

.tablestyle td {
	padding:10px;
}

.contentstyle {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
}

.marginleft10 {
	margin-left:10px;
}

#footer {
	background: transparent;
	margin: 0px;
	width: 100%;
	height: 80px;
}

#copyright {
    color: #DDD;
	margin-top: 10px;
	font-weight: normal;
	width: 100%;
	text-align: center;
}

#trademarks {
    color: #DDD;
	margin-top: 10px;
	font-weight: normal;
	font-size: 9px;
	width: 100%;
	text-align: center;
}