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

div, span, p {
	font-family:Arial, "Arial Narrow", Hevetica, sans-serif;
}
p{
	color:#333333;						/*light black */
	font-size:9pt;							/* alan */
	line-height:11pt;					/* alan */
	margin:0;
	padding:0;
}

/****************************************************************************************/
/* tmp-004                                                                              */
/****************************************************************************************/
.copyRight{
	color:black;
	font-size:8pt;
	margin:0px 0px 0px 0px;
	padding:0;
}
h1{
	clear:both;
	color:black;
	font-size:26pt;
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:10px 0px 0px 0px;
}
h2{
	clear:both;
	color:black;
	font-size:18pt;
	text-align:left;
	margin:0;
	padding:0;
}
h3{
	color:black;
	font-size:16pt;
	font-weight:bold;
	margin:0;
	padding:0;
}
h4{
	color:black;
	font-size:12pt;
	font-weight:bold;
	margin:0;
	padding:0;
}
.logo{
	width:200px;
	margin:0;
	padding:0;
}
.tcText{
	width:700px;
}
.urlNotFound{
	color:black;
	font-size:11pt;
	line-height:13pt;
}
/****************************************************************************************/
/* HOME PAGE                                                                            */
/****************************************************************************************/
/*.rssDescription{
	color:#333333;
	font-size:10pt;
}*/
.homePageContent{
	color:#333333;
	font-size:11pt;					/* alan this is the body text for the home page*/
	line-height:13pt;				/* alan */
}
.homePageImg{
	float:right;
}
.rssTitle{
	color:black;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
a.rssTitle:link{
	text-decoration:none;
}
a.rssTitle:active{
	text-decoration:none;
}
a.rssTitle:lang{
	text-decoration:none;
}
a.rssTitle:hover{
	text-decoration:none;
	color:blue;
}
/****************************************************************************************/
/* tmp-004-verbage.dwt.php                                                              */
/****************************************************************************************/
.verbageContent{
	color:#333333;
	font-size:11pt;					/* alan - this is the body text for each of the pages*/
	line-height:13pt;				/* alan */
	margin:0;
	padding:0;
}
.verbageHeader{
	color:black;
	font-size:12pt;
	font-weight:bold;
	margin:0;
	padding:0;
}
.verbageImg{
	float:right;
	margin:0;
	padding:0;
}
.verbageTitle{
	color:black;
	font-size:14pt;
	font-weight:bold;
}
