/* --- General --- */

html, body 
{
	height: 100%;
}

body 
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	
}

/* --- date --- */

.date
{
        color:#B3B3B3; 
        font-family:arial; 
        font-size:11; 
        text-decoration:none;
}


/* --- TOPBAR --- */

.topbar a, .topbar a:link, .topbar a:visited 
{
        color:#B3B3B3; 
        font-family:arial; 
        font-size:11; 
        text-decoration:none;
}

.topbar a:hover 
{

        color:#000000;

        font-family:arial;

        font-size:11;

        text-decoration:none;
}

.topbar a:active 
{

        color:#000000; 

        font-family:arial; 

        font-size:11;
}

.topbar a.act, .topbar a.act:link, .topbar a.act:visited, .topbar a.act:hover, .topbar a.act:active 
{

        color:#000000; 

        text-decoration:none;
}


/* --- Link --- */

.link a, .link a:link, .link a:visited 
{
        color:#B3B3B3; 
        font-family:arial; 
        font-size:14; 
        text-decoration:none;
}

.link a:hover 
{

        color:#000000;

        font-family:arial;

        font-size:14;

        text-decoration:none;
}

.link a:active 
{

        color:#000000; 

        font-family:arial; 

        font-size:14;
}

.link a.act, .link a.act:link, .link a.act:visited, .link a.act:hover, .link a.act:active 
{

        color:#000000; 

        text-decoration:none;
}

/* --- TITLE ---*/

.title 
{

        color:#666666;

        font-family:arial; 

        font-size:20;
}


/* --- INFO ---*/

.info 
{

        color:#666666; 

        font-family:arial; 

        font-size:14;
}


/* --- COPYRIGHT ---*/

.copyright 
{

        color:#B3B3B3; 

        font-family:arial; 

        font-size:10;
}


/* --- Gradual Highlight Image Script ---*/

.gradualshine 
{

        filter:alpha(opacity=30);

        -moz-opacity:0.3;
}


/* --- Course Tooltip ---*/

#dhtmltooltip
{
        position: absolute;
        width: 150px;
        border: 1px Solid GREY;
        padding: 6px;
        background-color: white;
        visibility: hidden;
        z-index: 100;
}


/* --- Heeheehee ---*/

.heeheehee 
{

        color:#FFFFFF; 

        font-family:arial; 

        font-size:10;
}