@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	text-align:justify;
}

/* text and head */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #333333;
	text-decoration: none;
}
.text11 {
	font-family: Tahoma; 
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.copytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #eeb0b0;
	text-decoration: none;
}
.whitetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.blackheadmini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.redheadmini {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.redheadsmall {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.redhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #bb0000;
	text-decoration: none;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#be0000;
	padding:3px;
	height:25px;
	width:105px;
}
.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color:#be0000;
	color: #FFFFFF;
	text-decoration: none;
	padding:3px;
	height:25px;
	width:105px;
}

/* link */
.bottomlink {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottomlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.underlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.underlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.rootlink {
	font-family: Tahoma;
	font-size: 11px;
	color: #eeb0b0;
	text-decoration: none;
}
.rootlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/* form, textarea */
input, textarea {
	height:16px;
	border:1px solid #CCCCCC;
	font-size:12px;
	width:200px;
	font-family: tahoma;
	}
select{
	height:20px;
	border:1px solid #CCCCCC;
	font-size:12px;
	width:150px;
	font-family: tahoma;
	}	 	
.listmenu {
	width:auto;
	border:1px solid #CCCCCC;
	}
.textareasmall {
	width:90px;
	}
.textareabig {
	width:300px;
	height:80px;
	}
.textareabigvery {
	width:700px;
	height:100px;
	}
.whitetext{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	}