/* MAIN WEBSITE STYLES */
a {text-decoration: none; color: #e8bd44; font-size: 13px; font-family: Century Gothic,Verdana,Century Gothic,Arial;}
a:hover {text-decoration: underline;  color: #ffffff;}
a:visited {text-decoration: none; color: #e8bd44; font-size: 13px; font-family: Century Gothic,Verdana,Century Gothic,Arial;}
a:visited:hover {text-decoration: underline;  color: #ffffff;}

a.bot {text-decoration: none; color: #ffffff; font-size: 13px; font-family: Century Gothic,Verdana,Century Gothic,Arial; background-image: url(images/bot_bg.gif);}
a.bot:hover {text-decoration: none;  color: #e8bd44;}

html{scrollbar-base-color: #2c8ec4; scrollbar-arrow-color: #ffffff; scrollbar-face-color: #2c8ec4;}
body {font-family: Century Gothic,Verdana,Century Gothic,Arial; font-size: 13px; color: #ffffff; padding: 10px; margin: 0px; background: url(images/bg.jpg) fixed;}
td {font-family: Century Gothic,Verdana,Century Gothic,Arial; font-size: 13px; text-align: justify;}
p {font-family: Century Gothic,Verdana,Century Gothic,Arial; font-size: 13px;}
h1 {font-family: Century Gothic,Verdana,Century Gothic,Arial; font-size: 18px; color: #ffffff;}
form {padding: 0px; margin: 0px;}
textarea {font-family: Century Gothic,Arial; font-size: 12px;}
span.gold {font-family: Century Gothic,Verdana,Century Gothic,Arial; font-size: 12px; color: #a77102; font-weight: bold;}

/* CUSTOM STYLE CLASSES */
.bot{font-size: 13px; font-family: Century Gothic,Verdana,Century Gothic,Arial; color: #ffffff; text-align: center; vertical-align: middle; margin-top:7px; width: 1002px; height: 66px; background-image: url(images/bot_bg.gif);}
.frmlbl{text-align: right; font-weight: bold;}
.frmfld{text-align: left;}
.button{cursor: pointer;}
.td1{text-align: left;}

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