
/* Default paragraph, division, & span definitions */
p, div, span {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Black;	
}

/* Definition for text in header 2 tag -  */
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
	color : Blue;	
	margin-top: 5px;
	margin-bottom: 5px;
}


/*  Normal link definitions */
a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Navy;
	text-decoration : underline;
}

/*  Normal visited link definitions */
a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
}

/*  Normal active link definitions */
a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
}

/*  Normal hover link definitions - mouse hovering color, IE only */
a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : underline;
}

.instructions {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	margin-bottom : 3px;
	margin-left : 3px;
	margin-right : 3px;
	margin-top : 3px;
	color : red;
}

/* Definitions for text in right side advertisement coloumn, where class="adscolumn" */
.adscolumn {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	text-align: center;
	color : Black;
	background-color: #ffffff;
}

/* Definitions for "auto banner" section, where class="autobanner" */
.autobanner {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	text-align: center;
	color : Black;
	background-color: #ffffff;
}

/* Definitions for text where class="comment" */
.comment {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : Black;
}

/* Definitions for text where class="copyright".  At the bottom of the page */
.copyright {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	text-align: center;
	color : #666666;
	background-color : White;
	
}

/* Definitions for text where class="content".  Intended for the information */
/* in the center of the page. */
.content {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 10px;
	background-color : White;
	color : Black;
}

	
/* Right side calendar details.  <body> definition.  */	
.caldetails {

	}
	
/* Left side calendar grid & control.  <body> definition.  */	
.viewcal {

	}
	
	
/* Left side calendar grid & control: top navigation links.  <table> definition  */	
/* .viewcaltoplinks  */

/*  Normal link definitions */
a.viewcaltoplinks  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Navy;
	text-decoration : underline;
}

/*  Normal visited link definitions */
a.viewcaltoplinks:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
}

/*  Normal active link definitions */
a.viewcaltoplinks:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-decoration : underline;
}

/*  Normal hover link definitions - mouse hovering color, IE only */
a.viewcaltoplinks:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color : Red;
	text-decoration : underline;
}

	
	
/* Left side calendar grid.  <table> definition.  */	
.calgrid {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	background-color: #ffffff;

	}

	
/* Definitions for calendar dates */
.viewcaldays {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : Black;
}


/* Definitions for week day names */
.viewcaldaynames {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : Black;
}

