@import url("layout_hf.css");
@import url("global.css");







/* --------------------------------------------- */
/*  Global Jive Forums 4.x Stylesheet            */
/* --------------------------------------------- */

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/*  Styles for HTML elements                                                                      */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

BODY {
    background-color : #fff;
    font-size : 11px;
}
BODY, DIV, P, TD, TH {
    font-family: tahoma,arial;
    font-size : 11px;
    color : #000000;
}
TD{
	/*WORD-BREAK: break-all;*/
}
PRE {
    font-size : 11px;
    font-family: tahoma,arial;
    margin : 0px;
}
A {}
A:link {
    color : #039;
}
A:visited {
    color : #039;
}
A:hover {
    color : #9cf;
    text-decoration : none;
}
A:active {
    color : #9cf;
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/*  Custom styles - used in many pages                                                            */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

.jive-page-title {
    font-size : 12pt;
    font-weight : bold;
}
.jive-guest {
    font-style : italic !important;
}
.nobreak {
    white-space: nowrap;
}

/* --------------------------------------------- */
/*  Account Box                                  */
/* --------------------------------------------- */

.jive-accountbox {
    width : 200px;
}
.jive-accountbox .jive-icon {
    padding : 3px;
}
.jive-accountbox .jive-icon-label {
    padding : 3px;
    white-space : nowrap;
    padding-right : 1em;
    font-size : 11px;
    font-family: tahoma,arial;
}
.jive-accountbox .jive-icon-label .jive-active {
    font-weight : bold;
}
.jive-accountbox THEAD TH {
    text-align : left;
    border-bottom : 1px #ccc solid;
}

/* --------------------------------------------- */
/*  Buttons                                       */
/* --------------------------------------------- */

.jive-buttons .jive-icon {
    padding : 3px;
}
.jive-buttons .jive-icon-label {
    padding : 3px;
    white-space : nowrap;
    padding-right : 1em;
    font-size : 11px;
    font-family: tahoma,arial;
}
#jive-categorypage .jive-buttons {
    padding-bottom : 3px;
}

/* --------------------------------------------- */
/*  Search Forms                                 */
/* --------------------------------------------- */

.jive-search-form TR {
    vertical-align : top;
}
.jive-search-form .jive-search-label {
    padding-top : 4px;
}
.jive-search-form LABEL, .jive-search-form INPUT, .jive-search-form SELECT {
    font-size : 11px;
    font-family: tahoma,arial;
}
.jive-search-form TD {
    padding : 3px;
}
#jive-searchpage .jive-search-form TD {
    padding : 5px;
}
.jive-search-results .jive-table THEAD TH {
    text-align : left;
}
.jive-search-results .jive-search-noresults {
    padding : 1em;
    font-style : italics;
    WORD-BREAK: break-all;
}
#jive-searchpage OL {
    padding-left : 2em;
    margin-left : 0px;
}
#jive-searchpage .jive-result-info {
    font-size : 11px;
    font-family: tahoma,arial;
    color : #666;
}
#jive-searchpage .jive-body {
    padding : 0em 0em 0em 0.5em;
    margin-bottom : 1.5em;
}
#jive-searchpage .jive-result-link {
    font-weight : bold;
}
.jive-search-results .jive-table SELECT {
    font-size : 11px;
    font-family: tahoma,arial;
    font-weight : normal;
}

/* --------------------------------------------- */
/*  Error styles                                 */
/* --------------------------------------------- */

.jive-error-message .jive-icon {
    padding-right : 6px;
}
.jive-error-message .jive-icon-label, .jive-error-text {
    font-family: tahoma,arial;
    font-size : 11px;
    color : #f00;
}
.jive-error-message .jive-icon-label {
    padding-top : 1px;
}

/* --------------------------------------------- */
/*  Success styles                               */
/* --------------------------------------------- */

.jive-success-message .jive-icon {
    padding-right : 6px;
}
.jive-success-message .jive-icon-label, .jive-success-text {
    font-family: tahoma,arial;
    font-size : 11px;
    color : #090;
}
.jive-success-message .jive-icon-label {
    padding-top : 1px;
}

