/* ------------------------------------------- */
/* 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;	
}
/* ------------------------------------------- */
.WhiteSpace
{
	width: 5px;
	background-color: transparent;
	height: 10px;
	float: left;
}
/* ------------------------------------------- */
.SideBox1 h1
{
	margin: 0;
	font-size: .80em;
	padding: 3px 10px 3px 5px;
	/*border-top: 2px solid black;
	border-bottom: 2px solid black;*/
	text-align: left;
	color:white;	
	background-color:#007AA8;
	/*background-image: url(.\\images\\bg_header_blue_new.gif);
	background-repeat: repeat;	*/
}
/* ------------------------------------------- */
.SideBox1 p
{
	margin: 0;
	padding: 5px 5px;
	font-size: .85em;
	background-color: white;
}
/* ------------------------------------------- */
.SideBox1 hr
{
	height: 2px;
	color: #CC9966;
	/*background-color: #CC9966;*/
	/*border-top: solid 1px #D7F1FF;*/
	border-bottom: solid 1px #CC9966;
}
/* ------------------------------------------- */
.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: gainsboro;
	width: 95%;
	float: left;
	margin: 0 3px;
	border : solid 1px black;
	padding:  0px 0px 5px 0px;	
}
/* ...................................... */
/* ---------------------------------------- */
.ImageLink 
{
	text-decoration: none ;
}
/* ------------------------------------------- */
.ImageWithBorder
{
	padding : 20px 20px 20px 20px;
}
/* ------------------------------------------- */
.ImageWithRightBorder{
	padding :  0px 10px 0px 0px;
}
/* ------------------------------------------- */
/* 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;
}
/* -------------------------------------------	*/

