BODY {
 background-color: #FFFFFF;
 font-family: Arial, sans-serif;
 color: #9A9A9A;
 margin: 0px;
 padding: 0px;
 font-size: 11px;
}

TABLE, TR, TD, FORM, INPUT {
 font-family: Arial, sans-serif;
 color: #9A9A9A;
 font-size: 11px;
}

p{
 text-indent: 20px;     
 margin-top: 5px;  
 margin-bottom: 5px;  
}

a:link, a:visited, .Content a:link, .Content a:visited {
 color: #9A9A9A;
 text-decoration: underline;
}
a:hover, .Content a:hover {
 text-decoration: underline;
 color: #666666;
}

/*** Heading 1/2/3 Styles for the content area ***/
H1, H1 a{
 font-family: Arial, sans-serif;
 color: #e3642d;
 margin: 0px;
 padding: 4px;
 font-size: 16px;
}
H2, H2 a{
 font-family: Arial, sans-serif;
 color: #e3642d;
 margin: 0px;
 padding: 4px;
 font-size: 14px;
}
H3, H3 a{
 font-family: Arial, sans-serif;
 color: #e3642d;
 margin: 0px;
 padding: 4px;
 font-size: 12px;
}


/***  Tables Commonly used to display data ***/
.DataTable{
 border-style: solid;
 border-width: 1px;
 border-color: #000033;
 padding: 4px;
}

.DataHeader, .DataHeader, .DataHeader TD, .DataHeader a:link, .DataHeader a:hover, .DataHeader a:visited {
 font-size: 13px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #ff9801;
 color: #FFFFFF;
}

.DataRow, .DataRow TD, .DataRow a:link{background-color: #CCCCCC;color:#000000;}
.DataRowOver, .DataRowOver TD, .DataRowOver a:link{background-color: #C0C0C0;color:#000000;}
.DataRowDown, .DataRowDown TD, .DataRowDown a:link{background-color: #999999;color:#000000;}

/*** This should be the same background color as your content area ***/
.RTEForm {
 background-color: #FFFFFF;
}

/*** LinkBar Settings ***/
.LinkBarParent a:link, .LinkBarParent a:visited {
 background-color: #aaadc0;
 color: #FFFFFF;
 padding: 3px 0px 3px 5px;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
 display:block;
}
.LinkBarParent a:hover {
 background-color: #FFFFFF;
 color:#aaadc0;
 text-decoration: none;
}
.LinkBarChild a:link, .LinkBarChild a:visited {
 background-color: #aaadc0;
 color: #4b4e61;
 padding: 3px 5px 3px 15px;
 text-align: left;
 font-weight: bold;
 text-decoration: none;
 display:block;
}
.LinkBarChild a:hover {
 background-color: #FFFFFF;
 color: #4b4e61;
 text-decoration: none;
}
.LinkBarSelected {
 background-color: #CCCCCC;
 padding-top:1px;
 padding-bottom:2px;
 color: #4b4e61;
 font-weight: bold;
 text-decoration: none;
 text-align: center;
}

/*** 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;
}
