.T_header {
        color: #254A7C;
        background-color: #F1D43C;
        font-size: 16px;
        font-weight: bold;
        font-family: Arial;}

.T_odd    {
        vertical-align: top;
        color: #254A7C;
        background-color: #FDFDF4;
        font-size: 14px;
        font-family: Arial;}

.T_even   {
        vertical-align: top;
        color: #254A7C;
        background-color: #F3F1DD;
        font-size: 14px;
        font-family: Arial;}

body   {font-family: Arial;}


a:link.nav	{

color : #254A7C;

background : #F1D43C ;

font-size : 14px ;


text-decoration : none ;

	}

a:visited.nav {

	color : #254A7C ;

font-size : 14px ;

text-decoration : none ;

		}

a:hover.nav	{

color : #254A7C ;

font-size : 14px ;

background : #FFFFFF ;

text-decoration : none ;

	}


a:link, a:visited, a:active {

color: #254A7C;

text-decoration: underline;

}


a:hover {
	color: #A0301B;

	text-decoration: underline;
}


.text10 {

font-size : 10px;

color : #254A7C ;
}

.text12 {

font-size : 12px;

color : #254A7C ;
}

/*=============START OF CALENDAR CSS=====================*/


/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #F1D43C;

 }

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 17pt;
	background-color: #F1D43C;
	text-align: center;
	vertical-align: middle;
	border: 1px solid ;
	border-color: #254A7C;
	}
/* Month and Year Text Setup */
.monthYearText {
	font-family: Arial;
	font-size: 13px;
	font-weight: Bold;
	color: #254A7C;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	background-color: #F1D43C;
	text-align: center;
	vertical-align: middle;
	border: 1px solid ;
	border-color: #254A7C;
	}
/* Day Name Setup */
.dayNamesText {
    font-family: Arial;
	font-size: 10px;
	font-weight: Bold;
	color: #254A7C;

	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Arial;
	font-size: 10px;
	color: #254A7C;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;

	}

/* Color of Today's Date */
.today {
	color: #FFFFFF;
	background-color: #A0301B;

	 }
/*

/* OverLIB popup text size */
.oLib {
    font-family: Arial;
	font-size: 10px;
    }
/*

---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

Remove the "background-image..." lines to remove graphics as table cell background images.

If you do use images, change the "background-color..." to a sililar color to that
of your image. This will help persons with slow connections to see the event markings.

You can optionally remove the "background-color..." lines to only use graphics.

*/

/* Normal Cell Background (date number with no event markings) */
/*.s2 {

	border: 1px solid ;
	border-color: #254A7C;
	}
*/
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-color: #F1D43C;

	}

/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
/*.s21 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	}
*/
/* Mark Solid Cell Background (solid marked event date background) */
/*.s22 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	}
*/
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
/*.s23 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	}
*/
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
/*.s24 {
	background-image:  url("cdef2.gif");
	background-color: #F5E0D8;
	}
*/

/*===================END OF CALENDAR CSS===================*/