BODY {
 font-family: Tahoma, Arial;
 font-size: 11px;
 font-weight: normal;
 font-style: normal; 
 color: #000000;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-right: 0px;
 margin-left: 0px;
}
BODY, TABLE, TD, TH, P, FORM, INPUT, SELECT {
 font-family: Tahoma, Arial;
 font-size: 11px;
 color: #000000;
}

A:link, A:visited {
 text-decoration: underline;
 color: #000000;
}

A:hover {
 text-decoration: none;
 color: #333333;
}

H1 {
 font-size: 18px;  
 font-weight: bold;  
 font-family: Tahoma, Arial;
 color: #333333;
}

H2 {
 font-size: 16px;
 font-weight: bold;  
 font-family: Tahoma, Arial;
 color: #333333;
}

H2 {
 font-size: 13px;
 font-weight: bold;  
 font-family: Tahoma, Arial;
 color: #333333;
}

.footer {
 font-family: Tahoma, Arial; 
 font-size: 12px;
 font-weight: normal;
 font-style: normal;
 color: #000000;
}

.LayoutTitle {
 color: #333333;
 text-decoration: none;
 font-family: Tahoma, Arial;  
 font-size: 15px;
 font-weight: bold;
 padding-top: 1px; 
 padding-bottom: 1px;
}

.LayoutTitle:link {
 color: #FF6600;
 text-decoration: none;
 font-family: Tahoma, Arial;  
 font-size: 15px;
 font-weight: bold;
 padding-top: 1px; 
 padding-bottom: 1px;
}

.LayoutTitle:visited {
 color: #FF6600;
 text-decoration: none;
 font-family: Tahoma, Arial;  
 font-size: 15px;
 font-weight: bold;
 padding-top: 1px; 
 padding-bottom: 1px;
}

.LayoutTitle:hover {
 color: #FF6600;
 text-decoration: underline;
 font-family: Tahoma, Arial;
 font-size: 15px;
 font-weight: bold;
 padding-top: 1px; 
 padding-bottom: 1px;
}
 
.LayoutBody {
 color: #ffffff;
 text-decoration: none;
 font-family: Tahoma, Arial;  
 font-size: 13px;
 padding-left: 2px;
 padding-right: 2px;
}
 
.SideBar{
 font-size: 13px;
 text-decoration: none;
 font-family: Tahoma, Arial;  
 color: #999999;
}

.SidePanelHeader{
 padding-left: 3px;
 font-size: 16px;
 text-decoration: none;
 font-family: Tahoma, Arial;  
 color: #ffffff;
 font-weight: bold;
}

.SidePanelBody{
 font-size: 11px;
 text-decoration: none;
 font-family: Tahoma, Arial;  
 color: #000000;
}

.DataTable{
 border-style: solid;
 border-width: 1px;
 border-color: #ffffff;
 background-color: #CCCCCC;
}

.DataHeader, .DataHeader a:link, .DataHeader a:visited{
 font-weight: bold;
 color: #ffffff;
 text-align: center;
 background-color: #009966;
}

.DataRow{
 background-color: #ffffff;
 font-family: Tahoma, Arial;
 color: #000000;
}

.DataRowOver{background-color: #CCCCCC;}
.DataRowDown{background-color: #999999;}

.NavLinkText{
 color: #000000;
 text-decoration:none;
 padding-left:5px;  
 padding-right:3px; 
}

.NavLinkTextOver{
 color: #ffffff;
 text-decoration: none;
 padding-left: 5px;  
 padding-right: 3px; 
}

.NavLinkTextSelected{
 color: #ffffff;
 text-decoration: none;
 padding-left: 3px;
 padding-right: 3px;
}

.NavLinkParent{
 color: #ffffff;
 border: 1px solid #ffffff;
 background-color: #009966;
 text-align: left;  
 cursor: pointer;
}

.NavLinkParentOver{  
 background-color: #00cc99;
 border: 1px solid #ffffff;
 cursor: pointer;
}

.NavLinkChild{  
 color: #ffffff;
 border: 1px solid #ffffff;
 background-color: #00cc99;
 text-align: right; 
 cursor: pointer;
}

.NavLinkChildOver{
 background-color: #009966;
 border: 1px solid #ffffff;
 text-align: right; 
 cursor: pointer;
}

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

