/* MAIN WEBSITE STYLES */
a {text-decoration: none; color: #000000; font-size: 13px; font-family: Century Gothic; outline: none;}
a:hover {text-decoration: none;  color: #e10d0d; outline: none;}
a:visited {text-decoration: none; color: #e10d0d; font-size: 13px; font-family: Century Gothic; outline: none;}
a:visited:hover {text-decoration: none;  color: #000000; outline: none;}

html{scrollbar-base-color: #000000; scrollbar-arrow-color: #e10d0d; scrollbar-face-color: #000000;}
body {font-family: Century Gothic; font-size: 13px; color: #000000; padding: 0px; margin: 0px; background-color: #787878;}
body2 {font-family: Century Gothic; font-size: 13px; color: #000000; padding: 0px; margin: 0px; background-color: #201f1d;}
td {font-family: Century Gothic; font-size: 13px; text-align: justify; color: #000000;}
p {font-family: Century Gothic; font-size: 13px;}
h1 {font-family: Century Gothic; font-size: 16px; color: #951e37;}
form {padding: 0px; margin: 0px;}
textarea {font-family: Century Gothic,Arial; font-size: 12px;}
span.style1{font-size: 13px; font-family: century gothic; color: #e10d0d; font-weight: bold;}
span.style2{font-size: 13px; font-family: century gothic; color: #ffffff;}
span.style3{font-size: 13px; font-family: century gothic; color: #279bbe;}
span.style4{font-size: 16px; font-family: century gothic; color: #e10d0d; font-weight: bold;}

/* CUSTOM STYLE CLASSES */
.bot{font-size: 10px; font-family: Century Gothic; color: #ffffff; text-align: center; vertical-align: middle; margin-top:7px; width: 976px; height: 60px; background-image:url(images/copyright_bar.gif); background-color: #787878;}
.frmlbl{text-align: right; font-weight: bold;}
.frmfld{text-align: left;}
.button{cursor: pointer;}

/* DIV POP-UP STYLE CLASSES */
.PopDiv {position: fixed; left: 150px; top: 50px; -moz-user-select: text; z-index: 1;}
.PopDivNotSelect {position: fixed; left: 150px; top: 50px; -moz-user-select: -moz-none;}
.popDivTopBar {background-color: #53502f; text-align: right; cursor: move; height: 28px;}
.popDivCloseBut {cursor: pointer; width: 20px; height: 20px; border: none; background-color: Transparent; background-image: url(images/popdiv/close.png); background-repeat: no-repeat; background-position: center center;}
.moznone {-moz-user-select: -moz-none;}
.moztext {-moz-user-select: text;}
.loadingpic {width: 32px; height: 32px; background-image: url(images/popdiv/loading.gif); background-repeat: no-repeat; background-position: center center;}
.loadingpic_small {width: 16px; height: 16px; background-image: url(images/popdiv/loading_small.gif); background-repeat: no-repeat; background-position: center center;}
.PopDivFrameTopLeft {width: 10px; height: 10px; background-image: url(images/popdiv/topleft.png); background-repeat: no-repeat; background-position: right bottom;}
.PopDivFrameTop{height: 10px; background-image: url(images/popdiv/top.png); background-repeat: repeat-x; background-position: center bottom;}
.PopDivFrameTopRight {width: 10px; height: 10px; background-image: url(images/popdiv/topright.png); background-repeat: no-repeat; background-position: left bottom;}
.PopDivFrameLeft{width: 10px; background-image: url(images/popdiv/left.png); background-repeat: repeat-y; background-position: right center;}
.PopDivFrameBg{background-color: #ffffff; border: solid 1px #000000;}
.PopDivFrameRight{width: 10px; background-image: url(images/popdiv/right.png); background-repeat: repeat-y; background-position: left center;}
.PopDivFrameBottomLeft {width: 10px; height: 10px; background-image: url(images/popdiv/bottomleft.png); background-repeat: no-repeat; background-position: right top;}
.PopDivFrameBottom {height: 10px; background-image: url(images/popdiv/bottom.png); background-repeat: repeat-x; background-position: center top;}
.PopDivFrameBottomRight {width: 10px; height: 10px; background-image: url(images/popdiv/bottomright.png); background-repeat: no-repeat; background-position: left top;}
