h1	{
	margin: 0;
	padding: 0;
	color: #9D0000;
	font-size: 22px;
	line-height: 25px; 
	font-weight: normal;
}

h1 a, h1 img	{
	margin: 0;
	padding: 0;
	color: #9D0000;
	text-decoration: none;
}

h1 a:hover	{
	text-decoration: none;
}

h2	{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #006600;
}

h3	{
	color: #009900;
	font-size: 12px;
}

.site	{
	line-height: 16px;
	text-align: left;
}

.site a	{
	color: #008000;
	text-decoration: none;
}

.site a:hover	{
	color: #008000;
	text-decoration: underline;
}

.small	{
	font-size: 9px;
}

.normal	{
	font-size: 11px;
}

.big	{
	font-size: 13px;
}

.x-big	{
	font-size: 15px;
}

.site .cmsFunctions {
	margin-bottom: 5px;
	font-size: 11px;
	float: right;
	width: 50px;
}

.cmsPath {
  color: #999999;
	font-size: 11px;
	width: 662px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.cmsPath a  {
  font-size: 11px;
  color: #999999;
  text-decoration: none;
}

.cmsPath a:hover  {
  text-decoration: underline;
}

.site .cmsPrintMail {
  float: right;
}

.site table, .site td	{
	font-size: 11px;
}

.site h2  {
  color: #006600;
  font-size: 18px;
  font-family: Arial;
}

.site img {
  border: 0;
}

.title {
	background-color: #6C6C6C; 
	height: 25px; 	
	line-height: 25px; 
	width: 100%; 
	text-align:left;
}

.title h1 {
	color: #fff; 
	font-size: 1.15em; 
	font-weight: normal; 
	font-family: Arial, Tahoma, Verdana; 
	margin: 0px; 
	padding: 0px 0px 0px 10px; 
	background: url(../images/main-title-arrow.gif) no-repeat left; 
	margin-left: 20px;
}

.title h1 a {	
	color: #fff; 
	text-decoration:none;
}

.title h1 a:hover {
	color: #fff;
}

.content {
	border: 1px solid #e4e4e4; 
	border-top: 3px solid #bbb; 
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
	height:100%;
}
.content p img {
	border: 4px solid #ddd;
}