/* --------------------------------------------- */
/*  Footer                                       */
/* --------------------------------------------- */

#jive-footer TD {
    font-size : 0.7em;
    font-weight : bold;
    text-align : center;
    border-top : 1px #ccc solid;
    padding-top : 5px;
}
#jive-footer TD A {
    color : #666;
    text-decoration : none;
}
#jive-footer TD A:hover {
    text-decoration : underline;
}

/* --------------------------------------------- */
/*  Breadcrumbs                                  */
/* --------------------------------------------- */

.jive-breadcrumbs {
    font-family: tahoma,arial;
    font-size : 11px;
    color : #06c;
    font-weight : bold;
}
.jive-breadcrumbs A {
    font-weight : normal;
}
.jive-breadcrumbs .jive-last-link {
    text-decoration : none;
}

/* --------------------------------------------- */
/*  Paginator                                    */
/* --------------------------------------------- */

.jive-paginator, .jive-paginator A {
    font-family: tahoma,arial;
    font-size : 9pt;
    font-weight : bold;
}
.jive-paginator A {
    text-decoration : none;
    border : 1px #fff solid;
}
.jive-paginator A:hover {
    border : 1px #ccc solid;
    color : #000;
    background-color : #ffc;
    text-decoration : none;
}
.jive-paginator .jive-current {
    color : #000;
    background-color : #eee;
    border : 1px #ccc solid;
    text-decoration : none;
}

/* --------------------------------------------- */
/*  Descriptions, legends                        */
/* --------------------------------------------- */

.jive-description, .jive-legend .jive-icon-label {
    font-family: tahoma,arial;
    font-size : 11px;
}
.jive-legend .jive-icon-label {
    padding-left : 5px;
}
.jive-legend .jive-icon {
    padding-top : 2px;
    padding-bottom : 2px;
}

/* --------------------------------------------- */
/*  Tables                                       */
/* --------------------------------------------- */

.jive-table {
    width : 99%;
}
.jive-table TD, .jive-table TH {
    padding : 3px;
}
.jive-table TD {
    padding : 3px;
    border-width : 0px 1px 1px 0px;
    border-style : solid;
    border-color : #ccc;
}
.jive-table TABLE TABLE, .jive-table TABLE TABLE TD, .jive-table TABLE TABLE TH {
    border-width : 0px;
}
.jive-table THEAD TH {
    font-family: tahoma,arial;
    font-size : 11px;
    font-weight : bold;
    text-align : center;
    background-color : #69c;
    color : #fff;
    border-top : 1px #369 solid;
    border-bottom : 1px #369 solid;
}
.jive-table THEAD .jive-first {
    border-left : 1px #666 solid;
}
.jive-table THEAD .jive-last {
    border-right : 1px #666 solid;
}
.jive-table THEAD .jive-first {
    border-left : 1px #666 solid;
}
.jive-table THEAD .jive-last {
    border-right : 1px #666 solid;
}
.jive-table THEAD .jive-first-last {
    border-left : 1px #666 solid;
    border-right : 1px #666 solid;
}
.jive-table TBODY .jive-first-last, .jive-table TFOOT .jive-first-last {
    border-left : 1px #ccc solid;
    border-right : 1px #ccc solid;
}
.jive-table TBODY .jive-first, .jive-table TBODY .jive-category-name, .jive-table TFOOT .jive-first,
#jive-usersettingspage .jive-table TBODY .jive-label,
#jive-guestsettingspage .jive-table TBODY .jive-label,
#jive-profilepage .jive-table TBODY .jive-label,
.jive-watchlist .jive-watch-message
{
    border-left : 1px #ccc solid;
}
.jive-table TFOOT TD {
    font-family: tahoma,arial;
    font-size : 11px;
    background-color : #ddd;
    border-top : 1px #aaa solid;
}
.jive-table .jive-odd {}
.jive-table .jive-even {
    background-color : #eee;
}
.jive-table TFOOT INPUT, .jive-table TFOOT SELECT {
    font-family: tahoma,arial;
    font-size : 11px;
}
.jive-table .jive-active {
    background-color : #ffc;
}
.jive-table .jive-active TD, .jive-table .jive-active TH {
    border-bottom : 1px #999 solid;
}
.jive-form-table TH, .jive-form-table TD {
    padding : 3px;    
}
.jive-table .jive-messagebox {
    border-top : 1px #ccc solid;
}
#jive-reply-tree .jive-table .jive-current TD {
    background-color : #ffc;
    vertical-align : middle;
}
#jive-reply-tree .jive-table .jive-current A {
    font-weight : bold;
}

