/* LINK STYLES */
a{color: #669999; text-decoration: none;}
a:hover{color: #9cc; text-decoration: underline;}
a:visited {color: #669999; text-decoration: none;}
a:visited:hover {color: #9cc; text-decoration: underline;}

a.nav{color: #ccc; text-decoration: none;}
a.nav:hover{color: #9cc; text-decoration: underline;}
a.nav:visited {color: #ccc; text-decoration: none;}
a.nav:visited:hover {color: #9cc; text-decoration: underline;}

/* GLOBAL STYLES */
body {margin: 0px; background-color: #000;}
td {font-family: arial;}

/* BACKGROUND STYLES */
.bgmain {background-image: url(../images/bg_main.gif); background-repeat: repeat-x;}
.bgsignup {background-image: url(../images/bg_signup.gif); background-repeat: repeat-x;}
.bgbio {background-image: url(../images/bg_bio.gif); background-repeat: repeat-x;}


/* TEXT STYLES */
.txt_xhibitzdate {font-size: 12px; color:#a26b21; font-weight: bold;}
.txt_xhibitz {font-size: 11px; color:#ccc; font-weight: bold;}
.txt_footer {font-family: arial; font-size: 10px; color:#666666;}
.txt_updates {font-family: arial; font-size: 11px; color:#ccc; line-height: 14px;}
.txt_signup {font-family: arial; font-size: 11px; color:#ccc; line-height: 16px; padding-left: 15px; padding-right: 15px;}
.txt_nav {font-family: arial; font-size: 12px; color:#333; font-weight: bold; padding-bottom: 21px;}
.txt_main {font-family: arial; font-size: 12px; color: #fff; line-height: 18px; padding-right: 15px;}
.txt_phone {font-size: 12px; color: #fff; line-height: 18px;}
.txt {font-size: 12px; color: #fff; line-height: 16px;}
.header {color: #99cccc; font-size: 14px;}

/* FORM ELEMENT STYLES */
.input_signup {background: #111; font-family: arial; font-size: 12px; font-weight: bold; color: #a26b21; border:1px #669999 solid; padding:3px; width: 233px;}
.input_contact {background: #111; font-family: arial; font-size: 12px; font-weight: bold; color: #ccc; border:1px #669999 solid; padding:3px; width: 233px;}
textarea.msg {border:1px #669999 solid; background-color:#111; font-family: arial; font-size: 12px; color: #ccc; padding:5px; width: 500px; height: 120px;}

.img {border: 1px solid #000;}
