/* public: default_style */

body { font-family:verdana,arial,helvetica; font-size:70%; font-weight:normal; }

table, tr, td, ol, li, p { font-family:verdana,arial,helvetica; font-size:100%; font-weight:normal; }
b, strong { font-size:100%; font-weight:bold; text-decoration:none; }
p { padding:1em 0em; }

/* homepage styles */
#homePageContent { font-size:115%; }

/* innerpage styles */
#innerPageHeader { text-align:center; font-weight:bolder; font-size:120%; color:#ffffff; }

/* links */
a, a:hover, a:visited { font-weight:normal; color:#ff6600; text-decoration:underline; }

#headerTopLinks a, #headerTopLinks a:visited, #headerTopLinks .pipe { color:#ffffff; }
#headerTopLinks a:hover, #headerTopLinks a.selected, #headerTopLinks a:hover.selected, #headerTopLinks a:visited.selected { color:#ff6600; }

/*
#headerTopLinks, #headerTopLinks a, #headerTopLinks a:visited { color:#ffffff; }
#headerTopLinks a:hover, #headerTopLinks a.selected, #headerTopLinks a:hover.selected, #headerTopLinks a:visited.selected { color:#ff6600; }
*/
/* default headers for wysiwyg */
.Heading1, H1, .Heading2, H2, .Heading3, H3, .Heading4, H4, .Heading5, H5, .Heading6, H6 { font-weight:bold; }
.Heading1, H1, h1 { font-size: 150%; color:#ff6600; letter-spacing:2px; }
.Heading2, H2 { font-size: 150%; font-weight:normal; color:#ff6600; padding:1em 0em; }
.Heading3, H3 { font-size: 130%; padding:0.5em 0; }
.Heading4, H4 { font-size: 130%; font-weight:normal; font-style:italic; }
.Heading5, H5 { font-size: 110%; }
.Heading6, H6 { font-size: 110%; font-weight:normal; font-style:italic; }
.Normal { font-size:100%;  }

.orangeText { color:#ff6600; }
.orangeBold { color:#ff6600; font-weight:bold; }
.orangeBoldBig { color:#ff6600; font-weight:bold; font-size:125%; }
