
/* alpca.css */
a:link { color: #200090; background: transparent;}
a:active { color: #200090; background: transparent;}
a:visited { color: #200090; background: transparent;}
a:hover { color: #0000CC; background: transparent;}

body {
    background: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #200090;
}

td.body {
    background: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #200090;
}

td.yellow {
    background: #FFFFBB;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
	font-weight: bold;
    color: #200090;
}

td.ltblue {
    background: #EAEAFF;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
	font-weight: bold;
    color: #200090;
}

td.blue {
    background: #200090;
}

td.grey {
    background: #EEEEEE;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
	text-align: center;
    color: #200090;
}

.small { 
	font-size: 7.5pt; 
	font-family: verdana,sans-serif;
    color: #200090;
}

.big { 
	font-size: 14pt; 
	font-family: arial,helvetica,sans-serif;
    color: #200090;
}

.red {
    font-size: 10pt;
    color: #FF0000;
}

.just {
	text-align: left;
}

li.completed {
    display: none;
    text-decoration: line-through;
}

li.current { 
    color:black; background:#FFFFBB;
}

/* end alpca.css */

