body
{
	background:  #fff;
	font:  0.8em/1.5 Georgia, Times New Roman, Times, serif;
}

#center
{
	width: 100%;
	align:  center;
	float:  left;
}

#fiftyfifty
{
	width: 50%;
	float:  left;
}

#right60
{
	width: 60%;
	float:  left;
}

#left40
{
	width: 39%;
	float:  left;
}

#right70
{
	width: 62%;
	float:  left;
}

#left30
{
	width: 37%;
	float:  left;
}

#center70
{
	width: 70%;
	padding-left:  15%;
}

#whiteblock
{
	background:  
	url(images/tl.gif)
  top left no-repeat;
	width: 100%;
	float:  left;
}

h2.whiteblock
{
	background:  
	url(images/tr.gif) 
  top right no-repeat;
	font-size: 1.3em;
	padding: 15px 15px 20px 15px;
	margin: 0;
	color:  #666666;
}

h3
{
	color:  #666;
}

h4
{
	font-size: 1em;
	color:  #666;
}

div.w_ArticleContainer
{
	background:  
  url(images/lb.gif) 
  top left repeat-y;
	margin: 0;
	margin-top: -2em;
}

div.w_ArticleBody
{
	background:  
	url(images/rb.gif) 
  top right repeat-y;
	margin: 0;
	margin-top: -2em;
	padding: 15px 40px 15px 25px;
}

div.w_ArticleFooter
{
	background:  
	url(images/bl.gif) 
  bottom left no-repeat;
}

div.w_ArticleFooter p
{
	background:  
	url(images/br.gif) 
  bottom right no-repeat;
	display: block;
	padding: 15px;
	margin: -2em 0 0 0;
}

#grayblock
{
	background:  
	url(images/tl_g.gif)
  top left no-repeat;
	width: 100%;
	float:  left;
}

h2.grayblock
{
	background:  
	url(images/tr_g.gif) 
  top right no-repeat;
	font-size: 1.3em;
	padding: 15px;
	margin: 0;
	color:  #999;
}

div.g_ArticleContainer
{
	background:  
	url(images/lb_g.gif) 
  top left repeat-y;
	margin: 0;
	margin-top: -2em;
}

div.g_ArticleBody
{
	background:  
	url(images/rb_g.gif) 
  top right repeat-y;
	margin: 0;
	margin-top: -2em;
	padding: 15px;
}

div.g_ArticleFooter
{
	background:  
	url(images/bl_g.gif) 
  bottom left no-repeat;
}

div.g_ArticleFooter p
{
	background:  
	url(images/br_g.gif) 
  bottom right no-repeat;
	display: block;
	padding: 15px;
	margin: -2em 0 0 0;
}

#footer
{
	background:  
	url(images/tl.gif)
  top left no-repeat;
	width: 100%;
	float:  left;
}

h2.footer
{
	background:  
	url(images/tr.gif) 
  top right no-repeat;
	font-size: 1.3em;
	padding: 15px;
	margin: 0;
	color:  #999;
}

div.f_ArticleContainer
{
	background:  
	url(images/lb.gif) 
  top left repeat-y;
	margin: 0;
	margin-top: -2em;
}

div.f_ArticleBody
{
	background:  
	url(images/rb.gif) 
  top right repeat-y;
	margin: 0;
	margin-top: -2em;
	padding: 15px;
}

div.f_ArticleFooter
{
	background:  
	url(images/bl.gif) 
  bottom left no-repeat;
}

div.f_ArticleFooter p
{
	background:  
	url(images/br.gif) 
  bottom right no-repeat;
	display: block;
	padding: 15px;
	margin: -2em 0 0 0;
}

a:link
{
	color:  #666666;
	text-decoration:  none;
}

a:visited
{
	color:  #999999;
	text-decoration:  none;
}

a:hover
{
	color:  #333333;
	text-decoration:  underline;
}

a:active
{
	color:  #333333;
}

.nb
{
	font-family:  Arial, Helvetica, sans-serif;
	color:  #cc3300;
	font-weight:  bold;
}