#RegionPage
{
	background-image: url(/Images/RegionPageDefaultBG.gif);
}
.blocket
{
	background: url(/images/notepad.gif);
	width: 270px;
	height: 223px;
	margin-top: 139px;
	margin-left: 350px;
}
.blocktext
{
	margin-top: 30px;
	margin-left: 70px;
	border: 0px solid black;
	width: 165px;
	font-family: arial;
	font-size: 120%;
}
.blocktext h1
{
	font-family: arial;
	font-size: 100%;
}
.Teaser p
{
	margin: 0;
}

.TeaserHeadingLeft
{
	background-color: #c9d6e6;
}
.TeaserHeadingRight
{
	background-color: #668ba5;
}
.TeaserHeading
{
	width: 340px;
	height: 30px;
}
.TeaserHeading h2
{
	text-transform: uppercase;
	font-family:Lucida Sans, Arial;
	font-size:14px;
	padding:5px 5px 0 5px;
	margin:0;
}
.TeaserHeadingRight h2
{
	color: #fff;
}
.TeaserBody
{
	border-left: 1px solid #668ba5;
	border-right: 1px solid #668ba5;
	border-bottom: 1px solid #668ba5;
	width: 338px;
	height: 100px;
	margin-bottom: 10px;
}
.TeaserBody div
{
	padding:4px 5px 0px 5px;
	font-family:Lucida Sans, Arial;
	font-size: 12px;
}
.TeaserBody div p
{
	margin:0px;
}
.TeaserBodyText a, .TeaserBodyText div a:link 
{
	text-decoration: none;
	border-bottom: dotted 1px #d62c00;
	background: none;
	color: #000;
	padding: 0;
}
.TeaserBodyText a:hover 
{
	text-decoration: none;
	border-bottom: solid 1px #d62c00;
	background: none;
	color: #000;
	padding: 0;
}
.TeaserColumn
{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.Alert
{
	font-size:12px;
	color: #000;
	background-color: Yellow;
	border: 2px solid red;
	padding: 10px 10px 0px 10px;
}

