body {
	background-color: #005478;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Texts */
.pagehead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #176d91;
	border-bottom:3px solid #e2f7ff;
	text-decoration: none;
}
.orangehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff7000;

	line-height:22px;
	text-decoration: none;
}
.bluehead {
	font-family: tahoma;
	font-size: 14px;
	font-weight:bold;
	color: #176d91;
	line-height:14px;
	text-decoration: none;
}

.bluetext {
	font-family: tahoma;
	font-size: 11px;
	color: #176d91;
	line-height:14px;
	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;
}
.text {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	line-height:14px;
	text-decoration: none;
}
.pointtext {
	font-family: tahoma;
	font-size: 11px;
	color: #176d91;
	line-height:18px;
	text-decoration: none;
}
.pointblacktext {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	line-height:18px;
	text-decoration: none;
}
.bluetext12bold {
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #176d91;
	text-decoration: none;
}

/* Links */
.whitelink12 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelink12:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bottomlink {
	font-family: tahoma;
	font-size: 11px;
	color: #176d91;
	text-decoration: none;
}
.bottomlink:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #176d91;
	text-decoration: none;
}
.underlink {
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #176d91;
	text-decoration: underline;
}
.underlink:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #176d91;
	text-decoration: none;
}
.underlinkbig{
	font-family: tahoma;
	font-size: 14px;
	font-weight:bold;
	color: #176d91;
	text-decoration: underline;
}
.underlinkbig:hover {
	font-family: tahoma;
	font-size: 14px;
	font-weight:bold;
	color: #176d91;
	text-decoration: none;
}
.lightbluelink {
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #6fb7d4;
	text-decoration: none;
}
.lightbluelink:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #6fb7d4;
	text-decoration: none;
}
.button {
	background-color: #f66900;
	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: #333333;
	border:1px solid #CCCCCC;
	font-family: Tahoma;
	font-size:12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding:2px 7px 2px 7px;
	}
	
/* Forms style */	
.textarea{
	border:1px solid #CCCCCC;
	width:200px;
	height:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
.textareasmall{
	border:1px solid #CCCCCC;
	width:50px;
	height:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
.listmenu{
	border:1px solid #CCCCCC;
	width: auto;
	height:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}	
.textarea_message{
	border:1px solid #CCCCCC;
	width:200px;
	height:80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
.textareabig{
	border:1px solid #CCCCCC;
	width:442px;
	height:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}