body {
        background-repeat: repeat-x;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #696860;
	line-height: 9pt;
       
}

a {
	color: #c0c0c0;
	text-decoration: underline;
}

a:hover {
	color: #4E6978;
}

b, strong {
	color: #2E2E2E;
}

i        {
	color: #bf995c;
}

a img {
opacity:.90;
filter: alpha(opacity=80);
 -moz-opacity: 0.5;

border: 1px solid #4E6978;
	padding:4px;
        -moz-border-radius: 8px 8px 8px 8px;

}

a:hover img {
border: 1px solid #000;
	padding:4px;
        -moz-border-radius: 8px 8px 8px 8px;

}



}


table, tr, td {
	font-size: 9px;
}

textarea, input, select, button {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #c0c0c0;
	padding: 3px;
	background-color: #A1A1A1;
	border-style: solid;
	border-right: #C0C0C0 1px solid;
	border-left: #C0C0C0 1px solid;
	border-top: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
}

}


/* This is the property before the quote starts*/
blockquote:before {
content: open-quote;
height:0px;}

/* This is the property for when the quote ends*/
blockquote:after {
content: close-quote;
height:50px;
margin:-50px 0px 0px 350px;}

blockquote {
	background: #f0f0f0;
	border-left: 5px #fff;
	padding: 5px;
}

#contents-body {
	width: 560px;
	height: 100%;
	vertical-align: top;
	padding-left: 10px;
}



#contents-body h1 {
	font: 14pt Georgia;
	font-style: italic;
	color: #536C7B;
	margin: 0px;


}
#contents-body h2 {
	font: 8pt Trebuchet MS;
	font-style: italic;
	color: #828282;
	margin: 0px;
	margin-bottom: 10px;
}

.title {
	background-color: #F2E1D7; ;
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #486757;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 9pt;
	padding: 3px;
        border-bottom:#ECEBEB solid 1px;
}

.title2 {
	background-color: #afadad;
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #23305D;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 9pt;
	padding: 3px;
        border-bottom:#ECEBEB solid 1px;
}

.table {
        height: 100%;
        padding: 3px;
	line-height: 9pt;
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #c0c0c0;
}

.content {
        height: 100%;
        padding: 3px;
	line-height: 9pt;
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #3C3C3C;
}

.border {
	border: 1px solid #7A715A; 
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	padding-top: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;}
