Style Guidelines:
	body, p, td, b {General universal styles depending on the tag }
	.custom {Any style with a . in front is a custom style tag that needs to have a class="" assigned in the tag } ie.: <td class="dsp-text">Body Copy</td>
	a.link {Any style beginning with a. pertains only to a link, therefore the class must be assigned in the anchor tag } ie.: <a href="" class="dsp-text">Link</a>
	a.link:hover {Any style beginning with a. :hover pertains only to a link in IE, therefore the class must be assigned in the anchor tag } ie.: <a href="" class="dsp-text">Link</a>

Filter Styles:
	Filter: DropShadow(color=#000000, OffX=1, OffY=1,Positive=1);
	Filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=50, FinishX=0, FinishY=100);
*/

body { font-family: Verdana, Helvetica, sans-serif; font-size:11px; background-repeat:repeat scrollbar-3d-light-color:#cc0000; scrollbar-arrow-color:#cc0000; scrollbar-base-color:black; scrollbar-dark-shadow-color:#cc3333; scrollbar-face-color:#DDDDDD; scrollbar-highlight-color:#939393; scrollbar-shadow-color:#cc0000;}


.dsp-header-home { font-family: Verdana, Helvetica, sans-serif; color:#000099; font-size:18px; font-weight:bold; }
.dsp-text-home { font-family: Verdana, Helvetica, sans-serif; color:#000099; font-size:12px; font-weight:normal; }
.dsp-text-home-p { font-family: Verdana, Helvetica, sans-serif; color:#000099; font-size:12px; font-weight:normal;padding-left:15px;}

.dsp-header { font-family: Verdana, Helvetica, sans-serif; color:#000099; font-size:18px; font-weight:bold; }
.dsp-text { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; color:#000099; }
.dsp-text-bold { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; color:#000099; font-weight:bold;}
.dsp-text-sm { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color:#000099; }

.dsp-ticker-text { font-family: Verdana, Helvetica, sans-serif; color:#ffffff; font-size:13px; font-weight:bold; text-decoration:none;}
.dsp-menu{ font-family: Verdana, Helvetica, sans-serif; color:#0000cc; font-size:12px; font-weight:normal; padding-bottom:5px; }

.menu-link-div { font-family: Verdana, Helvetica, sans-serif; width:100%; background-color:#f9e492; color:#0000cc; font-size:12px; font-weight:normal; text-decoration:none; }
a.menu-link { font-family: Verdana, Helvetica, sans-serif; width:100%; color:#0000cc; font-size:12px; font-weight:normal; text-decoration:none; }
a.menu-link:hover { font-family: Verdana, Helvetica, sans-serif; width:100%; background-color:#f9fcc5; color:#00000c; font-size:12px; font-weight:normal; text-decoration:none; }

.dsp-footer { font-family: Verdana, Helvetica, sans-serif; color:#0033cc; font-size:11px; font-weight:bold; }
a.link { font-family: Verdana, Helvetica, sans-serif; color:#FF00FF; font-size:12px; font-weight:normal; text-decoration:underline; }
a.link:hover { font-family: Verdana, Helvetica, sans-serif; color:#FF00FF; font-size:12px; font-weight:normal; text-decoration:underline; }


a.MarylandMortgage { font-family: Verdana, Helvetica, sans-serif; color:#0000cc; font-size:10px; font-weight:normal; padding-bottom:5px;text-decoration:none; }
a.MarylandMortgage:hover { font-family: Verdana, Helvetica, sans-serif; color:#0000cc; font-size:10px; font-weight:normal; padding-bottom:5px;text-decoration:underline; }


.dsp-link-button-div { font-family:Verdana, Helvetica, sans-serif; color:#000000; background-color:#cbcbcb; font-size:11px; font-weight:bold; text-decoration:none;  border-top:2px groove #dbdbdb; border-left:2px groove #dbdbdb; border-bottom:2px groove #393939; border-right:2px groove #393939;}
a.dsp-link-button { font-family:Verdana, Helvetica, sans-serif; width:100%; color:#000000; background-color:#cbcbcb; font-size:11px; font-weight:bold; text-decoration:none; padding:2px; }
a.dsp-link-button:hover { font-family:Verdana, Helvetica, sans-serif; width:100%; color:#CC0000; background-color:#ebebeb; font-size:11px; font-weight:bold; padding:2px; }

.submit-button { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; background-color:#ebebeb; color:#000099; font-weight:bold; }