/* --------------------------------------------- */
/*  Portlet Boxes                                */
/* --------------------------------------------- */

.jive-portlet-box {
    border : 1px #ccc solid;
    margin-bottom : 2em;
}
.jive-portlet-box THEAD TH, .jive-portlet-box TBODY TD {
    font-family: tahoma,arial;
    font-size : 11px;
    padding : 3px;
}
.jive-portlet-box THEAD TH {
    text-align : left;
    font-weight : bold;
    background-color : #eee;
    border-bottom : 1px #ccc solid;
}
.jive-portlet-box TBODY TD {
    vertical-align : top;
}
.jive-portlet-box LABEL {
    padding-top : 2px;
}

/* --------------------------------------------- */
/*  Category, Forum and Thread lists             */
/* --------------------------------------------- */

.jive-forum-list .jive-table .jive-category-name {
    font-family: tahoma,arial;
    font-size : 10pt;
    font-weight : bold;
    background-color : #eee;
    color : #000;
}
.jive-category-name .jive-description {
    font-weight : normal;
}
.jive-forum-list .jive-forum-name A {
    font-weight : bold;
}
.jive-forum-list .jive-forum-name .jive-description A {
    font-weight : normal;
}
.jive-forum-list .jive-table .jive-category-name A {
    color : #000;
    text-decoration : none;
}
.jive-forum-list .jive-table .jive-category-name A:hover {
    text-decoration : underline;
}
.jive-forum-list .jive-table .jive-even, .jive-forum-list .jive-table .jive-odd {
    background-color : #fff;
}
.jive-forum-list .jive-table .jive-view-count,
.jive-forum-list .jive-table .jive-msg-count,
.jive-thread-list .jive-table .jive-view-count,
.jive-thread-list .jive-table .jive-msg-count {
    text-align : center;
}
.jive-thread-list THEAD .jive-forum-name, .jive-thread-list THEAD .jive-date {
    color : #fff;
}
.jive-forum-list .jive-table .jive-last-post,
.jive-thread-list .jive-table .jive-last-post,
.jive-table .jive-date {
    font-family: tahoma,arial;
    font-size : 11px;
}
.jive-thread-list .jive-forum-name {
    font-family: tahoma,arial;
    font-size : 11px;
    padding-left : 0.5em;
    padding-right : 0.5em;
}

/* --------------------------------------------- */
/*  Message list                                 */
/* --------------------------------------------- */

.jive-message-list {
    margin-bottom : 0.5em;
}
.jive-message-list .jive-table THEAD TH {
    text-align : left;
    font-weight : normal;
}
.jive-message-list .jive-table THEAD TH A {
    color : #fff;
    font-weight : normal;
}
.jive-message-list .jive-table .jive-paginator A {
    border : 1px #69c solid;
}
.jive-message-list .jive-table .jive-paginator A:hover {
    background-color : #ffc;
    border : 1px #369 solid;
    color : #000;
}
.jive-message-list .jive-table .jive-paginator .jive-current {
    border : 1px #369 solid;
    background-color : #eee;
    color : #000;
}
.jive-message-list .jive-table .jive-subject {
    font-weight : bold;
}

/* --------------------------------------------- */
/*  Info and errors                              */
/* --------------------------------------------- */

.jive-info-message {
    margin-bottom : 1em;
}
.jive-info-message TBODY TD {
    font-family: tahoma,arial;
    font-size : 11px;
}
.jive-info-message TBODY TD A {
    font-weight : normal;
}
.jive-info-message .jive-icon {
    padding-right : 6px;
}

