BODY {
 margin: 0px;
 padding: 0px;
 font-family: "Tahoma";
 color: #000000;
 cursor: url(/downloads/doggie.cur);
 font-family: "Tahoma";
 font-size:11pt;
}
BODY, TABLE, TD, TH, FORM {
 font-family: "Tahoma";
 font-size:11pt;
 color: #000000;
 scrollbar-base-color: #FFFFFF;
 scrollbar-3dlight-color:#FF0000;
 scrollbar-arrow-color: #FF0000;
 scrollbar-darkshadow-color:#FF0000;
 scrollbar-face-color: #FFFF00;
 scrollbar-highlight-color:#FF0000;
 scrollbar-shadow-color: #FF0000;
 scrollbar-track-color:#FFFFFF;
}
INPUT {
 font-family: Tahoma;
 cursor: arrow;
}
TEXTAREA {
 font-family: Tahoma;
}
SELECT, OPTION {
 cursor: hand;
 font-family: Tahoma;
}

P {
 font-family: "Tahoma";
 font-size:11pt;
 color: #000000;
}
A:link,A:visited {
 font-family: "Tahoma";
 text-decoration: underline;
 cursor: hand;
 color: #FF0000;
}
A:hover {
 font-family: "Tahoma";
 text-decoration: underline;
 cursor: hand;
 color: #000000;
}

H1 {
 font-family: "Tahoma";
 color: #0000CC;
 text-align: center;
}

H2 {
 text-align: center;
 font-family: "Tahoma";
 color: #0000CC;
}

H3 {
 font-family: "Tahoma";
 color: #0000CC;
}

.DataTable{
 border-style: solid;
 border-width: 1;
 border-color: #000000;
}
.DataHeader, .DataHeader a:link, .DataHeader a:visited {
 font-size: 14px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #FF0000;
 color:#FFFF99;
}

.DataRow{background-color: #BDBDF2;}
.DataRowOver{background-color: #A3A3ED;}
.DataRowDown{background-color: #8A8AE8;}

.NavLinkText, .NavLinkText a:link, .NavLinkText a:visited, .NavLinkText a:hover {
 color: #000000;
 text-decoration:none;
 font-size:15px;
 font-weight: bold;
}
.NavLinkTextSelected{
 text-decoration:none;
}
.NavLinkParent{
 border: 1 solid #FFFF00;
 text-align:left;
 cursor: hand;
 padding-left:3px;
 padding-right:3px;
}
.NavLinkParentOver{
 border: 1 solid #FF0000;
 cursor: hand;
 padding-left:3px;
 padding-right:3px;
}
.NavLinkChild{  
 border: 1 solid #FFFF00;
 text-align:right; 
 cursor: hand;
 padding-left:3px;
 padding-right:3px;
}
.NavLinkChildOver{
 border: 1 solid #FF0000;
 text-align:right; 
 cursor: hand;
 padding-right:3px;
 padding-left:3px;
}
.RTEForm{background-color: #FFFFE6;}

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