﻿body
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	margin:	0 0 0 0;
	border: 0px;
  padding: 0 0 0 0;
	background-color: #ededef;
}

p
{
	margin-bottom: 6px;
	margin-top: 6px;
}

blockquote
{
	margin-left:10px;
	margin-bottom: 2px;
	margin-top: 2px;
}

ul
{
	margin-left: 0px;
	padding-left:15px;
	margin-bottom: 2px;
	margin-top: 2px;
	list-style-image:url(../../imgs/dot-list.gif);
	list-style-position:outside;
}

ol
{
	margin-left: 0px;
	padding-left:20px;
	margin-bottom: 2px;
	margin-top: 2px;
	list-style-position:outside;
}

li
{
	padding-left:0px;
}

td
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
  /*padding-left:3px;
  padding-right:3px;*/
}

a
{
  text-decoration: none;
}

a img
{
  border-width: 0px;  
}

a:hover
{
  text-decoration:underline;  
}

.button
{
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
  cursor: hand;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #7b9ebd;
  height: 21px;
}

nobr
{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

a.menuLink
{
  color: #215DC6;
  text-decoration: none;
}

a:hover.menuLink
{
  color: #428EFF;
  text-decoration: underline;
}

.menuLinkBrackets
{
  color: #A0A0A0;
}


.field_caption
{
	text-align:left;
	padding-left: 0px;
	padding-right:5px;
 	color:#81846F;
}

.field_region_header
{
	text-align:left;
	font-weight:bold;
	padding: 15 0 5 0;
	padding-left: 0px;
 	color:#81846F;
}

.field_value
{
  height:19px;
}

/* custom */
.menu a {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #936231;	
}

.menu_item_hl
{
  width:39;
  height:36;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity:0;
}
.menu a:hover {
	text-decoration:none;
}

.doc {
height: 100%; 
background-image: url(images/doc_bg.jpg);
background-repeat: repeat;
padding-right: 5;
}

.doc_header
{
	font-family: Tahoma, Verdana;
  font-size:12px;
	font-weight:bold;
	margin-bottom:16px;	
}


@media print 
{
  .forScreenOnly
  {
    display:none;
  }  
}

@media screen
{
  .forPrintOnly
  {
    display:none;
  }  
}