/* --------------------------------------------- */
/*  Search                                       */
/* --------------------------------------------- */

.jive-search-result .jive-hilite {
    background-color : #ff0;
    font-weight : bold;
}

/* --------------------------------------------- */
/*  Search                                       */
/* --------------------------------------------- */

.jive-faq-answer {
    font-weight : bold;
}

/* --------------------------------------------- */
/*  Login                                        */
/* --------------------------------------------- */

.jive-login-form {
    width : 60%;
}
.jive-login-form .jive-table .jive-label {
    width : 30%;
    text-align : right;
    padding-right : 1em;
}
.jive-login-form TABLE {
    border : 1px #ccc solid;
}
.jive-login-form TD {
    border-width : 0px;
}

/* --------------------------------------------- */
/*  Profiles                                     */
/* --------------------------------------------- */

.jive-profile .jive-table THEAD TH {
    text-align : left;
}

/* --------------------------------------------- */
/* Polls                                         */
/* --------------------------------------------- */

#jive-pollpage .jive-table {
    width : 400px;
}
#jive-pollpage .jive-table TABLE {
    width : 100%;
}
.jive-poll-results .jive-total TD {
    border-top : 1px #ccc solid;
}
.jive-poll-results .jive-label {
    font-weight : bold;
}

/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */
/*  Page styles - these are styles for specific pages which extend the ones                       */
/*  defined above.                                                                                */
/* ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- */

/* --------------------------------------------- */
/*  Extra front page styles                      */
/* --------------------------------------------- */

#jive-frontpage .jive-search-form TR {
    vertical-align : middle;
}

/* --------------------------------------------- */
/*  Extra portlet styles                         */
/* --------------------------------------------- */

#jive-frontpage .jive-portlet-box, #jive-categorypage .jive-portlet-box, #jive-forumpage .jive-portlet-box {
    margin-left : 1em;
}

/* --------------------------------------------- */
/*  Extra thread list styles                     */
/* --------------------------------------------- */

#jive-forumpage .jive-thread-list .jive-table TR, #jive-categorypage .jive-thread-list .jive-table TR {
    vertical-align : middle;
}

/* --------------------------------------------- */
/*  Extra RSS page styles                        */
/* --------------------------------------------- */

#jive-rsspage .jive-portlet-box {
    margin-left : 1em;
}

/* --------------------------------------------- */
/*  Spell checking styles                        */
/* --------------------------------------------- */

.jive-spell-error-current, .jive-spell-error {
    color : #f00;
    border-bottom : #f00 2px dotted;
}
.jive-spell-error-current {
    background-color : #eee;
    font-weight : bold;
}
#jive-spellpage .jive-table .jive-spell-button {
    background-color : #eee;
    font-size : 11px;
    font-family: tahoma,arial;
    padding : 2px 6px 2px 6px;
}


/* --------------------------------------------- */
/*  Quote original styles                        */
/* --------------------------------------------- */

.jive-quoteheader {
    font-weight : bold;
    width : 90%;
    margin-left : 15px;
}
.jive-quote {
    border : #d1d7dc 1px solid;
    /* font-size : 11px; */
    color : #444;
    /* line-height : 125%; */
    /* font-family : Verdana, Arial, Helvetica, sans-serif; */
    background-color : #fafafa;
    width : 90%;
    margin-left : 15px;
}


/* --------------------------------------------- */
/*  Extra settings and watch page styles         */
/* --------------------------------------------- */

