/* Stylesheet */

body {
	background-color: #111111;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	color: White;
}

p {
	font-size : 13px;
}

.poll {
	font-size : 10px;
}

#poweredby {
	color: #000;
	margin-top: 52px;
	margin-left: -9999px; /* this may cause trouble in some browsers :-(*/
}

#poweredby a {
	color: #000;
}

#poweredby a:active, #poweredby a:hover {
	color: #000;
}

table.maintable {
	height: 100%;
	background-color: #000;
	/* border: 2px solid #C82C36; */
	background-image: url('/imagesajp/sys/backgroundlogo.gif'); 
	background-repeat: no-repeat;
	background-position: top;
}

.content {
	margin: 44px 42px 10px 12px;
	font-size: 13px;
	line-height: 18px;
}

.banner {
	margin: 24px 0px 24px 0px;
}

hr {
	color: #404040; /* IE!*/
	background-color: #404040; /* mozilla! */
	height: 2px;
	margin: 12px 0px 12px 0px;
}

hr.home {
	color: #404040; /* IE!*/
	background-color: #404040; /* mozilla! */
	height: 2px;
	margin: 0px 0px 3px 0px;
}

.banner p {
	color: #404040;
	margin: -12px 0px 8px 0px;
	text-align: center;
	font-size: 11px;
}

.kop1 {
	font-size: 18px;
}

.kop2 {
	font-size: 15px;
	font-style: italic;
	margin: 8px 0px 4px 0px;
}

.faq {
	font-size : 11px;
	font-weight : bold;
	color: #000;
	background: #fff;
	padding: 0px 2px 0px 3px;
	margin: 0px 4px 0px 0px;
}

a .faq {
	color: #f00;
	background: #333;
}

a:hover .faq, a:active .faq {
	color: #000;
	background: #ff0;
}


img.illustration {
	float: left;
	margin: 16px 22px 6px 0px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
}


img.illustrationhp {
	float: left;
	margin: 6px 22px 6px 0px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #333;
}


/*
.list {
	position: static;
	display: block;
	margin: 0px 0px 0px -10px;
	position: static;
}





li {
	margin: 0px 0px 4px 0px;
}

li ul {
	margin-top: -8px;
}
*/


.content a {
	color: #f00;
	font-weight : bold;
	text-decoration: none;
}


.content a:active, .content a:hover {
	color: #ff0;
}

/* Form */

p.form {
	font-weight: bold;
}
 
input.field, textarea {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	padding: 2px 2px 0px 4px;
	border:1px solid;
	border-color: #666;
}
 
input.field {
	width: 282px;
	height: 22px;
}
 
textarea {
	width: 470px;
}

input.button {
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#111;
	border-bottom-color:#333;}
}


/* 
	border:1px solid;
	border-top-color:#f99;
	border-left-color:#f99;
	border-right-color:#600;
	border-bottom-color:#900;}
 */