.hideInPrint{
	display:none;

}

html, body{
	background-color:#FFF;
	background-image:none;
	padding:0px;
	margin:0px;
}

body, td, p, div{
        line-height:150%;
        font-family: Arial, Verdana;
}

/*	Links		*/

A:link          { color:#005C8A/*006699*/;text-decoration: none;}
A:hover         { color:#000/*e96814*/;text-decoration: none;}
A:visited       { color:#005C8A/*006699*/;text-decoration: none;}
A:visited:hover { color:#000/*e96814*/;text-decoration: none;}

/*	Heading		*/

h1{
	color:#000/*#1d6db7*/;
}

h2{
	color:#000/*#1d6db7*/;
}

h3{
	color:#000/*#1d6db7*/;
}

h4{
	color:#000/*#1d6db7*/;
}

h5{
	color:#000/*#1d6db7*/;
}

h6{
	color:#000/*#1d6db7*/;
}


/*      Templates       */


.tplTwoCols{
        width:96%;
        overflow:visible/*hidden*/;

}

.tplTwoCols .tplMainCol{
        padding:0 10px/*10px 25px 10px 18px*/;
}

.tplTwoCols .tplSubCol{
        padding:0 0 0 5px/*10px 25px 10px 18px*//*35px 26px 10px 5px*/;
}

.tplTwoCols .tplMainColWrapper{
		float:left;
		width:70%;
        overflow:visible/*hidden*/;

}

.tplTwoCols .tplSubColWrapper{
		float:left;
		width:30%;
        overflow:visible/*hidden*/;
}

.tplOneCol{
        width:96%;
        overflow:visible/*hidden*/;
}

.tplOneCol .tplMainCol{
        padding:0;
}

.tplOneCol .tplMainColWrapper{
        width:98%;
		overflow:visible/*hidden*/;
}

.siteContainer{
	width:98%;
	height:100%;
	margin:0;
	overflow:visible/*hidden*/;
	
}

.contentContainer{
	width:100%;
	height:100%;
	overflow:visible/*hidden*/;
	
}

.siteContent{
	
}


.contentContent{
	
}

.rgt_column{
	float:left;
	width:100%;
	overflow:visible/*hidden*/;
	
}

.rgt_columnContent{
	margin:0;

}

.tdlClearer{
	clear:both;
	font-size:1px;
}

.clearer{
	clear:both;
	font-size:1px;
}


