B
{
color: #ffffff;
font-family: verdana;
font-size: 10;
}
Caption
{
color: #ffffff;
}

B.gora
{
position: absolute;
top: 0px;
color: #1B95C7;
font-family: verdana;
font-size: 10;
}
h1
{
position: relative;
left: 20px;
text-decoration: none;
color: #ffffff;
font-family: verdana;
font-size: 14;
}
h2
{
position: relative;
left: 5px;
text-decoration: none;
color: #FFFFFF;
font-family: verdana;
font-size: 10;
}
h3
{
position: relative;
left: 30px;
text-decoration: none;
color: #ffffff;
font-family: verdana;
font-size: 10;
}
h4
{
position: relative;
left: 30px;
text-decoration: none;
color: #1B95C7;
font-family: verdana;
font-size: 8;
}
h5
{
position: relative;
left: 30px;
text-decoration: none;
color: #ffffff;
font-family: verdana;
font-size: 14;
}
h6
{
text-decoration: none;
color: #ffffff;
font-family: verdana;
font-size: 10;
}

img.logo
{
position: relative;
top: 202px;
left: 75px;
z-index:1
}

A:link {
	text-decoration: none;
	color: #ffffff;

}

A:visited {
	text-decoration: none;
	color: #ffffff;

}

A:hover {
	text-decoration: none;
	color: #C8DBE2;

}


A.calendar:link {
	text-decoration: none;
	color: #ffffff;

}

A.calendar:visited {
	text-decoration: none;
	color: #ffffff;

}

A.calendar:hover {
	text-decoration: none;
	color: #E74E28;

}



hr
{
color: #B1DCED;
border-style: solid;
border-color:#B1DCED;
}

table.x
{
position: absolute;
top: 0px;
bottom: 0px;
left: 50%;
margin-left: -400px;
margin-bottom: 0px;
border-style: solid;
border-width: 0 0 0 0;
background-color: #ffffff;
}

input.browse {
 position:relative;
 top: 2px;
 left: 70px;
 background-color: #ffffff;
 border: 1px solid #000000;
 spacing: 2px;
 text-decoration: none;
 color: #125B7B;
 font-family: verdana;
 font-size: 10;  
}

/* .calendarlink determines the formatting of those days linked to
   content. */

.calendarlink 
     {
     color: #DB4E28;
     font-weight: bold;
     }

/* .header determines the formatting of the weekday headers at the top
   of the calendar. */

.header 
     {
     background-color: #F3A111;
     border-color: #F3A111;
     border-style: solid;
     border-width: 1px;
     font-size:10;
     }

/* .day determines the formatting of each day displayed in the
   calendar. */

.day 
     {
     font-size:12;
     background-color: #FADE7A;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     text-align: center;
     font-weight: bold;
     font-face:verdana;
     color:#C38140;
     width:20;
     }

/* .linkedday determines the formatting of a date to which content is
   available. */

.linkedday 
     {
     font-size:12;
     background-color: #F1974E;
     border-color: #000000;
     border-style: solid;
     border-width: 1px;
     font-weight: bold;
     text-align: center;
     color:#DB4E28;
     } 