

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* links */
.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: #5c9ac5;
	text-decoration: none;
}
.bottomlink:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.rootadd {
	font-family: tahoma;
	font-size: 11px;
	color: #b5c7d3;
	text-decoration: none;
}
.rootadd:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #87a2b4;
	text-decoration: none;
}

/* texts */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 12px;
	line-height:15px;
	color: #777777;
	text-decoration: none;
}
.text11 {
	font-family: tahoma;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
}
.pointtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 12px;
	line-height:18px;
	color: #333333;
	text-decoration: none;
}
.greytext {
	font-family: tahoma; 
	font-size: 11px;
	color: #999999;
	font-weight:bold;
	text-decoration: none;
}
.copytext {
	font-family: tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.redtext {
	font-family: tahoma;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}
.lightbluetext {
	font-family: tahoma;
	font-size: 11px;
	color: #73afd9;
	text-decoration: none;
}
.greenboldtext {
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #828e10;
	text-decoration: none;
}
.greenboldtext12 {
	font-family: tahoma;
	font-size: 15px;
	font-weight:bold;
	color: #828e10;
	text-decoration: none;
}
.blackhead {
	font-family: tahoma;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.greyhead {
	font-family: tahoma;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}
.pagehead {
	font-family: tahoma;
	font-size: 20px;
	color: #006db9;
	text-decoration: none;
}
.bluehead {
	font-family: tahoma;
	font-size: 17px;
	color: #006db9;
	text-decoration: none;
}
.bluetext {
	font-family: tahoma;
	font-size: 13px;
	color: #006db9;
	font-weight:bold;
	text-decoration: none;
}
.pageheadinner {
	font-family: tahoma;
	font-size: 20px;
	border-bottom:3px solid #CCCCCC;
	color: #006db9;
	text-decoration: none;
}

/* forms style */
.textarea {
	border:1px solid #CCCCCC;
	width:250px;
	height:17px;
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
	}
.textareabid {
	border:1px solid #CCCCCC;
	width:250px;
	height:100px;
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
	}
.formtext {
	background-color:#f5f5f5;
	border:1px solid #CCCCCC;
	width:250px;
	height:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#555555;
	text-decoration:none;
	padding:0px 5px 0px 0px;
	text-align:right;
	}
.button {
	background-color:#005b9c;
	border:1px solid #333333;
	height:20px;
	font-family: tahoma;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:1px 7px 3px 7px;
	}
.button:hover {
	background-color:#333333;
	border:1px solid #333333;
	height:20px;
	font-family: tahoma;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	padding:1px 7px 3px 7px;
	}