.jive-settings .jive-table TH, .jive-watchlist .jive-table TH {
    text-align : left;
}
.jive-settings .jive-table .jive-label {
    width : 30%;
}
.jive-watchlist .jive-watchlist-internal {
    /*
    margin : 10px;
    margin-bottom : 20px;
    */
    width : 100%;
}
.jive-watchlist .jive-watchlist-internal TH {
    background-color : #eee;
    border-width : 1px 0px 1px 1px;
    border-color : #ccc;
    border-style : solid;
    color : #000;
}
.jive-watchlist .jive-watchlist-internal .cn {
    border-right : 1px  #ccc solid;
}
.jive-watchlist .jive-watchlist-internal .c1
{
    border-left : 1px #ccc solid;
}
.jive-watchlist .jive-watchlist-internal TBODY TR {
    background-color : #eee;
    border-width : 0px 1px 0px 1px;
    border-color : #ccc;
    border-style : solid;
}
.jive-watchlist .jive-watchlist-internal .jive-odd,
.jive-watchlist .jive-watchlist-internal .jive-even
{
    background-color : #fff;
}
.jive-watchlist .jive-watchlist-internal TBODY TD {
    border-bottom : 1px #ccc solid;
}
.jive-watchlist .jive-watchlist-internal TFOOT TD {
    background-color : #fff;
}
.jive-watchlist .jive-watch-message {
    padding : 10px;
}

/* --------------------------------------------- */
/*  Private Messages                             */
/* --------------------------------------------- */

#jive-pmpage .jive-info-message {
    padding : 3px;
}
#jive-pmpage .jive-mark-buttons INPUT, #jive-pmpage .jive-mark-buttons SELECT, #jive-pmpage .jive-jump-box SELECT {
    font-size : 11px;
    font-family: tahoma,arial;
}
#jive-pmpage .jive-pm-msg-row TD {
    border-bottom : 1px #ccc solid;
}
#jive-pmpage .jive-pm-msg-row-sel TD {
    border-bottom : 1px #999 solid;
    background-color : #ffc;
}
#jive-pm-folder-box TH, #jive-pm-folder-box TD {
    font-size : 11px;
    font-family: tahoma,arial;
}
#jive-pm-folder-box {
    margin-right : 8px;
}
#jive-pm-folder-box TABLE {
    border : 1px #ccc solid;
}
#jive-pm-folder-box TH {
    text-align : left;
    font-weight : bold;
    background-color : #eee;
    border-bottom : 1px #ccc solid;
}
#jive-pm-folder-box .jive-pm-folder-total TD {
    border-top : 1px #ccc solid;
}
.jive-pm-folder-warn {
    color : #c30;
    font-weight : bold;
}
.jive-pm-folder-bar, .jive-pm-folder-bar TABLE {
    border : 1px #666 solid;
    padding : 0px;
    margin : 0px;
}
#jive-pmpage .jive-pm-list TFOOT {
    border-top : 1px #ccc solid;
}
#jive-pmpage .jive-pm-list TFOOT TD {
    background-color : #eee;
}
#jive-pmpage .jive-table .jive-paginator A {
    border : 1px #eee solid;
}
#jive-pmpage .jive-table .jive-paginator A:hover {
    background-color : #ffc;
    border : 1px #369 solid;
    color : #000;
}
#jive-pmpage .jive-table .jive-paginator .jive-current {
    border : 1px #666 solid;
    background-color : #eee;
    color : #000;
}
#jive-folder-form {
    margin-right : 10px;
}
#jive-folder-form TABLE {
    border : 1px #ccc solid;
}
#jive-folder-form TD, #jive-folder-form TH, #jive-folder-form INPUT, #jive-folder-list INPUT {
    font-size : 11px;
    font-family: tahoma,arial;
}
#jive-folder-form TH {
    background-color : #eee;
    text-align : left;
}
#jive-folder-list TABLE {
    border : 1px #ccc solid;
}
#jive-folder-list TH, #jive-folder-list TD {
    font-size : 11px;
    font-family: tahoma,arial;
}
#jive-folder-list TH {
    background-color : #eee;
    text-align : left;
}
#jive-folder-list TD {
    border-top : 1px #ccc solid;
}
.jive-pm-box .jive-table .jive-body {
    padding : 11px;
}
.jive-pm-box .jive-table .jive-label {
    white-space : nowrap;
    width : 75px;
}
.jive-pm-box .jive-table THEAD TH {
    text-align : left;
}
#jive-pmviewpage .jive-nextprev {
    text-align : right;
    font-size : 11px;
    font-family: tahoma,arial;
}

