@charset "UTF-8";
/* CSS Document */


.red {
	color: #FF3333;
}

.date {
	color: #000000;
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: normal;
}


/* BEGIN SMALL OUTLINE BOX */
 .box2wrapper {
	width:19em;
	background-color: #F2F2F2;
	background-image: url(../images/borders/grey/leftside.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 1em;
 }
.box2top {
	width:100%;
	height:12px;
	background-image: url(../images/borders/grey/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
 }
.box2top span {
	display:block;
	position:relative;
	height:12px;
	background-image: url(../images/borders/grey/top-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
 }
.box2content {
	position:relative;
	background-image: url(../images/borders/grey/rightside.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-bottom: 0px;
 }
.box2bottom {
	height:12px;
	background-image: url(../images/borders/grey/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
 }
.box2bottom  span {
	display:block;
	position:relative;
	height:12px;
	background-image: url(../images/borders/grey/bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
 }
.box2content p {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #000000;
	margin-bottom: 0.5em;
}
.box2content h1 {
	font-size: 0.75em;
	font-weight: normal;
	color: #666666;
	text-align: left;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}
.box2content h2 {
	font-size: 1.125em;
	line-height: 1.125em;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.box2content a:link, .box2content a:visited {
	color: #FF3333;
	text-decoration: none;
	line-height: 1.5em;
	margin-bottom: 0px;
}

.box2content a:hover, .box2content a:active {
	color: #FF3333;
	text-decoration: underline;
}
.box2content h3 {
	font-size: 1em;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 0.25em;
}
