/* Inherited */
a{
	color: #48BB48;
	font-style: italic;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* Elements */
.Frame_BG{
	Padding: 9px 0px 9px 0px;
	background: url(../Images/Frame_BG.gif) repeat #202020;
}
.TeaserArticle{
	width: 240px;
}

/* Border */
.Border_Link{
	Border: solid 1px #48BB48;
}
.Border_Trim{
	Border: solid 1px #B0B0D8;
}

/* Background */
.BG_Body{
	background: #202020 url('/Site/Banners/SiteHeader.gif') repeat-x scroll top;
}
.BG_Page{
	background: #202020;
}
.BG_Link{
	background: #48BB48;
}
.BG_Trim{
	background: #B0B0D8;
}
.BG_Border{
	background: #080810;
}
.BG_Content{
	background: #202020;
}

/* Font */
.Font_0{
	color: #B0B0D8;
	font: 7pt Verdana, Arial;
}
.Font_1{
	color: #B0B0D8;
	font: 10pt Verdana, Arial;
}
.Font_2{
	color: #B0B0D8;
	font: 12pt Verdana, Arial;
}