/* ------------------------------------------- */
/* Start Text styles
/* ------------------------------------------- */
/* ----------------------------- */
.PageTxt{
	font-size: .85em;
	color: black;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-family:  Arial, Tahoma, Verdana;
	font-variant: normal;
	text-decoration: none;
}
.PageTxt a:active
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.PageTxt a:link
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.PageTxt a:visited
{
	font-weight: normal;
	font-size: 1.0em;
	color: navy;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.PageTxt a:hover /* Put after visited or doesnt work for visited */
{
	font-size: 1.0em;
	text-decoration: underline;
}
/* ------------------------------------------- */
.PageTxtSmall
{
	font-size: .83em;
	color: black;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-family:  Arial, Tahoma, Verdana;
	font-variant: normal;
	text-decoration: none;	
}
/* ------------------------------------------- */
/* Boxes										*/
/* -------------------------------------------	*/
.Box1 h1, .Box2 h1 {margin:0; font-size:1.2em; padding:0 10px 5px 10px; border-bottom:1px solid #444;}
.Box1 p, .Box2 p { margin:0; padding: 5px 10px; /*font-size:10px;*/}
.Box1 {background: transparent; width:240px; float:left; margin:0 3px;}


.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #444; border-right:1px solid #444;}
.xb1 {margin:0 5px; background:#444;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; border:0 solid #444; border-width:0 1px; height:auto;}
* html .xboxcontent {height:1px;}
/* -------------------------------------------	*/

/* ------------------------------------------- */
.WhiteSpace
{
	width: 5px;
	background-color: transparent;
	height: 10px;
	float: left;
}
/* ------------------------------------------- */
.SideBox1 h1
{
	margin: 0;
	font-size: .80em;
	padding: 0 10px 5px 5px;
	border-bottom: 2px solid #869FB3;
	text-align: left;
	/*background-color: white;*/
}
.SideBox1 p
{
	margin: 0;
	padding: 5px 5px;
	font-size: .85em;
	background-color: white;
}
.SideBox1 hr
{
	height: 4px;
	color: #869FB3;
	background-color: #277FA5;
	border-top: solid 1px #D7F1FF;
	border-bottom: solid 1px #AFE3FF;
}

.SideBox1 a:active
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.SideBox1 a:link
{
	font-weight: normal;
	font-size: 1.0em;
	color: Navy;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.SideBox1 a:visited
{
	font-weight: normal;
	font-size: 1.0em;
	color: navy;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.SideBox1 a:hover /* Put after visited or doesnt work for visited */
{
	font-size: 1.0em;
	text-decoration: underline;
	font-weight: normal;
}
.SideBox1
{
	/* the box itself */
	background: white;
	width: 95%;
	float: left;
	margin: 0 3px;
}
/* ...................................... */
.SideBox2 h1
{
	margin: 0;
	font-size: 1.0em;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid yellow;
	text-align: center;
}
.SideBox2 h2
{
	margin: 0;
	font-size: .80em;
	padding: 0 10px 5px 10px;
	border-bottom: 2px solid #869FB3;
	text-align: center;
}
.SideBox2 h3
{
	margin: 0;
	font-size: .80em;
	color: White;
	padding: 0 10px 5px 10px;
	background-color: #277FA5;
	padding-top: 5px;
	border-top: solid 1px cyan;
	border-bottom: solid 1px cyan;
	text-align: center;
}
.SideBox2 hr
{
	height: 6px;
	color: #277FA5;
	background-color: #277FA5;
	border-top: solid 1px #FFAA00;
	border-bottom: solid 1px cyan; /* 	background-image: url(.\\images\\img_scanlinesbkg.gif); 	background-repeat: repeat; 	border-style:none; 	*/
}
.SideBox2 p
{
	margin: 0;
	padding: 5px 10px;
	font-size: .77em;
	background-color: transparent;
}

.SideBox2
{
	/* the box itself */
	background: white;
	width: 250px;
	float: right;
	margin: 0 3px;
}
/* ...................................... */

/* ---------------------------------------- */
.ImageLink 
{
	text-decoration: none ;
}
/* ------------------------------------------- */
.ImageWithBorder
{
	padding : 20px 20px 20px 20px;
}
/* ------------------------------------------- */
.ImageWithRightBorder{
	padding :  0px 10px 0px 0px;
}
/* ------------------------------------------- */
.out
{
	/* the drop shadow */
	display: block; /*background: #bbb;*/
	background-color: Silver;
	border: 1px solid #ddd;
	position: relative;
	margin: 1em 0;
}
.out h1
{
	font-size: 1.0em;
	color: black;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
}
.out h2
{
	font-size: 1.0em;
	color: white;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
}

.out h3
{
	font-size: 1.0em;
	color: White;
	background-color: #094DBB;
	text-align: center;
	width: 100%;
	border-top: 2px solid #869FB3;
	border-bottom: 2px solid #869FB3; /*padding: 5 0 5 0;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.out h4
{
	font-size: .77em;
	color: black;
	background-color: #AED0D9;
	text-align: center;
	width: 100%; /*border-top: 2px solid #80C9FF; 	border-bottom: 2px solid #80C9FF;*/
	border: none;
	padding: 5 0 5 0;
}
.out h5
{
	font-size: .70em;
	color: black; /*background-color: #FFD678;*/ /*background-image: url(.\images\DotLine1.gif);*/
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	border: none; /*	border-top: 2px solid #80C9FF; 	border-bottom: 2px solid #80C9FF;*/
	padding: 5 0 5 0;
}
.out h6
{
	font-size: .90em;
	color: White;
	background-color: #8FB38F; /*background-image: url(.\images\DotLine1.gif);*/
	background-repeat: repeat-x; /*text-align: center;*/
	width: 100%; /*border-top: 2px solid #80C9FF;*/
	border-top: 2px solid #FFE0CC;
	border-bottom: 2px solid #FFE0CC;
	padding: 5 0 5 0;
	margin-top: 0;
	margin-bottom: 0;
}

.out p
{
	font-size: 0.90em; /*color: black;*/
	text-align: left;
	padding: 0 0 0 0;
	margin-top: 2;
	margin-bottom: 2;
}
.in
{
	/* the inside of the box */
	text-align: center; /*background: #fff;*/ /*background-color:#B1D3EC;*/
	border: 1px solid #555;
	position: relative;
	padding: 5px;
	font-weight: normal;
}
.hr
{
	display: inline;
}
/* ------------------------------ */
.out img
{
	float: left;
	background-color: Transparent;
	border-style: none;
	margin: 0 0 0 0;
}
/* ------------------------------ */
/* List types					*/
/* ------------------------------ */
ul.Check
{
	list-style-position: outside;
	list-style-type: none;
}

li.RedCheck
{
	color: #0066B2;
	background-image: url(.\\images\\chkmark8.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.LinkArrow
{
	color: #0066B2;
	background-image: url(.\\images\\RtArrowTiny.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.2em;
	vertical-align:bottom;
}

li.BlueCheck
{
	color: #0066B2;
	background-image: url(.\\images\\chkmark3.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
li.BlueDot
{
	color: #0066B2;
	background-image: url(.\\images\\bullet1.gif);
	background-repeat: no-repeat;
	background-position: -1 .4em;
	padding-left: 1.6em;
}
/* ---------------------------------------- */
/* Code for curved boxes  				*/
/* -------------------------------------- */
.color_a {background: #FFDFBF;	color: #000;}
.color_b {background: #829DA3;	color: #fff;}
.color_c {background: #829DA3;	color: #fff;}
.color_d {background: #B3434E;	color: #fff;}
.color_e {background: #277FA5;	color: #fff;}
.color_f {background: #FFD980;	color: #000;}
.color_g {background: #339966;	color: white;}
/* -------------------------------------------	*/
.SeparatorLineStyle
{
	width:100%;
	height:5px;
	color: #ACB1BF;
	background-color: #ACB1BF;
	border-top:	  solid 2px #E6ECFF;
	border-bottom: solid 1px #737680;
	border-left:solid 1px #E6ECFF;
	border-right:solid 1px #737680;
}
/* -------------------------------------------	*/

