/* CSWapDemoThree\css\home_display.css */
html 
{
	height: 100%;
}

table
{
	font-family: verdana, arial; 
	font-size: 11px;
	line-height: 17px;
}

body
{
	font-family: verdana, arial; 
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	height: 100%;
}
#main
{
	width: 550px;
	float: left;
}
#left
{
	overflow: hidden;
}
#right
{
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 20px;
   width: 190px;
   float: left;
}
#fmSearch 
{
    width:91px;
    border: 1px solid #C6B2CD;
    font-family: verdana, arial;
    font-size: 7.5pt; 
}

#breadcrumb 
{ 
	font-family: verdana, arial; 
	font-size: 10px;
	color: #54006C;
    margin: 0 0 0 240px;
    padding: 0;
    position: absolute;
    bottom: 0px;
}


hr
{
	color: #cccccc;
	height: 1px;
	width: 95%;
	text-align: center;
}

.H1 { 
		   font-family: verdana, arial; 
		   font-size: 16px;
		   font-weight: bold;
		   color: #848510;
		   margin: 20px 0px 10px 0px;
}

.H1news { 
		   font-family: verdana, arial; 
		   font-size: 16px;
		   color: #848510;
		   padding: 17px 0px 10px 12px;
	}
	
.News { 
		   font-family: verdana, arial; 
		   font-size: 11px;
		   line-height:  16px;
		   font-weight: normal;
		   margin-bottom: 15px;
		   color: #000000;
		   padding: 3px 0px 10px 12px;
}

blockquote {margin: 0px 90px 0px 15px;}

a.medialink
{
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
}

a:active.medialink
{
	color: #c0c0c0;
	text-decoration: underline;
}

a:hover.medialink
{
	color: blue;
	text-decoration: underline;
}

a:visited.medialink
{
	color: #c0c0c0;
	text-decoration: underline;
}


a
{
	color: #54006C;
	font-weight: normal;
	text-decoration: underline;
}

A:active
{
	color: #54006C;
	text-decoration: underline;
}

A:hover
{
	color: #CDB9D4;
	text-decoration: underline;
}

A:visted
{
	color: #54006C;
	text-decoration: underline;
}

#printTitle
{
	display: none;
}

input {
	border: 1px solid #000000;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: verdana, arial;
	padding: 2px;
}

.dropdown {
	border: 1px solid #000000;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: verdana, arial;
}



