<!--
@media all {
div.pg_content {
font-family: Arial, Tahoma, Verdana;
color: #0000ae;
min-height: 600px;
}
#ws_heading {
text-align: center;
}
div.ws_title {
font-size: 18px;
font-weight: bold;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}
div.ws_subtitle {
font-size: 16px;
font-weight: bold;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
}
div.ws_date,div.ws_location {
font-size: 13px;
font-weight: bold;
margin-top: 10px;
padding-left: 10px;
padding-right: 10px;
color: #000000;
}
#ws_content_header,div.ws_content_header {
text-align: center;
font-size: 16px;
font-weight: bold;
margin-top: 20px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
color: #0000ae;
}
#ws_page_content {
text-align: left;
margin-top: 20px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
border-top: 1px solid #c8c8c8;
border-bottom: 1px solid #c8c8c8;
font-size: 13px;
text-indent: 14px;
line-height: 140%;
color: #000000;
}
}
//-->
