#site_title {
	position: relative;
	float: left;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 385px;
	height: 22px;
	color: #3E5A67;
	font-family: Myriad, Arial;
    font-size: 19px;
    letter-spacing:-0.5px;
}
.site_title2 {
	position: relative;
	float: left;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 385px;
	height: 22px;
	color: #3E5A67;
	font-family: Myriad, Arial;
    font-size: 16px;
    font-weight:bold;
    letter-spacing:-0.5px;
}
.site_title3 {
	position: relative;
	float: left;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 385px;
	height: 22px;
	color: #3E5A67;
	font-family: Myriad, Arial;
    font-size: 14px;
    font-weight:bold;
    letter-spacing:-0.5px;
}
#site_content {
	position: relative;
	float: left;
	clear: both;
	width: 385px;
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
    color: #696969;
    /*text-align: justify;*/
    line-height:18px;
}

#site_content a {
	color:#F49D00;
	text-decoration:underline;
}
#site_content a:hover {
	color:#F49D00;
	text-decoration:underline;
}
#site_content h1 {
	font-family: Myriad, Arial;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:0;
}
#site_content h2 {
	font-family: Myriad, Arial;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:0;
}
#site_content h3 {
	font-family: Myriad, Arial;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:0;
}

/*
#site_content p {

}
#site_content div {

}
#site_content div div {

}
#site_content div span {

}
#site_content span {

}
#site_content table {

}
#site_content table tr {

}
#site_content table td {

}
#site_content table th {

}
*/


#site_content_popup {
	width:640px;
	height:500px;
	overflow:auto;
	padding-right:15px;
}