/*Master stylesheet. all other style sheets must be added from here*/

@import url("reset.css");
@import url("menu.css");
@import url("elements.css");
@import url("site.css");

.introPara {line-height:20px;color:#4B5394;font-size:16px;margin-bottom:17px;margin-right:10px;display:block;font-family: arial, verdana, sans-serif;}
.highlightTextBlock {padding:10px;color:#4b5394;background-color:#A6A4C8;font-size:18px;line-height:25px;font-weight:bold;}

.pFontSize8{font-size:8px;}
.pFontSize10{font-size:10px;}
.pFontSize12{font-size:12px;}
.pFontSize14{font-size:14px;}
.pFontSize18{font-size:18px;}
.pFontSize24{font-size:24px;}
.pFontSize32{font-size:32px;}