BODY {
 font-family: "Tahoma";
 font-size: 12px;
 font-weight: normal;
 font-style: normal;
 color: #000000;
 scrollbar-base-color: #423047;
 scrollbar-3dlight-color:#CCCCCC;
 scrollbar-arrow-color: #CCCCCC;
 scrollbar-darkshadow-color:#423047;
 scrollbar-face-color: #423047;
 scrollbar-highlight-color:#CCCCCC;
 scrollbar-shadow-color: #999999;
 scrollbar-track-color: #423047;
}

INPUT {
 background: #FFFFFF;
 border-top-color: #CCCCCC;
 border-left-color: #CCCCCC;
 border-right-color: #999999;
 border-bottom-color: #999999;
 border-left-width: 3px;
 border-right-width: 3px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 color: #000000;
 font-size: 13px;
 font-family: Tahoma;
 font-weight: normal;
 cursor: arrow;
}
TEXTAREA {
 background: #CCCCCC;
 border-top-color: #CCCCCC;
 border-left-color: #CCCCCC;
 border-right-color: #999999;
 border-bottom-color: #999999;
 border-top-width: 1px;
 border-left-width: 1px;
 font-size: 13px;
 font-weight: normal;
 font-family: Tahoma;
 border-right-width: 1px;
 border-bottom-width: 1px;
 color: #000000;
}
SELECT, OPTION {
 cursor: hand;
 background: #20204B;
 border-top-color: #CCCCCC;
 border-left-color: #CCCCCC;
 border-right-color: #999999;
 border-bottom-color: #999999;
 border-top-width: 1px;
 border-left-width: 1px;
 font-size: 13px;
 border-bottom-width: 2px;
 font-family: Tahoma;
 border-right-width: 1px;
 color: #FFFFFF;
}
TABLE{background:#FFFFFF; font-family: "Tahoma";
 font-size: 12px;
 font-weight: normal;
 font-style: normal;
 color: #000000;}

.PageTitle {
 font-family: "Tahoma";
 font-size: 20px;
 text-decoration: none;
 font-weight: bold;
 color: #f4e935;
}

A:link {
 font-family: "Tahoma";
 font-size: 13px;
 text-decoration: none;
 cursor: hand;
 color: #000000;
}
A:visited {
 font-family: "Tahoma";
 font-size: 13px;
 text-decoration: none;
 cursor: hand;
 color: #000000;
}
A:hover {
 font-family: "Tahoma";
 font-size: 13px;
 text-decoration: none;
 cursor: hand;
 color: #666666;
}

H1 {
 font-size: 22px;
 font-weight: bold;
 font-style: normal;
 font-family: "Tahoma";
 color: #000000;
}

H2 {
 font-size: 16px;
 font-weight: bold;
 font-style: normal;
 font-family: "Tahoma";
 color: #000000;
}

.footer {
 font-family: "Tahoma", "Arial"; 
 font-size: 10px;
 font-weight: normal;
 font-style: normal;
 color: #000000;
}

.LayoutTitle {
 color: #FF6600;
 text-decoration: none;
 font-family: tahoma;  
 font-size: 15px;
 font-weight: bold;
 padding-top: 1px; 
 padding-bottom: 1px;
}
.LayoutTitle:link {
 color: #FF6600;
 text-decoration: none;
 font-family: tahoma;  
 font-size: 15px;
 font-weight: bold;
 padding-top: 1px; 
 padding-bottom: 1px;
}
.LayoutTitle:visited {
 color: #FF6600;
 text-decoration: none;
 font-family: tahoma;  
 font-size: 15px;
 font-weight: bold;
 padding-top: 1px; 
 padding-bottom: 1px;
}
.LayoutTitle:hover {
 color: #FF6600;
 text-decoration: underline;
 font-family: tahoma;
 font-size: 15px;
 font-weight: bold;
 padding-top: 1px; 
 padding-bottom: 1px;
}
 
.LayoutBody {
 color: #FFFFFF;
 text-decoration: none;
 font-family: tahoma;  
 font-size: 13px;
 padding-left: 2px;
 padding-right: 2px;
}
 
.SideBar{
 font-size: 13px;
 text-decoration: none;
 font-family: tahoma;  
 color: #FFFFFF;
}
.DataTable{
 border-style: solid;
 border-width: 1;
 border-color: #666666;
}
.DataHeader{
 font-size: 14;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #D6C28A;
}
.DataRow{background-color: #C0C0C0;}
.DataRowOver{background-color: #CCCC99;}
.DataRowDown{background-color: #999999;}

a.copy:link{font-size:10px; color:#000000; text-decoration:none;}
a.copy:visited{font-size:10px; color:#000000; text-decoration:none;}
a.copy:hover{font-size:10px; color:#666666; text-decoration:underline;}

a.large:link{font-size:14px; font-weight:bold; text-decoration:none; color:#000000;}
a.large:visited{font-size:14px; font-weight:bold; text-decoration:none; color:#000000;}
a.large:hover{font-size:14px; font-weight:bold; text-decoration:none; color:#666666;}
#menu{ background-color:#ffffcc; height:32px; }

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