/* hardcorepad.css 2003.02.14 */

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #000000;
}

h1, h2, h3, h4, h5, h6, h7, p, a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
    color: #FFFF00;
    text-decoration: none;
}

a:hover {
    color: #AAAA00;
}

.counter {
    display: none;
}

.copyright{
    color: #999999;
    font-size: 10px;
}

/* this is the text that apears in the sub navagation */
.top_sub_nav {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* footer menu */
.footer_menu {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.item_box_header {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 14px;
    text-align : center;
}

.item_box_content {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;    
}

/* top sub menu  */
.about_active, .news_active {
    color: #000000;
	font-weight: bold;
}
.about_pasive, .news_pasive {
    color: #333333;
    text-decoration: underline;
}
.about_active:hover, .about_pasive:hover, .news_active:hover, .news_pasive:hover {
    color: #00FFFF;
}


.home_active, .demo_active, .buy_active {
    color: #000000;
	font-weight: bold;
}
.home_pasive, .demo_pasive, .buy_pasive {
    color: #888888;
    text-decoration: underline;
}
.home_active:hover, .home_pasive:hover, .demo_active:hover, .demo_pasive:hover, .buy_active:hover, .buy_pasive:hover {
    color: #FF0000;
}


.login_active, .affiliate_active {
    color: #000000;
	font-weight: bold;
}
.login_pasive, .affiliate_pasive {
    color: #FFFF00;
    text-decoration: underline;
}
.login_active:hover, .login_pasive:hover, .affiliate_active:hover, .affiliate_pasive:hover {
    color: #FFFF00;
}

/* FAQ page */
.question {
    color: #666699;
}
.answer {
	font-style: italic;
}

/* Help docs pages */
li {
}

/* */
.note {
    font-size: 10px;
}

.c {
	font-weight: bold;
    color: #FF0000;
}

