@charset "utf-8";
body {
	background-color: #44849f;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.copytext {
	font-family: tahoma;
	font-size: 11px;
	color: #abc8d4;
	text-decoration: none;
}
.rootadd {
	font-family: tahoma;
	font-size: 11px;
	color: #abc8d4;
	text-decoration: none;
}
.rootadd:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #d6e8f0;
	text-decoration: none;
}
.whitelink {
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bottomlink {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.bottomlink:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.underlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.underlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}
.pointtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #3d7992;
	text-decoration: none;
}
.pageheading {
	background-color:#e3f6fd;
	border:1px solid #bfe0ed;
	padding:2px 0px 2px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #3d7992;
	text-decoration: none;
}
.bigheading {
	border-bottom:5px solid #ffb400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3d7992;
	text-decoration: none;
}
.smallheading {
	font-family: tahoma;
	font-size: 13px;
	font-weight:bold;
	color: #3d7992;
	text-decoration: none;
}
.textarea {
	border:1px solid #CCCCCC;
	width:200px; height:16px;
	font-family:tahoma;
	font-size:11px;
	color:#333333;		
	}
.button {
	background-color: #0082b8;
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:2px 7px 2px 7px;
	}
.button:hover {
	background-color: #ffb400;
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:12px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	padding:2px 7px 2px 7px;
	}	
.textarea_big {
	border:1px solid #CCCCCC;
	width:200px; height:80px;
	font-family:tahoma;
	font-size:11px;
	color:#333333;		
	}