body	{
	margin:0px;
	}

a			{font-weight:	normal;
	 		text-decoration:	underline;
	 		color:	#CC0000;
	 		font-family: verdana,arial;
			}

a:hover		{color:	#000000;
		 	text-decoration:	none;
		 	font-style: none;
			font-family: verdana,arial;
			}

td			{font-weight:	normal;
	 		text-decoration:	none;
	 		color:	#000000;
	 		font-family: verdana,arial;
	 		font-size: 12px;
			}

.title		{font-weight:	bold;
	 		color:	#893d36;
			font-family: verdana,arial;
			font-size: 14px;
			}

.title2		{font-weight:	bold;
	 		color:	#893d36;
			font-family: verdana,arial;
			font-size: 12px;
			}

.subtitle		{font-weight:	bold;
	 		color:	#893d36;
			font-family: verdana,arial;
			font-size: 12px;
			}

.date		{font-weight:	none;
			color:	#B56868;
			text-align:	center;
	 		text-decoration:	none;
			font-family: verdana,arial;
			font-size: 10px;
			}

.footer		{font-weight:	none;
			color:	#2F4F4F;
			text-align:	center;
	 		text-decoration:	none;
			font-family: verdana,arial;
			font-size: 10px;
			}

.agm		{font-weight:	none;
			color:	#696969;
			text-align:	center;
	 		text-decoration:	none;
			font-family: verdana,arial;
			font-size: 10px;
			}

.agm a			{font-weight:	normal;
	 		text-decoration:	underline;
	 		color:	#CC0000;
			}

.agm a:hover		{color:	#000000;
		 	text-decoration:	none;
		 	font-style: none;
			}

.small		{color:	#706551;
			font-size: 10px;
			}

.searchLink	{
	 font-weight:	normal;
	 text-decoration:	underline;
	 font-weight: bold;
	 color:	#4F43F0;
	 font-family: VERDANA;
	 font-size: 11px;
}		

.searchLink:hover	{
	 font-weight:	normal;
	 text-decoration:	underline;
	 font-weight: bold;
	 color:	#B0C4DE;
	 font-family: VERDANA;
	 font-size: 11px;
}			 

.greenlink{
	 font-weight:	normal;
	 text-decoration:	underline;
	 color:	#4F43F0;
	 font-family: VERDANA;
	 font-size: 11px;
}

.greenlink:hover{
	 font-weight:	normal;
	 text-decoration:	underline;
	 color:	#4F43F0;
	 font-family: VERDANA;
	 font-size: 11px;
}
	 
 
.searchbox{
		margin-top: 5px;
		padding-top: 1px;
		padding-left: 2px;
		padding-bottom: 1px;
		height: 20px;
		font-size: 10px;
		font-family: verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration:none;
		color:#000000;
		display: block;
		background: #EEEEFF;
		border-top: 1px solid #214A82;
		border-left: 1px solid #214A82;
		border-right: 1px solid #214A82;
		border-bottom: 1px solid #214A82;
		margin-left: 10px;
}

.searchbutton {
  font-weight:  bold;
  font-family: VERDANA, ARIAL;
  font-size: 10px;
  background-color: #FFFFFF;
	border-top: 2px solid #3C6684;
	border-left: 2px solid #3C6684;
	border-right: 2px solid #3C6684;
	border-bottom: 2px solid #3C6684;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	margin-left: 10px;
	
}

.navspacer { margin-top: 2px; margin-bottom: 2px; }

a.subtle		{color:	#696969;
	 		text-decoration:none;
			}

a.subtle:hover		{color:	#696969;
	 		text-decoration:none;
			}
			
.pp	{ font-size:9px; }
			
/* ------------------------ Additions as 07/2009 for the purpose of e-commerce ---------------------- */

/* Menu Vertical */

.ddm1 {
padding:2px auto;
margin:2px auto;
width:136px;
text-align:left;
margin-top:100px;
    }
	
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	width:136px;
    padding: 3px 0px 3px 3px;
    border: 1px #e2d9c9;
    border-style: solid solid solid solid;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
background:none;
    color: #fff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #e2d9c9;
    color: #000;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #e2d9c9;
    color: #FFF;
}
.ddm1 .item2:hover {
    background: #000;
    color: #FFF;
}
.ddm1 .section {
    border: 1px #e2d9c9;;
    border-style: solid solid solid solid;
    visibility: hidden;
    z-index: -1;
}
.ddm1 .bottom,
.ddm1 .bottom:hover { border-style: solid solid solid solid; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */