BODY, TABLE, TD, TH, FORM {
 font-family: "Tahoma";
 font-weight: normal;
 font-style: normal;
 font-size: 9pt;
 color: #007F00;
 padding: 0px;
 margin: 0px;
}
p{
 text-indent: 20px;
 margin-top: 5px;
 margin-bottom: 5px;
 font-size: 9pt;
}
A:link {
 font-family: "Tahoma";
 text-decoration: underline;
 cursor: hand;
 color: #333333;
}
A:visited {
 font-family: "Tahoma";
 text-decoration: underline;
 cursor: hand;
 color: #333333;
}

A:hover {
 font-family: "Tahoma";
 text-decoration: none;
 cursor: hand;
 color: #acacac;
}

H1 {
 color: #007F00;
 font-size: 22px;
 font-weight: bold;
 font-style: normal;
 font-family: "Tahoma";
}

H2 {
 font-size: 16px;
 font-weight: bold;
 font-style: normal;
 font-family: "Tahoma";
 color: #007F00;
}

H3 {
 font-size: 12px;
 font-weight: bold;
 font-style: normal;
 font-family: "Tahoma";
 color: #007F00;
}

.DataTable{
 border-style: solid;
 border-width: 1;
 border-color: #ffffff;
}
.DataHeader, .DataHeader a:link,.DataHeader a:visited{
 font-size: 13px;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #007F00;
 color: #FFFFFF;
}
.DataRow{background-color: #CCCC99;}
.DataRowOver{background-color: #FFFFCC;}
.DataRowDown{background-color: #999999;}
.RTEForm{background-color: #FFFFFF;}

.PageTitle{
 font-family: "Tahoma";
 font-size: 10px;
 font-weight: bold;
 color: #FFFFFF;
 text-align: center;
 vertical-align: bottom;
 padding: 0px;
 padding-left: 561px;
 letter-spacing:1;
}
/*** LinkBar Settings ***/
.LinkBarParent a:link, .LinkBarParent a:visited {
 height: 22px;
 background: url(/inc/skins/uniquity02/images/button.jpg) no-repeat;
 color: #007f00;
 font-size: 10px;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
 display:block;
 padding:0px;
 margin:0px;
 padding-left: 7px;
 padding-bottom: 0px;
 padding-top: 3px;
}
.LinkBarParent a:hover {
 height: 22px;
 background-position: 0px -22px;
 text-decoration: none;
 display:block;
 padding-top: 4px;
 padding-bottom: 0px;
}
.LinkBarChild a:link, .LinkBarChild a:visited {
 height: 22px;
 background: url(/inc/skins/uniquity02/images/button.jpg) no-repeat;
 background-position: 0px 0px;
 color: #007f00;
 text-align: right;
 font-weight: bold;
 font-size: 10px;
 text-decoration: none;
 display:block;
 padding:0px;
 margin:0px;
 padding-top: 3px;
 padding-bottom: 0px;
 padding-right: 7px;
}
.LinkBarChild a:hover {
 height: 22px;
 display: block;
 background-position: 0px -22px;
 text-decoration: none;
 padding-top: 4px;
 padding-bottom: 0px;
}
.LinkBarSelected {
 height: 22px;
 color: #FFFFFF;
 font-weight: bold;
 font-size: 11px;
 text-decoration: none;
 text-align: center;
 vertical-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;
}
