﻿body
{
	padding: 10px;
	margin: 10px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #7C7C7C;
}

.announcement
{
	padding: 40px;
	margin: 40px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #FF0000;
	font-size: 15px;
	white-space: nowrap;
}

h1
{
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	white-space: nowrap;
	border-color: #FF9A00 #808080 #808080 #808080;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	font-family: 'Trebuchet MS' , 'Segoe UI' , Verdana, Tahoma;
	font-size: 20px;
	background-color: #83A2B4;
	color: #DCE5EA;
	height: 25px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
}

h2
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 14px;
}

h3
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
}

h4
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

.articles_highlight h2
{
	margin-left: 1px;
	border-left: #c0c0c0 thick solid;
	border-left-width: medium;
	border-color: #FF9966;
	border-left-style: none;
	height: 20px;
}

.articles_ordinary h2
{
	border-bottom-color: #c0c0c0;
	margin-left: 1px;
	border-left: #c0c0c0 thick solid;
	border-top-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-left-width: medium;
	border-left-style: none;
	height: 20px;
}
.articles_header
{
	padding-right: 20px;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: middle;
	font-style: normal;
	height: 28px;
	text-align: left;
	font-variant: normal;
}
.articles_header_caption
{
	font-weight: bolder;
	font-size: 14px;
	vertical-align: middle;
}
.articles_body
{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.articles_body H2
{
  font-size: 12px;
}
.articles_body A:link
{
	color: blue;
}

.articles_body A:visited
{
	color: blue;
}

A:link
{
	color: blue;
}

A:visited
{
	color: blue;
}
.article_image
{
	padding: 10px;
	display: inline;
	float: left;
}

hr
{
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px;
	height: 2px;
	text-align: center;
}

.toolbar
{
	text-align: right;
}