
/* ---------------------------------------------------------------- */
/* -- M a i n   p a g e   a r e a --------------------------------- */
/* ---------------------------------------------------------------- */
.MPHeadC {
	color: 					#03446c;
	font-family: 			tahoma;
	font-weight: 			bold;
	font-size: 				14px;
	text-align: 			left ;
}

.MPHead {
	color: 					black;
	font-family: 			tahoma;
	font-weight: 			bold;
	font-size: 				11px;
	line-height: 			130%;
	text-align: 			justify ;
}

.MPText {
	font-family: 			tahoma;
	font-size: 				11px;
	line-height: 			130%;
	text-align: 			justify ;
	color: 					black ;
}

.MPTxtSmall {
	font-family: 			tahoma;
	font-size: 				9px;
	line-height: 			130%;
	text-align: 			none ;
	color: 					#696969 ;
}

.MPPoint {
	list-style-type:     square;
	list-style-position: outside;
	color:               #00416b;
	text-align: 			justify ;
	line-height: 			50%;
	margin-left:			7px ;
	margin-top:				3px;
}

.MPPointLink {
	font-family: 			tahoma;
	font-weight: 		  	normal;
	font-size: 				11px;
	line-height: 			130%;
	text-align: 			justify ;
	color: 					black ;
	text-decoration:		none ;
}

.MPPointLink:hover {
	font-family: 			tahoma;
	font-weight: 		  	bold;
	font-size: 				11px;
	line-height: 			130%;
	text-align: 			justify ;
	color: 					 #696969 ;
	text-decoration:		none ;
}

.MPPointLinkActive{
	color: 					black;
	font-family: 			tahoma;
	font-weight: 		  	bold;
	font-size: 				11px;
	line-height: 			130%;
	text-align: 			justify ;
	text-decoration:		none ;
}

.MPPointLinkActive:hover {
	color: 					black;
	font-family: 			tahoma;
	font-weight: 		  	bold;
	font-size: 				11px;
	line-height: 			130%;
	text-align: 			justify ;
	text-decoration:		none ;
	letter-spacing:      1px
}

.MPLink {
	font-size: 11px;
	color: #696969;
	font-family: tahoma;
	text-decoration:none;
}

/* ---------------------------------------------------------------- */
/* -- C o n t e n t   a r e a ------------------------------------- */
/* ---------------------------------------------------------------- */
.CPHeader {
	font-family: 			tahoma;
	font-weight: 			bold;
	font-size: 				11px;
	line-height: 			130%;
	text-align: 			left ;
}

.CPText {
	font-family: 			tahoma;
	font-size: 				11px;
	text-align: 			left ;
	line-height: 			123%;
	color: 					black ;
}

.CPPoint {
	font-family: 			tahoma;
	font-size: 				11px;
	line-height: 			50%;
	text-align: 			left ;
	
	list-style-type:     square;
	list-style-position: outside;
	color:               #00416b;	
	margin-left:			7px ;
	margin-top:				3px;
}

.CPPoint2 {
	font-family: 			tahoma;
	font-size: 				11px;
	line-height: 			50%;
	text-align: 			left ;
	
	list-style-type:     square;
	list-style-position: outside;
	color:               #00416b;	
	margin-left:			7px ;
	margin-top:				3px;
}

.CPLink {
	font-size: 				11px;
	color: 					#696969;
	font-family: 			tahoma;
	line-height: 			100%;
	text-decoration:		none;
}

/* ---------------------------------------------------------------- */
/* -- C o n t e n t   f o r m s ----------------------------------- */
/* ---------------------------------------------------------------- */
.FormText {
	font-family: tahoma;
	font-size: 11px;
	line-height: 130%;
}

.FormLink {
	font-size: 11px;
	color: #696969;
	font-family: tahoma;
	text-decoration:none;
}

.FormLabel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
}

.FormInput {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03446c;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #03446c;
	width: 220px;
	}

.FormButton {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #03446c;
	text-align: left;
	border: 1px solid #000000;
	width: 80px;
	text-align:center;
}

/* ---------------------------------------------------------------- */
/* -- G e n e r a l   s i t e   c o n f i g u r a t i o n --------- */
/* ---------------------------------------------------------------- */
.SiteBody {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color:white
}

.SiteHeadTD {
	color: #696969;
	font-family: tahoma;
	font-size: 9px;
}

.SiteHeadLink {
	font-size: 11px;
	color: #696969;
	font-family: tahoma;
	text-decoration:none;
}

.SiteFootTD {
	font-family: tahoma;
	font-size: 11px;
}

.SiteFootLink {
	font-size: 11px;
	color: #000000;
	font-family: tahoma;
	text-decoration:none;
}

.SiteFootCopyright {
	font-family: tahoma;
	font-size: 11px;
}

