@charset "utf-8";
/* CSS Document */

/* ---------------------------- */
/* ------- Text Titles -------- */
/* ---------------------------- */

/* --- ------------------------ --- */		
/* ---------- Text Areas ---------- */
/* --- ------------------------ --- */		

div#HeadingOne{
	height:25px;
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 22px;
	overflow:hidden;
	font-weight: bold;
	text-transform:capitalize;
	text-indent:10px;
	margin-top: 5px;
}

div#HeadingTwo{
	height:18px;
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: medium;
	overflow:hidden;
	font-weight: bold;
	text-indent:10px;
	padding-top:5px;
	position: static;
}

.Titles_MainArticle {
	background-image:url(../images/Titles_conAddress_06.png);
	background-repeat:no-repeat;
}

/* --- ------------------------ --- */		
/* --- Text styling begins here --- */
/* --- ------------------------ --- */		

/* Article Title */
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	overflow:hidden;
	font-weight: normal;
	}		

/* Article - Sub title*/
.title_H_two {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:14px;
	overflow:hidden;
	font-weight: normal;
	}		

.Links_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	overflow:hidden;
	font-weight: bold;
	}

/*--------------- bulleted list Styling --------------- */
.list_Style{
	list-style-image:url(../images/bck_list_arrow.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	list-style-position: outside;
	}

.list_StyleCT{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:normal;
	list-style-position: outside;
}

.list_StyleotherTips{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	list-style-position: inside;
}

.list_StyleNews{
	list-style-image:url(../images/articleicon.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	list-style-position:outside;
	}

