@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d3d3d3;
	text-align:justify;
}

/* text and heading */
.text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration: none;
}
.whitetextbold11 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitetextbold12 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitetextnormal12 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.text12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:16px;
	text-decoration: none;
}
.text12bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	line-height:16px;
	text-decoration: none;
}
.bluetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #0d549c;
	text-decoration: none;
}
.copytext {
	font-family: Tahoma;
	font-size: 11px;
	color: #96bde4;
	text-decoration: none;
}
.redhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #d10000;
	border-bottom:1px solid #CCCCCC;
	text-decoration: none;
}
.blueheadsmall {
	font-family: Tahoma;
	font-size: 15px;
	font-weight:bold;
	color: #1e66ae;
	text-decoration: none;
}
.redtext {
	font-family: Tahoma;
	font-size: 12px;
	color: #d10000;
	line-height:18px;
	text-decoration: none;
}
.redheaditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style:italic;
	color: #d10000;
	text-decoration: none;
}

/* link */
.greylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
.greylink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
.greylink12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
.greylink12:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
.whitelinkbold11 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelinkbold11:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelinkbold12 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelinkbold12:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelinknormal12 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelinknormal12:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelinknormal11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #bdd8f4;
	text-decoration: none;
}
.whitelinknormal11:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #bdd8f4;
	text-decoration: none;
}

/* textarea, forms*/
.imageborder {
	border:1px solid #CCCCCC;
	}
.textarea {
	border:1px solid #CCCCCC;
	width:200px;
	height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}
.textareabig {
	border:1px solid #CCCCCC;
	width:200px;
	height:70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}
.listmenu {
	border:1px solid #CCCCCC;
	height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}
.button {
	background-color: #255f9a;
	border:1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:2px 7px 2px 7px;
	}
.button:hover {
	background-color: #333333;
	border:1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:2px 7px 2px 7px;
	}
	