
			/* body */
			.BlogBody a:link, .BlogBody a:visited 
			{ 
				color: #3D07EF; 
			} 			
			.BlogBody
			{ 
				background-color:  #F4F477; 
				color: #000000;
				/*font-family: Verdana;
				font-size: 12px; */
			}
			#BlogBodyContent
			{ 
				background-color:  #F4F477;
				color: #000000;
				/*font-family: Verdana;
				font-size: 12px; */
			}
			#entrySubject {
				font-family: Arial;
				font-size: 12px;
				color: #CC1400;
			}
			#entrySubject a:link, #entrySubject a:visited
			{
				font-family: Arial;
				font-size: 12px;
				color: #CC1400;
			}
			#entrySubject a:hover
			{
				font-family: Arial;
				font-size: 12px;
				color: #333333;
			}
			.EntryDivider
			{
				border-top: 1px solid #F2A407;
			}
			.commentDivider
			{
				border-top: 1px solid #F2A407;
			}
			
		
			/* header */
			div#header
			{
				background: url("/blog/img/imageLibrary/header/6/9.gif?64535") repeat;
			}
			div#logo
			{
				
			}
			span#blogName, span#blogName a:link, span#blogName a:visited
			{
				color: #F10505;
			}
			span#blogDescription
			{
				color: #F10505;
			}
			
			/* sidebar */
			.BlogSideBar, .BlogSideBarLeftSide
			{
				background-color: #F42626;
				color: #000000;
				font-family: Arial;
				font-size: 12px;
			}
			.BlogSideBar a:link, .BlogSideBar a:visited, .BlogSideBarLeftSide a:link, .BlogSideBarLeftSide a:visited
			{
				color: #0505F4; 				
			}
			.SidebarBox
			{
				font-family: Arial;
				font-size: 12px;
			}
			.profileSidebar
			{
				font-family: Arial;
				font-size: 12px;
			}
			.SidebarTitle
			{
				font-family: Arial;
				font-size: 13px;
				border: 1px solid #0505F4;
				background-color: #F42626;
				color: #000000;
			}
			
			/* footer */
			div#footer
			{
				font-family: Verdana;
				font-size: 10px;
				background-color: #F7D604;
				color: #000000;
			}
			div#footer a:link, div#footer a:visited
			{
				color: #0505F4;
			}
			
			/* page */
			div#wrapper
			{
				background-color: #EB7A09;
				border-left: 1px solid #0505F4;
				border-right: 1px solid #0505F4;
			}
			div#container
			{
				background-color: #EB7A09;
			}
			#BlogVerticalDividerMid
			{
				border-right: 1px solid #0505F4;
			}
			#BlogVerticalDividerMidLeftSide
			{
				border-left: 1px solid #0505F4;
			}
			div#footer
			{
				border-top: 1px solid #0505F4;;
			}
			body
			{
				background-color: #EB7A09;
			}
			
		
