/*** General page stylings. ***/
BODY {
 background-color: #FFFFFF;
 font-family: Verdana;
 font-size: 10pt;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

img {
 border: 0px;
}

.PadImage {
 margin-right: 10px;
 margin-left: 10px;
 margin-top: 6px;
 margin-bottom: 4px;
}

.h_text { font-size:9px; color:#747474; line-height:14px}
.h_text a{ font-size:9px; color:#747474; text-decoration:none}
.h_text a:hover{ color:#4E5354; text-decoration:underline}

.c_text { font-size:9px; color:#9C9B98}
.c_text a, .c_text a:visited{ font-size:9px; color:#9C9B98}
.c_text span { color:#868686}
.c_text span a{ color:#868686}

ol, ul {
 margin-top:2px;
}
/*** This should reflect the font settings in the BODY section.  ***/
TABLE, TD, INPUT, SELECT {
 font-size: 10pt;
 font-family: Verdana;
 color: #333333;
}

/*** Paragraph style. ***/
p{
 text-indent: 0px;
 margin-top: 8px;
 margin-bottom: 8px;
}

/*** Links in their regular state. ***/
a:link, a:visited {
 color: #666666;
 text-decoration: underline;
}

/*** Links when you mouse over. ***/
a:hover {
 text-decoration: underline;
 color: #999999;
}

/*** Headering 1-3 styles. ***/
H1, H1 a{
 font-family: Comic Sans MS, Tahoma;
 color: #000000;
 font-size: 13pt;
 margin: 0px;
 padding: 2px;
 padding-left: 0px;
}
H2, H2 a{
 font-family: Comic Sans MS, Tahoma;
 color: #000000;
 font-size: 12pt;
 margin: 0px;
 padding: 2px;
 padding-left: 0px;
}
H3, H3 a{
 font-family: Comic Sans MS, Tahoma;
 color: #333333;
 font-size: 11pt;
 margin: 0px;
 padding: 2px;
 padding-left: 0px;
}

/*** The following styles start with .Data, they are used for forms and content display on the backend. ***/
.DataTable{
 border-style: solid;
 border-width: 1px;
 border-color: #333333;
 padding: 3px;
}

.DataHeader, .DataHeader TD, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited {
 font-size: 11px;
 font-family: Comic Sans MS, Tahoma;
 background-color: #808000;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 color: #ffff00;
}

.DataRow{background-color: #CCCCCC;}
.DataRowOver{background-color: #C0C0C0;}
.DataRowDown{background-color: #999999;}

.RTEForm {background-color: #FFFFFF;}

/*** This is the table that holds everything. ***/
#pageMainTable{
 width: 747px;
 text-align: left;
}

/*** Style for the side area that the linkbar appears on. ***/
#pageLinkbarCell{
 width: 180px;
 background-color: #F1F2F3;
 vertical-align: top;
}
#pageLinkbar{
 width: 180px;
}

/*** This is your main content area. ***/
#pageContentCell{
 background-color: #FFFFFF;
}
#pageContent{
 padding: 15px;
 padding-top: 0px;
 padding-bottom: 2px;
}

/*** Header cell shown at the top of the page. ***/
#pageHeaderCell{
}

/*** Footer cell in the main table. ***/
#pageFooterCell{
}
#pageFooter{
}
#pageFooter a:link, #pageFooter a:visited, pageFooter a:hover{
}

/*** These are the links that appear underneath of the footer at the very bottom of the page. ***/
#linksBottomCell{
 width: 760px;
 text-align: center;
}

#linksBottom{
 padding-top: 15px;
 text-align: center;
}

#linksBottom a:link, #linksBottom a:visited{
 font-size: 9px;
 color: #330000;
}

#linksBottom a:hover{
 color: #FF0000;
 text-decoration: underline;
}

/*** Styles for displaying your Blog listings ***/
.newsBloggerBlogTitle {
 padding: 10px;
 padding-left: 0px;
 margin: 0px;
 font-size: 18pt;
}
.newsBloggerArticleTitle, .newsBloggerArticleTitle a:link, .newsBloggerArticleTitle a:visited {
 padding: 0px;
 margin: 0px;
 font-size: 10pt;
 text-decoration: none;
}
.newsBloggerArticleTitle a:hover {
 text-decoration: underline;
}
.newsBloggerTime {
 padding: 0px;
 margin: 0px;
 font-size: 8pt;
 font-weight: bold;
}
.newsBloggerArticleDescription {
 padding: 0px;
 margin: 0px;
 font-size: 9pt;
}
.newsBloggerArticleDescription a:link, .newsBloggerArticleDescription a:visited {
 font-size: 9pt;
}
.newsBloggerArticleImage {
 float: left;
 padding: 5px;
}
