/*----------------------------------------------------------------------- 
   Theme By: James A. Roberson
 ------------------------------------------------------------------------ */

/*----------------------------------------------------------------------- 
   Background
 ------------------------------------------------------------------------ */
 
	body			{ 
					font-family: Arial, Trebuchet MS, Geneva, Georgia; 
					font-size: 12px; 
					line-height: 14px; 
					color: 000000; 
					background-color: #FFFFFF; 
					height: 100%; 
					margin-top: 0px;
					margin-bottom: 0px;
				}
	footer		{ 
					font-family: Arial, Trebuchet MS, Geneva, Georgia; 
					font-size: 11px; 
					line-height: 14px; 
					color: CCCCCC;
				}
				 
    A:link      	{ 	color: #000000; 
				text-decoration: none; 
				line-height: 14px; 
				padding: 0px 0px 0px 0px; 
			}
    A:visited   	{ 	color: #000000; 
				text-decoration: none; 
				line-height: 14px; 
				padding: 0px 0px 0px 0px;
			}
    A:active, A:hover     { 	color: #000000; 
					text-decoration: underline; 
					line-height: 14px; 
					padding: 0px 0px 0px 0px; 
				   }
	.text 	{ 
				font-family: Verdana, Trebuchet MS, Geneva, Georgia; 
				font-size: 11px; 
				line-height: 16px; 
				color: #000000; 
				vertical-align: top !important; 
				border-bottom:0px solid #999999;
			}
	.wtext 	{ 
				font-family: Verdana, Trebuchet MS, Geneva, Georgia; 
				font-size: 11px; 
				line-height: 16px; 
				color: #FFFFFF; 
				vertical-align: top !important; 
				border-bottom:0px solid #999999;
			}
	.smallwtext 	{ 
				font-family: Verdana, Trebuchet MS, Geneva, Georgia; 
				font-size: 11px; 
				line-height: 14px; 
				color: #FFFFFF; 
				vertical-align: top !important; 
				border-bottom:0px solid #999999;
			}
	#container {
			  	margin: 0 auto;
 				width: 405px;
 			
 			 }
	#container2 {
			  	margin: 0 auto;
 				width: 740px;
 			
 			 }
	.solidline { 	visibility: visible; 
				width: 100%; 
				height: 1px; 
				overflow: hidden; 
				margin-top: 5px; 
				margin-bottom: 5px; 
				border-bottom: 1px dotted #222222;
				}
	.subject	{ 	font-family: Georgia, Trebuchet MS, Geneva, Georgia; 
				font-weight: none; 
				font-size: 22px; 
				line-height: 22px; 
				color: #ef7b1d; 
			}
	.header	{ 	font-family: Georgia, Trebuchet MS, Geneva, Georgia; 
				font-weight: none; 
				font-size: 22px; 
				line-height: 22px; 
				color: #000000; 
			}
	.entry 	{ 
				font-family: Arial, Trebuchet MS, Geneva, Georgia; 
				font-size: 12px; 
				line-height: 18px; 
				color: #000000; 
				padding: 0px 5px 0px 5px;
			}
			
	.date 	{ 
				font-family: Arial, Trebuchet MS, Geneva, Georgia; 
				font-size: 12px; 
				line-height: 18px; 
				color: #000000; 
				padding: 0px 5px 0px 5px;
			}
			
	.comment 	{ 
				font-family: Arial, Trebuchet MS, Geneva, Georgia; 
				font-size: 11px; 
				line-height: 16px; 
				color: 000000; 
			}

	.commenthead {	font-family: Arial, Verdana, Trebuchet MS, Geneva, Georgia; 
				font-size: 12px; 
				line-height: 16px; 
				color: #000000;
			}
	.spacer 	{
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 40px 0px;
			}
	.smallspacer 	{
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 5px 0px;
			}