/* --------------------------------------------- */
/*  Timer (not enabled by default)               */
/* --------------------------------------------- */

.jive-timer {
    font-family: tahoma,arial;
    font-size : 11px;
    color : #999;
    text-align : center;
}

.jive-post-form tr {
	background-color: #F6F6F6;
}

.jive-form-table tr {
	background-color: #F6F6F6;
}


.{font-size: 11px; text-decoration: none; font-family: tahoma,arial;}
BODY, TABLE , TEXTAREA {font-size: 11px; color: #000000;font-family: tahoma,arial;}

body{ margin:0;}

select {
	font-family: tahoma,arial;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #7F9DB9;
}
input {
	font-family: tahoma,arial;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #666666;
}
.checkbox{
	border: none;
}
.button{
	height: 19px;
	background-color: #E1E1E1;
	padding: 1px;
	font-size: 11px;
	color: #333333;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FFFFFF;
	font-family: tahoma,arial;
}


a.supportlink:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: tahoma,arial;



}
a.supportlink:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: tahoma,arial;



}
a.supportlink:hover {
	font-size: 11px;
	color: #d0f3ff;
	text-decoration: none;
	font-family: tahoma,arial;



}
a.supportlink:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: tahoma,arial;

}

a:link {
	font-family: tahoma,arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: tahoma,arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: tahoma,arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: tahoma,arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.gray {
	background-color: #F6F6F6;
}
.gray2 {
	font-family: tahoma,arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #595959;
}

.support_white {
	font-family: tahoma,arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
}

.support_top {
	font-family: tahoma,arial;
	font-weight: 600;
	color: #4B4B4B;
	font-size: 11px;

}

.support_head {
	font-family: tahoma,arial;
	font-size: 15px;
	font-weight: 700;
	color: #333333;

}

.red {
	font-family: tahoma,arial;
	font-weight: 700;
	color: #CC0000;
	font-size: 11px;


}
.gray1 {
	background-color: #CCCCCC;
}
.tr0 {
	background-color: #FFFFFF;
	font-family: tahoma,arial;
	font-size: 11px;
	color: #333333;

}
.tr1 {
	background-color: #f8f8f8;
	font-family: tahoma,arial;
	font-size: 11px;
	color: #333333;

}
.green {
	font-family: tahoma,arial;
	font-size: 11.5px;
	color: #619F3C;
	background-color: #E7F3DE;
	font-weight: 700;
}
.blove {
	font-family: tahoma,arial;
	font-size: 11px;
	color: #0E65A5;
	font-weight: 700;
}

a.red_link:link {
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	font-family: tahoma,arial;
	font-weight: 700;




}
a.red_link:visited {
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	font-family: tahoma,arial;
	font-weight: 700;




}
a.red_link:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	font-family: tahoma,arial;
	font-weight: 700;




}
a.red_link:active {
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	font-family: tahoma,arial;
	font-weight: 700;


}
.blove2 {
	font-size: 11px;
	color: #336699;
	background-color: #F1F7FE;
	font-family: tahoma,arial;
	font-weight: 700;


}
.blove3 {
	background-color: #539AD5;
}

a.blovelink:link {
	font-size: 11px;
	color: #0E65A5;
	text-decoration: none;
	font-family: tahoma,arial;
	font-weight: 700;




}
a.blovelink:visited {
	font-size: 11px;
	color: #0E65A5;
	text-decoration: none;
	font-family: tahoma,arial;
	font-weight: 700;




}
a.blovelink:hover {
	font-size: 11px;
	color: #0E65A5;
	text-decoration: underline;
	font-family: tahoma,arial;
	font-weight: 700;




}
a.blovelink:active {
	font-size: 11px;
	color: #0E65A5;
	text-decoration: none;
	font-family: tahoma,arial;
	font-weight: 700;


}

.MainHeader
{
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
}

.BlueTitle
{
	font-weight: bold;
	text-transform: capitalize;
	color: #0099cc;
}

.CenteredTitle
{
	font-weight: bold;
	color: #ff0033;
	text-align: center;
}
.noBorder{
	border: none;
	background:;
}