body	{
		font-family:arial,tahoma,verdana; font-size:12px; background-color:#FFF1D2; color:#444;
		}

/*============================================================================*/
/* SITEWIDE CLASSES ACCESSED BY CONTENT EDITOR */	
		
.Text {
		color: #444; font-size: 12px; 
		}
.SmallText {
		color: #333; font-size: 11px; 
		}
.Header1,h1 { 
		color: #234923; font-size: 15px; font-weight: bold; 
		}
.Header2,h2	{ 
		color: #512775; font-size: 15px; font-weight: bold; 
		}
.Header3,h3 { 
		color: #000000; font-size: 12px; font-weight: bold; 
		}
.Caption { 
		color: #666666; font-size: 10px; font-style: italic;
		}	

/*============================================================================*/	
/* SITEWIDE CLASSES (Currently not used by CMS content editor) */

.PageTitle { 
		font-family:times,serif; padding:5px 10px 10px 10px; margin:0px; width:300px; 
		background:url('/templates/dan01/images/bg_home_text.gif') no-repeat bottom right;
		color:#512775; font-size:25px; font-weight:bold; font-style:italic;
		}
.PageSubTitle { 
		background:url('/templates/dan01/images/bg_subtitle.gif') no-repeat top left;
		color:#888; font-family:times,serif; font-size:20px; font-weight:normal; 
		margin:5px 0px 0px 5px; padding:5px 0px 5px 30px;
		}
.ChildDepartment { 
		color: #162D5A; font-size: 20px; font-weight: bold; 
		}
.ParentDepartment { 
		color: #465A78; font-size: 11px; font-weight: bold; 
		}
.Copyright {
		color: #fff; display: block; padding: 1px 10px; width: 100%; height: 100%; 
		}
