@charset "utf-8";

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

/* text */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	color: #000000;
	text-decoration: none;
}
.blacktext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.blackhead {
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.copytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.whitetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteheadsmall {
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
}

/* link */
.whitetoplink {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	line-height:18px;
	font-weight:bold;
	text-decoration: none;
}
.whitetoplink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.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;
}
.rootadd, .rootadd:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.blacklink11, .blacklink11:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.buttonblue {
	background-color: #004b91;
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:2px 7px 2px 7px;
	}
.buttonblue:hover {
	background-color: #333333;
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:2px 7px 2px 7px;
	}

/* textarea */
.textarea {
	border:1px solid #CCCCCC;
	width: 200px;
	height:16px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.textareabig {
	border:1px solid #CCCCCC;
	width: 250px;
	height:100px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
