/* Standard HTML Tags */
A:hover {
	text-decoration : underline;
	color : green ;
}

A:visited {
	text-decoration : none;
	color : rgb(2,204,16);
}

A:visited:hover {
	text-decoration : underline;
	color : rgb(52,254,66) ;
}

A {
	text-decoration : none;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	color : green;
	font-weight : bold;
}

BODY , TD , FORM {
	font-family : tahoma, arial, helvetica, sans-serif;
	font-size : medium;
	color : black;
	background-color : white;
	font-weight : normal;
	text-align : left;
	text-decoration : none;
}

P , UL , TD , LI {
	font-size : small;
	font-family : tahoma, Arial, Helvetica, sans-serif;
}

H1 {
	font-size : large;
	font-weight : bolder;
	text-align : center;
}

H2 {
	font-size : medium;
	font-weight : bold;
	text-align : center;
}

H3 {
	font-size : medium;
	font-weight : bold;
	text-align : left;
}

DIV.divlogo {
	width : 20%;
	float : left;
}

DIV.divheader {
	width : 80%;
}
	
DIV.divsidemenu {
	width : 120px;
	height : 100%;
	float : left;
	padding-right : 15px;
	padding-bottom : 15px;
	text-decoration : none;
	font-size : small;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	color : green;
	font-weight : bold;
	text-align : right;
}

DIV.divpagecontent {
	width : 95%;
}

/* Named special classes */
.sidemenu  {
	text-decoration : none;
	font-size : small;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	color : green;
	font-weight : bold;
	text-align : right;
}

.subsidemenu  {
	text-decoration : none;
	font-size : small;
	font-family : tahoma, Arial, Helvetica, sans-serif;
	color : green;
	font-weight : normal;
	text-align : right;
}

.footer {
	font-style : normal;
        font-weight: normal;
	text-align : center;
	font-size : xx-small;
}

.captionsBold {
	font-size : small;
	font-style : normal;
        font-weight: bold;
	text-align : center;
}

.captionfont  {
	font-style : italic;
	text-align : center;
	font-size : xx-small;
}

.calendar_highlight {
	font-style : normal;
        font-weight: bold;
	text-align : center;
	font-size : small;
	color : rgb(52,254,66);
        background-color : gray;
        border : medium solid gray;
}