BODY
{
    FONT-VARIANT: normal;
    FONT-STYLE: normal;
    MARGIN: 5px;
    FONT-FAMILY: Arial;
    COLOR: 666666;
    FONT-SIZE: 10px;
    TEXT-DECORATION: none
}
TABLE
{
    FONT-VARIANT: normal;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial;
    FONT-SIZE: 15px
}
INPUT
{
    font-variant: normal;
    font-style: normal;
    font-family: Arial;
    color: black;
    font-size: 10px;
}
SELECT
{
    font-variant: normal;
    font-style: normal;
    font-family: Arial;
    color: black;
    font-size: 8px;
}
TEXTAREA
{
    font-variant: normal;
    font-style: normal;
    font-family: Arial;
    color: black;
    font-size: 8px;
}
BODY
{
    COLOR: #626262
}
A
{
    COLOR: #ff3333;
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: #ff3333;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #ff3333;
    TEXT-DECORATION: underline
}
A:hover:visited
{
    COLOR: #ff3333;
    TEXT-DECORATION: underline
}
.left
{
    FLOAT: left
}
.right
{
    FLOAT: right
}
.clear
{
    CLEAR: both
}
HR
{
    CLEAR: both
}
H1
{
    COLOR: #000000;
    FONT-WEIGHT: normal
}
H2
{
    COLOR: #000000;
    FONT-WEIGHT: normal
}
H3
{
    COLOR: #000000;
    FONT-WEIGHT: normal
}
H4
{
    COLOR: #000000;
    FONT-WEIGHT: normal
}

#pagina
{
    TEXT-ALIGN: left;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px auto;
    PADDING-LEFT: 50px;
    WIDTH: 778px;
    PADDING-RIGHT: 50px;
    FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif;
    BACKGROUND: #e4e4e4;
    COLOR: black;
    FONT-SIZE: 10px;
    PADDING-TOP: 0px
}
#pagina2 
{
	text-align: center;
	margin: 4 auto;
	background: #e4e4e4;
	font-size: 10px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 4 0px;
}

.calendar
{
    BORDER-RIGHT: 1px outset;
    BORDER-TOP: 1px outset;
    FONT-SIZE: 8pt;
    BORDER-LEFT: 1px outset;
    COLOR: black;
    BORDER-BOTTOM: 1px outset;
    FONT-FAMILY: Tahoma;
    POSITION: absolute;
    BACKGROUND-COLOR: steelblue
}
.calheader
{
    BORDER-RIGHT: 1px outset;
    BORDER-TOP: 1px outset;
    BORDER-LEFT: 1px outset;
    COLOR: white;
    BORDER-BOTTOM: 1px outset
}
.calday
{
    BORDER-RIGHT: 1px inset;
    BORDER-TOP: 1px inset;
    BORDER-LEFT: 1px inset;
    CURSOR: hand;
    COLOR: steelblue;
    BORDER-BOTTOM: 1px inset;
    BACKGROUND-COLOR: whitesmoke
}
.notcalday
{
    BORDER-RIGHT: #336699 1px solid;
    BORDER-TOP: #336699 1px solid;
    BORDER-LEFT: #336699 1px solid;
    CURSOR: hand;
    COLOR: #c0c0c0;
    BORDER-BOTTOM: #336699 1px solid;
    BACKGROUND-COLOR: gainsboro
}
.clicker
{
    BORDER-RIGHT: 2px outset;
    BORDER-TOP: 2px outset;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    BORDER-LEFT: 2px outset;
    CURSOR: hand;
    COLOR: #000000;
    BORDER-BOTTOM: 2px outset;
    BACKGROUND-COLOR: #c0c0c0
}
